GeometryOperations.SimplifySegments
GeometryOperations.SimplifySegments method
Delete points lying on the same segment.
public static IGeometry SimplifySegments(IGeometry geometry, SimplifySegmentsOptions options)
Parameter | Type | Description |
---|---|---|
geometry | IGeometry | Geometry for deleting extra point |
options | SimplifySegmentsOptions | Options for deleting extra point |
Return Value
The geometry after deleting extra point
See Also
- interface IGeometry
- class SimplifySegmentsOptions
- class GeometryOperations
- namespace Aspose.Gis.GeoTools
- assembly Aspose.GIS