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

class Tinman.Heightmap.Split

Short Name:
  • class Split
Derived From:
Fields:

A heightmap that wraps another heightmap and discards all heightmap sample layers, except the given ones.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required heightmap Heightmap
# != null
 

The heightmap to wrap.

required layers Heightmap.Layer[]
# != null
 

The heightmap layers to retain.

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.