|
LuciadCPillar C# 2026.0.04
|
Geometry is the root class of the hierarchy.
More...
Public Member Functions | |
| void | Dispose () |
Properties | |
| Luciad.Geometries.Bounds | Bounds [get] |
| The bounds for the geometry object. | |
| Luciad.Geodesy.CoordinateReference | Reference [get] |
| The coordinate reference of the geometry. | |
Geometry is the root class of the hierarchy.
Geometry is an abstract (non-instantiable) class.
The interpretation of the coordinates is subject to the coordinate reference systems associated to the geometry. All coordinates within a geometry object must be in the same coordinate reference systems. Each coordinate shall be unambiguously associated to a coordinate reference system either directly or through its containing geometry.
You can read more about the available geometries here.
|
inline |
|
get |
The bounds for the geometry object.
Returns the bounds for the geometry object.
| System.ArgumentException | if the bounds could not be computed. For example, when the geometry is defined by invalid points. |
|
get |
The coordinate reference of the geometry.
Returns the coordinate reference of the geometry.