Geotools.Net

Geometry.Intersects Method 

Determines if this geometry intersects the input geometry.

[Visual Basic]
Overridable Public Function Intersects( _
   ByVal geometry As Geometry _
) As Boolean Implements _
   IGeometry.Intersects
[C#]
public virtual bool Intersects(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

Returns true if the two Geometrys intersect.

Implements

IGeometry.Intersects

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Intersects(Geotools.Geometries.Geometry)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace