Geometry.Intersection
Geometry.Intersection method
在此几何图形与指定几何图形之间建立交集。
public IGeometry Intersection(IGeometry other)
范围 | 类型 | 描述 |
---|---|---|
other | IGeometry | 计算交集的几何体。 |
返回值
表示此几何与参数的交集的几何。结果几何包含 点集,该点集同时出现在该几何和参数中。
例外
例外 | (健康)状况 |
---|---|
ArgumentNullException | other是null . |
ArgumentException | 其中一个几何图形无效,无法完成操作。 |
ArgumentException | SpatialReferenceSystem 几何形状不等价。 您可以使用SpatialReferenceSystemTransformation 为了将几何图形转换为相同的 spatial 参考系统。 |
也可以看看
- interface IGeometry
- class Geometry
- 命名空间 Aspose.Gis.Geometries
- 部件 Aspose.GIS