Geotools.Net

IGeometry.Overlaps Method 

Returns true if the DE-9IM intersection matrix for the two geometries is:

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

Parameters

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

Return Value

Returns true if the two Geometrys overlap. For this function to return true, the Geometrys must be two points, two curves or two surfaces.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace