PointByCoordinates¶
A coordinate tuple defining the geodetic position of a single point location using a known geodetic reference system
Diagram¶

Specializations of PointByCoordinates¶
| Class | Description |
|---|---|
| Point By Geo Coordinates | A point location representation encoded as latitude/longitude and optional elements, such as elevation and metadata. |
| Point By Projected Coordinates | A point location representation encoded as projected coordinates and optional elements, such as elevation and metadata. |
Formalization for PointByCoordinates¶
| Property | Constraint |
|---|---|
| hasElevation | only Elevation |
| hasElevationAccuracy | only ElevationAccuracy |
| hasPositionAccuracy | only PositionAccuracy |
| hasPositionConfidenceEllipse | only PositionConfidenceEllipse |
| subClassOf | PointRepresentation |
| subClassOf | CoordinateGeometry |