Class GeometryOperations
GeometryOperations class
The geometry operations class provides additional geoprocessing algorithms for geometries.
public static class GeometryOperations
Methods
Name | Description |
---|---|
static CloseLinearRing(IGeometry) | Closes geometric segments in rings if it needs. |
static CreateMidpoints(IGeometry) | Create midpoints by adding a new point in the middle to each segment. |
static DeleteNearPoints(IGeometry, NearPointsCleanerOptions) | Delete points that are too close to each other. |
static OrderGeometryCollection(IGeometry) | Order geometry collection by type to four collection (point, line, polygon and other type) |
static SimplifySegments(IGeometry, SimplifySegmentsOptions) | Delete points lying on the same segment. |
Remarks
Other algorithms you can find in the methods of Geometry
See Also
- namespace Aspose.Gis.GeoTools
- assembly Aspose.GIS