MapWinGeoProc:Buffer BufferLineSF
From MapWindow GIS
BufferLineSF
Syntax
bool BufferLineSF(ref string lineSFPath, ref string resultSFPath, System.Double distance, System.Boolean uniteOverlaps, MapWinGeoProc.Enumerations.Buffer_LineSide buffSide, MapWinGeoProc.Enumerations.Buffer_CapStyle capStyle, MapWinGeoProc.Enumerations.Buffer_EndCapStyle endCapStyle, int numQuadrants)
Summary
Buffers all lines in the input line shapefile.
Parameters
| lineSFPath | Full path to the line shapefile. |
| resultSFPath | Full path to the resulting buffer shapefile. |
| distance | Distance (in units) from line at which the associated buffer should be created. |
| uniteOverlaps | True if overlapping shapes should be combined. |
| buffSide | Specify which side of the line to buffer. 0 = both, 1 = left, 2 = right |
| capStyle | Edge treatement. 0 = pointed, 1 = rounded. |
| endCapStyle | End treatment. 0 = pointed, 1 = rounded. |
| numQuadrants | Smoothness of rounded caps. Smaller values = smoother circle. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Buffer
















