| GeGeometry Properties |
The GeGeometry 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.
| |
| IsEmpty |
Returns True if object instance is considered empty,
otherwise returns False.
| |
| 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.
|