Returns true if the DE-9IM intersection matrix for the two Geometrys is
[Visual Basic]
Function Crosses( _
ByVal other As Geometry _
) As Boolean
Returns true if the two Geometrys cross. For this function to return true, the Geometrys 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.IGeometry.Crosses(Geotools.Geometries.Geometry)
IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace