GeometryOperations.SimplifySegments

GeometryOperations.SimplifySegments method

删除位于同一线段上的点。

public static IGeometry SimplifySegments(IGeometry geometry, SimplifySegmentsOptions options)
参数类型描述
几何体IGeometry用于删除多余点的几何
optionsSimplifySegmentsOptions删除多余点的选项

返回值

删除多余点后的几何

另见