Geotools.Net

IGeometry.Intersects Method 

Returns true if disjoint returns false.

[Visual Basic]
Function Intersects( _
   ByVal other As Geometry _
) As Boolean
[C#]
bool Intersects(
   Geometry other
);

Parameters

other
The other geometry with which to compare to this geometry.

Return Value

Returns true if the two geometries intersect.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace