PointGeometry¶
A geometry for a point location using a specific method (e.g., coordinates or an external code).
Diagram¶

Specializations of PointGeometry¶
| Class | Description |
|---|---|
| Point By Code | A point geometry whose coordinates are not modelled here but can be resolved using :hasLookupCode and an external location referencing system. |
| Point By Coordinates | A coordinate tuple defining the geodetic position of a single point location using a known geodetic reference system |
| Point By Geo Coordinates | A point location geometry encoded as latitude/longitude and optional elements, such as elevation and metadata. |
| Point By Linear Position | A point geometry defined by an offset along a linear geometry. |
| Point By Projected Coordinates | A point location geometry encoded as projected coordinates and optional elements, such as elevation and metadata. |
Formalization for PointGeometry¶
| Property | Constraint |
|---|---|
| subClassOf | Geometry |