UnitOfMeasureType

Description

[SemanticEnum]
enum Tinman.Terrain.Georef.UnitOfMeasureType

Enumeration of types of UnitOfMeasure values.

Public / Constants

Length

public constant Length → (0:int32)

A measurement of length.

The standard unit of this type is UnitOfMeasure.Metre.

Angle

public constant Angle → (1:int32)

A measurement of angle.

The standard unit of this type is UnitOfMeasure.Degree.

Scale

public constant Scale → (2:int32)

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

The standard unit of this type is UnitOfMeasure.Unity.