Short Name:
|
|
Fields: |
Defines a conversion between geographic coordinate systems.
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
|
source
|
CoordSys
|
null |
|
The source coordinate system. |
||||
optional
|
target
|
CoordSys
|
null |
|
The target coordinate system. |
||||
optional
|
transform
|
DatumOp
|
null |
|
The datum transformation to apply in order to convert between the source and target coordinate system. |
||||
optional
|
accuracy
|
number
|
1 |
|
Estimated accuracy of the conversion, in metres. |
||||
optional
|
north
|
number
|
90 |
|
Northern latitude of area-of-use. |
||||
optional
|
south
|
number
|
-90 |
|
Southern latitude of area-of-use. |
||||
optional
|
east
|
number
|
180 |
|
Eastern latitude of area-of-use. |
||||
optional
|
west
|
number
|
-180 |
|
Western longitude of area-of-use. |