Geotools.Net

Geometry.Crosses Method 

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
[C#]
public virtual bool Crosses(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

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.

Implements

IGeometry.Crosses

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace