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
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.
Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Overlaps(Geotools.Geometries.Geometry)
Geometry Class | Geometry Members | Geotools.Geometries Namespace