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

class Tinman.Heightmap.Project

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

Reads samples from the source dataset, projects them to the coordinate system of the target dataset and stores the projected samples in the target dataset.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required source Heightmap
# != null
 

The source dataset.

required target Heightmap
# != null
 

The target dataset.

optional projection Tinman.Projection  
null

Optional map projection to use. If null, a map projection will be derived from the georeferencing information.

optional since Dataset.Id  
{'00000000-0000-0000-0000-000000000000',
  0}

Optional Dataset.Id value that identifies the dataset revision that has already been processed. Only new and updated data in this dataset will be projected. Set to the default value to process all data.