Short Name:
|
|
Fields:
|
Describes a coordinate system for georeferencing.
A 3D geographic coordinate system has the following axes:
X
: Geodetic longitude
Angle from the prime meridian plane to the meridian plane passing through the given point, eastwards treated as positive.
Y
: Geodetic latitude
Angle from the equatorial plane to the perpendicular to the ellipsoid through a given point, northwards treated as positive.
Z
: Ellipsoidal height
Distance of a point from the ellipsoid measured along the perpendicular from the ellipsoid to this point. Positive if upwards or outside of the ellipsoid.
A projected coordinate system has the following X
and Y
axes:
X
: Easting
East pointing axis used in 2D projected coordinate systems.
Y
: Northing
North pointing axis used in 2D projected coordinate systems.
Vertical coordinate systems have a different Z
axis, usually gravity-related height or depth.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
optional
|
id
|
Georef.Id
|
null |
|
The unique registry ID of well-known objects. |
||||
optional
|
name
|
string
|
null |
|
The human-readable name of this object. |
||||
optional
|
geographic
|
Datum
|
null |
|
The geodetic datum this coordinate system is based upon. |
||||
optional
|
projection
|
CoordOpBase
|
null |
|
The map projection that translates between geographic coordinates (latitude, longitude) and map coordinates (easting, northing). |
||||
optional
|
vertical
|
Georef.Vertical
|
null |
|
The vertical datum this coordinate system is based upon. |
||||
optional
|
geographicUnit
|
Unit
|
null |
|
The unit of measure used for geographic coordinates. |
||||
optional
|
projectionUnit
|
Unit
|
null |
|
The unit of measure used for projected coordinates. |
||||
optional
|
localUnit
|
Unit
|
null |
|
The unit of measure used for local coordinates. |
||||
optional
|
verticalUnit
|
Unit
|
null |
|
The unit of measure used for vertical coordinates. |
||||
optional
|
flags
|
CoordSys.Flags[]
|
[None] |
|
The coordinate system flags. |
The following table shows all usages of this config type.
Used By:
|