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

class Tinman.Heightmap.Merge

Short Name:
  • class Merge
Derived From:
Fields:

A heightmap that merges sample data from two wrapped heightmaps. Data is merged in order, which means that the second heightmap will overwrite data of the first heightmap, if their sample layers overlap.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required first Heightmap
# != null
 

The first heightmap to merge.

required second Heightmap
# != null
 

The second heightmap to merge.

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.