![]() |
Maria GDK 4.7.0.170
Documentation of managed code in develop branch
|
Utility class to make a surrounding polygon (Point array) around a given polygon or polyline at a given distance. More...
Public Member Functions | |
| Point[] | CreateBuffer (Point[] polyline, double width, bool bClosed) |
| Makes a surrounding polygon (Point array) around a given polygon or polyline at a given distance. | |
Utility class to make a surrounding polygon (Point array) around a given polygon or polyline at a given distance.
| Point[] TPG.Utils.IPolygonBuffer.CreateBuffer | ( | Point[] | polyline, |
| double | width, | ||
| bool | bClosed | ||
| ) |
Makes a surrounding polygon (Point array) around a given polygon or polyline at a given distance.
| polyline | input polygon or polyline |
| width | buffer with |
| bClosed | if true, assumed an edge connecting last and first points |
Implemented in TPG.Utils.PolygonBuffer.