Returns true if the DE-9IM intersection matrix for the two Geometrys is: T*T****** for a point and a curve, a point and an area or a line and an area, 0******** for two curves.
[Visual Basic]
Overridable Public Function Crosses( _
ByVal geometry As Geometry _
) As Boolean Implements _
IGeometry.Crosses
Returns true if the two Geometrys cross. For this function to return true, the Geometry's must be a point and a curve; a point and a surface; two curves; or a curve and a surface.
Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Crosses(Geotools.Geometries.Geometry)
Geometry Class | Geometry Members | Geotools.Geometries Namespace