Geotools.Net

IGeometry.Crosses Method 

Returns true if the DE-9IM intersection matrix for the two Geometrys is

[Visual Basic]
Function Crosses( _
   ByVal other As Geometry _
) As Boolean
[C#]
bool Crosses(
   Geometry other
);

Parameters

other
The other geometry with which to compare to this geometry.

Return Value

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.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace