Merge

Description

Name

class Tinman.Heightmap.Merge

Derived from

Heightmap

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 / Required

first

Type

Heightmap

Constraint

# != null

The first heightmap to merge.


second

Type

Heightmap

Constraint

# != null

The second heightmap to merge.

Fields / External

id

Type

Dataset.Id

Returns a unique identifier for this dataset.


metadata

Returns dataset metadata information.


georef

Returns georeferencing information.


info

Holds detail information about this heightmap.