Click or drag to resize
GeGeometryComplexTTouches Method
Returns True if two geometries touch each other, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Touches(
	IGeGeometry other
)

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: Boolean

Implements

IGeQueryableTouches(IGeGeometry)
Remarks
Returns True if the DE-9IM intersection matrix for the two geometries is FT*******, F**T***** or F***T****, otherwise returns False. Two points can not touch each other.
See Also