Geotools.Net

IntersectionMatrix.IsCrosses Method 

Returns true if this IntersectionMatrix is: <ul> <li> T*T****** (for a point and a curve, a point and an area or a line and an area) <li> 0******** (for two curves) </ul>

[Visual Basic]
Public Function IsCrosses( _
   ByVal dimensionOfGeometryA As Integer, _
   ByVal dimensionOfGeometryB As Integer _
) As Boolean
[C#]
public bool IsCrosses(
   int dimensionOfGeometryA,
   int dimensionOfGeometryB
);

Parameters

dimensionOfGeometryA
The dimension of the first Geometry.
dimensionOfGeometryB
The dimension of the second Geometry.

Return Value

Returns true if the two Geometries related by this IntersectionMatrix cross. For this function to return true, the Geometries 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.IntersectionMatrix.IsCrosses(System.Int32,System.Int32)

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace