IGeGeometry Interface |
Namespace: FDF.Common.Geometries
The IGeGeometry type exposes the following members.
Name | Description | |
---|---|---|
![]() | AggregateType |
Returns aggregate geometry type
of this geometry.
|
![]() | Area |
Returns total surface area of the geometry.
|
![]() | Centroid |
Returns geometry centroid coordinate.
|
![]() | ConvexHull |
Returns the smallest convex boundary
encompassing geometry.
|
![]() | DerivedType | |
![]() | Dimensionality |
Gets or sets coordinate
dimensionality of a geometry.
|
![]() | Dimensions |
Returns number of spatial dimensions (2 or 3)
of a geometry.
|
![]() | Envelope |
Returns geometry envelope.
|
![]() | Fgf |
Returns feature data objects (FDO) binary representation of a geometry.
|
![]() | Length |
Returns total surface boundary length
(circumference) of the geometry.
|
![]() | Type |
Returns enumerated geometry type
used for safe typecasting to concrete geometry class.
|
![]() | Wkb |
Returns well-known binary representation of a geometry.
|
![]() | Wkt |
Returns well-known text representation of a geometry.
|
Name | Description | |
---|---|---|
![]() | Buffer |
Returns buffer of the geometry,
using specified offset distance.
Provides optional parameters for curve approximation segments
and buffer's end cap style.
|
![]() | ClosestPointTo | |
![]() | Difference |
Returns difference of this geometry
and specified geometry. If no differences were found, resulting
geometry is an empty set.
|
![]() | Intersection |
Returns intersection of this geometry
and specified geometry. If no intersections were found, resulting
geometry is an empty set.
|
![]() | IsSimple |
Returns True is geometry is simple (non-aggregate),
otherwise returns False.
|
![]() | Offset |
Returns geometry offset.
|
![]() | SymmetricDifference |
Returns symmetric difference of this
geometry and specified geometry. If no symmetric differences were
found, resulting geometry is an empty set.
|
![]() | TryConvert |
Losely converts geometry to specified geometric type.
Returns True if conversion was successful,
otherwise returns False.
|
![]() | Union |
Returns union of this geometry
and specified geometry.
|