TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Georef.DatumOp.Linear

Short Name:
  • class Linear
Derived From:
Fields:

Linearly transforms 3D geographic coordinates.

For the given input coordinates (lambda, phi, h), the transformation will give:
(lambda + longitude, phi + latitude, h * scale + offset)

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
optional latitude number  
0

The latitude offset, in radians.

optional longitude number  
0

The longitude offset, in radians.

optional offset number  
0

The longitude offset, in radians.

optional scale number  
1

The longitude offset, in radians.