Geometry.Intersection

Geometry.Intersection method

在此几何图形与指定几何图形之间建立交集。

public IGeometry Intersection(IGeometry other)
范围类型描述
otherIGeometry计算交集的几何体。

返回值

表示此几何与参数的交集的几何。结果几何包含 点集,该点集同时出现在该几何和参数中。

例外

例外(健康)状况
ArgumentNullExceptionothernull.
ArgumentException其中一个几何图形无效,无法完成操作。
ArgumentExceptionSpatialReferenceSystem几何形状不等价。 您可以使用SpatialReferenceSystemTransformation为了将几何图形转换为相同的 spatial 参考系统。

也可以看看