Geotools.Net

IGeometry.Touches Method 

Returns true if the DE-9IM intersection matrix for the two Geometrys is FT*******, F**T***** or F***T****.

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

Parameters

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

Return Value

Returns true if the two Geometrys touch; Returns false if both Geometrys are points.

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace