Geotools.Net

Geometry.Overlaps Method 

Returns true if the DE-9IM intersection matrix for the two Geometrys is: <br> T*T***T** (for two points or two surfaces) <br> 1*T***T** (for two curves)

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

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

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

Implements

IGeometry.Overlaps

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace