MapWinGeoProc:SpatialOperations BufferLine
From MapWindow GIS
BufferLine
Syntax
bool BufferLine(ref MapWinGIS.Shape line, System.Double distance, MapWinGeoProc.Enumerations.Buffer_LineSide side, MapWinGeoProc.Enumerations.Buffer_CapStyle capStyle, ref MapWinGIS.Shape resultShp)
Summary
Creates a polygon buffer around the line at the distance specified.
Parameters
| line | The line to be buffered. |
| distance | The distance from the line that the buffer should be created. Only positive values are allowed. |
| side | The side of the line that should be buffered. |
| capStyle | Edge treatment - pointed or rounded caps. |
| resultShp | The resulting buffer shape. |
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
















