Click or drag to resize
GePreparedGeometry Class
Represents prepared 2.5D geometry.
Inheritance Hierarchy
SystemObject
  FDF.Common.GeometriesGePreparedGeometry

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class GePreparedGeometry : IGePreparedGeometry

The GePreparedGeometry type exposes the following members.

Constructors
  NameDescription
Public methodGePreparedGeometry
Initializes a new instance of the GePreparedGeometry class
Top
Properties
  NameDescription
Public propertyGeometry
Returns geometry used to build prepared geometry.
Top
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