Aardvark.Base


GeoDatum

Holds data for a geodesic transform from one datum to another.

Constructors

ConstructorDescription
new(dx, dy, dz, rx, ry, rz, ds)
Signature: (dx:float * dy:float * dz:float * rx:float * ry:float * rz:float * ds:float) -> unit

Constructs geodetic datum. Deltas and Scaling should be provided in meters. Rotation has to be given in arc-seconds.

Instance members

Instance memberDescription
dS
Signature: float

Scaling in meters.

dX
Signature: float

Delta X

dY
Signature: float

Delta Y

dZ
Signature: float

Delta Z

rXrad
Signature: float

Rotation X in radians.

rXsec
Signature: float

Rotation X in arc-seconds.

rYrad
Signature: float

Rotation Y in radians.

rYsec
Signature: float

Rotation Y in arc-seconds.

rZrad
Signature: float

Rotation Z in radians.

rZsec
Signature: float

Rotation Z in arc seconds.

Fork me on GitHub