| IGeQueryable Interface |
Namespace: FDF.Common.Geometries
The IGeQueryable type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Returns True if geometry contains specified geometry
(including its boundary), otherwise returns False.
| |
| CoveredBy |
Returns True if geometry is covered by specified geometry,
otherwise returns False.
| |
| Covers |
Returns True if geometry covers specified geometry,
otherwise returns False.
| |
| Crosses |
Returns True if two geometries are crossing each other,
otherwise returns False.
| |
| Disjoint |
Returns True if two geometries are disjoint,
otherwise returns False.
| |
| Intersects |
Returns True if two geometries intersect each other,
otherwise returns False.
| |
| Overlaps |
Returns True if two geometries overlap each other,
otherwise returns False.
| |
| Relate(GeCoordinate) | ||
| Relate(IGeGeometry) |
Returns bitflag matrix describing the intersections of the interiors,
boundaries and exteriors of two geometries.
| |
| Touches |
Returns True if two geometries touch each other,
otherwise returns False.
| |
| Within |
Returns True if geometry is contained within specified
geometry, otherwise returns False.
|