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

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Intersects(
	IGeGeometry other,
	ref IGeGeometry result = null
)

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry
result (Optional)
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: Boolean

Implements

IGeQueryableIntersects(IGeGeometry, IGeGeometry)
Remarks
Returns True if the DE-9IM intersection matrix for the two geometries is not FF*FF****, otherwise returns False. Intersecting geometries are not disjoint.
See Also