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
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.
Missing <remarks> documentation for M:Geotools.Geometries.IntersectionMatrix.IsCrosses(System.Int32,System.Int32)
IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace