Geotools.Net

IntersectionMatrix.IsTouches Method 

Returns true if this IntersectionMatrix is FT*******, F**T*****, or F***T****.

[Visual Basic]
Public Function IsTouches( _
   ByVal dimensionOfGeometryA As Integer, _
   ByVal dimensionOfGeometryB As Integer _
) As Boolean
[C#]
public bool IsTouches(
   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 touch. Returns false if both Geometries are points.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IntersectionMatrix.IsTouches(System.Int32,System.Int32)

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace