Heightmap.Project

Description

Name

class Tinman.Heightmap.Project

Derived from

Operation

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

source

Type

Heightmap

Constraint

# != null

The source dataset.


target

Type

Heightmap

Constraint

# != null

The target dataset.

Fields / Optional

projection

Type

Tinman.Projection

Default

null

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


datum

Type

DatumOp

Default

null

Optional datum transformation to use. If null, a datum transformation will be derived from the georeferencing information.


since

Type

Dataset.Id

Default

{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.

Fields / External

conversion

The actual coordinate conversion that will be applied during processing.