MapWinGeoProc:SpatialOperations BufferSF
From MapWindow GIS
BufferSF
Syntax
bool BufferSF(ref string inputSFPath, ref string resultSFPath, System.Double distance, System.Boolean uniteOverlaps)
Summary
Buffers all shapes in the input shapefile.
Parameters
| inputSFPath | Full path to the input shapefile. |
| resultSFPath | Full path to the resulting buffer shapefile. |
| distance | Distance from a shape's border at which the corresponding buffer should be created. |
| uniteOverlaps | True if overlapping shapes should be combined. |
Returns
False if an error occured, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















