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

struct Tinman.Georef.Ellipsoid

Short Name:
  • struct Ellipsoid
Fields:

Describes an ellipsoid.

The ellipsoid parameters are related as follows:

f = (a - b) / a

Fields

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 semiMajorAxis number
# >= 0
0

The semi-major axis of the ellipsoid (a).

optional semiMinorAxis number
# >= 0
0

The semi-minor axis of the ellipsoid (b).

optional inverseFlattening number  
0

The inverse flattening of the ellipsoid (1/f).

optional unit Unit  
null

The unit of measure.

Usages

The following table shows all usages of this config type.

Used By: