Returns true if the DE-9IM intersection matrix for the two geometries is:
[Visual Basic]
Function Overlaps( _
ByVal other As Geometry _
) As Boolean
Returns true if the two Geometrys overlap. For this function to return true, the Geometrys must be two points, two curves or two surfaces.
Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.Overlaps(Geotools.Geometries.Geometry)
IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace