Class GeometryOperations
Contents
[
Hide
]GeometryOperations class
The geometry operations class provides additional geoprocessing algorithms for geometries.
public static class GeometryOperations
Methods
Name | Description |
---|---|
static BuildCenterline(IEnumerable<Point>) | Build centerline diagram for collection of points (sites) |
static BuildCenterline(Polygon) | Build centerline diagram for polygon |
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 ExtractGeometryCollection(VectorLayer) | Extract geometry collection from layer |
static GetCenterlineLength(IEnumerable<Point>) | Get centerline Length |
static GetCenterlineLength(Polygon) | Get centerline Length |
static MakeVoronoiGraph(IEnumerable<IPoint>) | Build “Voronoi” diagram for collection of points (sites) |
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