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

enum UnitOfMeasureType in Tinman.Terrain.Georef

Enumeration of types of UnitOfMeasure values.

[PersistentEnum]
enum UnitOfMeasureType  

Items

Length = 0

A measurement of length.

Remarks:

The standard unit of this type is Metre.

Angle = 1

A measurement of angle.

Remarks:

The standard unit of this type is Radian.

Scale = 2

A measurement of scale only (i.e. no actual unit).

Remarks:

The standard unit of this type is Unity.