Click or drag to resize
GeGeometryComplexTCoveredBy Method
Returns True if geometry is covered by specified geometry, otherwise returns False.

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

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: Boolean

Implements

IGeQueryableCoveredBy(IGeGeometry)
Remarks
Returns True if the DE-9IM intersection matrix for the two geometries is T*F**F*** or *TF**F*** or **FT*F*** or **F*TF***, otherwise returns False.

See Covers(IGeGeometry) (the opposite relation) for more detailed description.

See Also