Click or drag to resize
IGeQueryable Interface
Interface providing geometry DE-IM9 intersection matrix spatial relations.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeQueryable

The IGeQueryable type exposes the following members.

Methods
  NameDescription
Public methodContains
Returns True if geometry contains specified geometry (including its boundary), otherwise returns False.
Public methodCoveredBy
Returns True if geometry is covered by specified geometry, otherwise returns False.
Public methodCovers
Returns True if geometry covers specified geometry, otherwise returns False.
Public methodCrosses
Returns True if two geometries are crossing each other, otherwise returns False.
Public methodDisjoint
Returns True if two geometries are disjoint, otherwise returns False.
Public methodIntersects
Returns True if two geometries intersect each other, otherwise returns False.
Public methodOverlaps
Returns True if two geometries overlap each other, otherwise returns False.
Public methodRelate(GeCoordinate)
Returns spatial relation describing the intersections of the interiors, boundaries and exteriors of specified point and geometry.
Public methodRelate(IGeGeometry)
Returns bitflag matrix describing the intersections of the interiors, boundaries and exteriors of two geometries.
Public methodTouches
Returns True if two geometries touch each other, otherwise returns False.
Public methodWithin
Returns True if geometry is contained within specified geometry, otherwise returns False.
Top
Remarks