Click or drag to resize
GeGeometryComplexTDisjoint Method
Returns True if two geometries are disjoint, otherwise returns False.

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

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: Boolean

Implements

IGeQueryableDisjoint(IGeGeometry)
Remarks
Returns True if the DE-9IM intersection matrix for the two geometries is FF*FF****, otherwise returns False. Disjoint geometries do not intersect.
See Also