GeometryOperations.SimplifySegments

GeometryOperations.SimplifySegments method

同じセグメントにあるポイントを削除します。

public static IGeometry SimplifySegments(IGeometry geometry, SimplifySegmentsOptions options)
パラメータタイプ説明
geometryIGeometry余分なポイントを削除するためのジオメトリ
optionsSimplifySegmentsOptions余分なポイントを削除するためのオプション

戻り値

余分なポイントを削除した後の形状

関連項目