Geotools.Net

Geometry.Touches Method 

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

[Visual Basic]
Overridable Public Function Touches( _
   ByVal geometry As Geometry _
) As Boolean Implements _
   IGeometry.Touches
[C#]
public virtual bool Touches(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compare this Geometry.

Return Value

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

Implements

IGeometry.Touches

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace