PointRepresentation¶
A representation of a point location using a specific method (e.g., coordinates or an external code).
Diagram¶

Specializations of PointRepresentation¶
| Class | Description |
|---|---|
| Point By Code | A point location representation using a code that references an entry in 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 representation encoded as latitude/longitude and optional elements, such as elevation and metadata. |
| Point By Linear Position | A point representation defined by an offset along a linear representation. |
| Point By Projected Coordinates | A point location representation encoded as projected coordinates and optional elements, such as elevation and metadata. |
Formalization for PointRepresentation¶
| Property | Constraint |
|---|---|
| subClassOf | Geometry |