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

class Tinman.Heightmap.Range

Short Name:
  • class Heightmap.Range
Derived From:
Fields:

Translates the elevation values of this heightmap to the given range.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required heightmap Heightmap
# != null
 

The input heightmap.

required range Vertical.Range
# != null
 

The range to translate to.

optional unit Unit  
null

The vertical unit. If null, metre will be used.

optional reinterpret bool  
false

Keep elevation values of the input heightmap and reinterpret them according to range and unit, instead of scaling them?.

external id Dataset.Id    

Returns a unique identifier for this dataset.

external metadata Dataset.Info    

Returns dataset metadata information.

external georef Tinman.Georef    

Returns georeferencing information.

external info Heightmap.Info    

Holds detail information about this heightmap.