Geometry.Intersection

Geometry.Intersection method

このジオメトリと指定されたジオメトリの間の交差を構築します。

public IGeometry Intersection(IGeometry other)
パラメータタイプ説明
otherIGeometry交差を計算するジオメトリ。

戻り値

このジオメトリと引数の交差を表すジオメトリ。結果のジオメトリには、このジオメトリと引数の両方に存在する ポイント セットが含まれています.

例外

例外調子
ArgumentNullExceptionothernull.
ArgumentExceptionジオメトリの 1 つが無効であるため、操作を完了できません。
ArgumentExceptionSpatialReferenceSystemのジオメトリが同等ではありません. を使用できますSpatialReferenceSystemTransformationジオメトリを同じ spatial 参照系に変換するため.

関連項目