Geometry.Intersection
Geometry.Intersection method
Builds an intersection between this geometry and a specified geometry.
public IGeometry Intersection(IGeometry other)
Parameter | Type | Description |
---|---|---|
other | IGeometry | A geometry to compute intersection with. |
Return Value
A geometry that represents an intersection of this geometry and an argument. The result geometry contain point set that present in both this geometry and an argument.
Exceptions
exception | condition |
---|---|
ArgumentNullException | other is null . |
ArgumentException | One of the geometries is invalid in such way that operation can not be finished. |
ArgumentException | SpatialReferenceSystem of geometries are not equivalent. You can use SpatialReferenceSystemTransformation in order to convert geometries to the same spatial reference system. |
See Also
- interface IGeometry
- class Geometry
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS