MapWinGeoProc:SpatialOperations BufferLineSF
From MapWindow GIS
BufferLineSF
Syntax
bool BufferLineSF(ref string inputSFPath, ref string resultSFPath, System.Double distance, System.Boolean uniteOverlaps, MapWinGeoProc.Enumerations.Buffer_LineSide side, MapWinGeoProc.Enumerations.Buffer_CapStyle capStyle)
Summary
Creates a buffer around each line in the input shapefile.
Parameters
| inputSFPath | Full path to the line shapefile. |
| resultSFPath | Full path to the resulting buffer shapefile. |
| distance | Distance from line at which buffer shape should be created. |
| uniteOverlaps | True if overlapping shapes should be combined. |
| side | Specifies which side of the line should be buffered. |
| capStyle | Edge treatment (Pointed or Rounded caps); |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















