Method |
Description |
|
getArcPoints ( ICoordinate point, double startAngle, double endAngle, double distance, int pointsPerCircle ) : ICoordinate[] |
|
|
getBoundsBuffer ( Polygon polygon, double distance, int pointsPerCircle, bool allowParallels ) : Polygon |
|
|
getCoordinateBuffer ( ICoordinate point, double distance, int pointsPerCircle ) : Polygon |
|
|
getMultiPointBuffer ( MultiPoint multiPoint, double distance, int pointsPerCircle, bool allowParallels ) : IGeometry |
|
|
getPointBuffer ( PointD point, double distance, int pointsPerCircle ) : Polygon |
|
|
getPolygonBuffer ( Polygon polygon, double distance, int pointsPerCircle, bool allowParallels ) : Polygon |
|
|
getPolylineBuffer ( Polyline polyline, double distance, int pointsPerCircle, bool allowParallels ) : Polygon |
|
|
getSegmentPreBuffer ( Segment segment, double distance, int pointsPerCircle, bool bothSides ) : Polygon |
|
|
mergePartialBuffers ( List buffers ) : Polygon |
|
|
mergePartialBuffers ( List buffers, bool allowParallels ) : Polygon |
|
|
mergePartialBuffers ( object buffers ) : void |
|
|