Short Name:
|
Derived From:
|
Fields: |
Applies the given transformation in the geocentric domain.
First, geographic coordinates are converted to geocentric coordinates using the source coordinate system. Then the matrix transformation is applied to the X-, Y- and Z-coordinates. Finally, the geocentric coordinates are converted back to geographic coordinates using the target coordinate system.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
source
|
Ellipsoid
|
||
The source coordinate system (ellipsoid specification). |
||||
required
|
target
|
Ellipsoid
|
||
The target coordinate system (ellipsoid specification). |
||||
optional
|
transform
|
Mat4
|
[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1] |
|
The geocentric transformation matrix. |