MapWindow 4 - Plugins : MapWindow Discussion Forum
I am looking for the source code about buffer algorithm.There is a function(MapWinGeoProc:Buffer)I can find,but I want the code how to implement buffer.Who can help me? Thank you very much! sory for my bad English. Edited 1 time(s). Last edit at 10
Ask for source code about buffer algorithm
Posted by:
weiletian28 ()
Date: October 29, 2009 07:53PM
I am looking for the source code about buffer algorithm.There is a function(MapWinGeoProc:Buffer)I can find,but I want the code how to implement buffer.Who can help me?
Thank you very much!
sory for my bad English.
Edited 1 time(s). Last edit at 10/29/2009 07:53PM by weiletian28.
Thank you very much!
sory for my bad English.
Edited 1 time(s). Last edit at 10/29/2009 07:53PM by weiletian28.
Re: Ask for source code about buffer algorithm
Posted by:
pmeems ()
Date: November 02, 2009 12:09AM
MapWinGeoProc:Buffer is not working very well all the time.
For v4.8 we'll update this library.
In the mean time you can use the Buffer method of the shape object.
You can also look at the wiki for more info about MapWinGeoProc:Buffer
Hope it helps.
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
For v4.8 we'll update this library.
In the mean time you can use the Buffer method of the shape object.
shpNew = shp.Buffer(1.5);
You can also look at the wiki for more info about MapWinGeoProc:Buffer
Hope it helps.
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
Re: Ask for source code about buffer algorithm
Posted by:
weiletian28 ()
Date: November 03, 2009 06:47PM
Thank you for your answer!
I am looking for the code about buffer algorithm,not the buffer method.
I know how to use the buffer method(MapWinGeoProc:Buffer),however,I want to study how to creat buffer for a line with C#.net,I need the algorithm code.
Hope it is clear what I say.
Thank you for your help.
I am looking for the code about buffer algorithm,not the buffer method.
I know how to use the buffer method(MapWinGeoProc:Buffer),however,I want to study how to creat buffer for a line with C#.net,I need the algorithm code.
Hope it is clear what I say.
Thank you for your help.
Re: Ask for source code about buffer algorithm
Posted by:
pmeems ()
Date: November 05, 2009 03:21AM
The buffer methods are part of the MapWinGeoProc library.
You can download the source code from the SVN repository. How, is explained here: MapWindow Code Versioning
Hope it helps,
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
You can download the source code from the SVN repository. How, is explained here: MapWindow Code Versioning
Hope it helps,
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
Sorry, only registered users may post in this forum.


