MapWinGeoProc:Buffer ClosePolyBuffer
From MapWindow GIS
ClosePolyBuffer
Syntax
ClosePolyBuffer(ref MapWinGIS.Shape lastBuff, ref MapWinGIS.Shape firstBuff, System.Double distance, MapWinGeoProc.Enumerations.Buffer_LineSide buffSide, MapWinGeoProc.Enumerations.Buffer_CapStyle capStyle, int numQuadrants)
Summary
Creates an end-cap for a polygon that has been processed through BufferLine() so that
the first and last points will be connected correctly.
Parameters
| lastBuff | The last buffer shape that was created for the polygon line. |
| firstBuff | The first buffer shape that was created for the polygon line. |
| distance | The distance that is being used for buffer creation. |
| buffSide | The side of the line that is being buffered. 0 = both, 1 = left, 2 = right |
| capStyle | Edge treatement. 0 = pointed, 1 = rounded. |
| numQuadrants | Smoothness of rounded edges. Smaller values = smoother circle. |
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Buffer
















