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 CoordinateGeometry->Geometry CoordinateReferenceSystem CoordinateReferenceSystem CoordinateGeometry->CoordinateReferenceSystem hasCRS

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 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 CoordinateGeometry

Property Constraint
coordinateEpoch datatype xsd:dateTime
hasCRS only CoordinateReferenceSystem
subClassOf Geometry