GeometryOperations.SimplifySegments

GeometryOperations.SimplifySegments method

Delete points lying on the same segment.

public static IGeometry SimplifySegments(IGeometry geometry, SimplifySegmentsOptions options)
ParameterTypeDescription
geometryIGeometryGeometry for deleting extra point
optionsSimplifySegmentsOptionsOptions for deleting extra point

Return Value

The geometry after deleting extra point

See Also