Skip to content

Draft for review only

CoordinateGeometry

A geometry that is represented by a coordinate system (i.e., directly encodes coordinate tuples).

Diagram

cluster_associated Geometry Geometry CoordinateGeometry CoordinateGeometry coordinateEpoch : xsd:dateTime [0..1] CoordinateGeometry->Geometry CoordinateReferenceSystem CoordinateReferenceSystem CoordinateGeometry->CoordinateReferenceSystem hasCRS 1

CoordinateGeometry Diagram

Specializations of CoordinateGeometry

Class Description
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 Projected Coordinates A point location geometry encoded as projected coordinates and optional elements, such as elevation and metadata.

Formalization for CoordinateGeometry

Property Constraint
coordinateEpoch max 1 xsd:dateTime
hasCRS exactly 1 CoordinateReferenceSystem
subClassOf Geometry