GeometryIntersects Method (IGeometry) |
Determines if this geometry and a specified geometry intersects.
Namespace:
Aspose.Gis.Geometries
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic bool Intersects(
IGeometry other
)
Public Function Intersects (
other As IGeometry
) As Boolean
public:
virtual bool Intersects(
IGeometry^ other
) sealed
abstract Intersects :
other : IGeometry -> bool
override Intersects :
other : IGeometry -> bool Parameters
- other
- Type: Aspose.Gis.GeometriesIGeometry
A geometry.
Return Value
Type:
Boolean if this geometry "spatially intersects" another geometry.
otherwise.
Implements
IGeometryIntersects(IGeometry)
Exceptions
Remarks
See Also