Extent.Intersects
Contents
[
Hide
]Intersects(Extent)
Determines whether this extent intersects with the argument.
public bool Intersects(Extent extent)
Parameter | Type | Description |
---|---|---|
extent | Extent | Another extent. |
Return Value
Value, indicating whether this extent intersects with the argument.
Exceptions
exception | condition |
---|---|
ArgumentNullException | Argument is null . |
ArgumentException | SpatialReferenceSystem of this extent and the argument are both not null and not equal to each other. |
See Also
- class Extent
- namespace Aspose.Gis
- assembly Aspose.GIS
Intersects(IGeometry)
Determines whether this extent intersects with the argument.
public bool Intersects(IGeometry geometry)
Parameter | Type | Description |
---|---|---|
geometry | IGeometry | A geometry to test for intersection |
Return Value
Value, indicating whether this extent intersects with the argument.
Exceptions
exception | condition |
---|---|
ArgumentNullException | Argument is null . |
ArgumentException | SpatialReferenceSystem of this extent and the argument are both not null and not equal to each other. |
See Also
- interface IGeometry
- class Extent
- namespace Aspose.Gis
- assembly Aspose.GIS