DatumOp.Matrix

Description

Name

class Tinman.Georef.DatumOp.Matrix

Derived from

DatumOp

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.

Fields / Required

source

Type

Ellipsoid

The source coordinate system (ellipsoid specification).


target

Type

Ellipsoid

The target coordinate system (ellipsoid specification).

Fields / Optional

transform

Type

Mat4

Default

{Mat4: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]}

The geocentric transformation matrix.