exaggeration

abstract fun exaggeration(exaggeration: Double = 1.0): Terrain

Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value. Default value: 1. Value range: 0, 1000

Parameters

exaggeration

as Double


abstract fun exaggeration(exaggeration: Expression): Terrain

Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value. Default value: 1. Value range: 0, 1000

Parameters

exaggeration

value of exaggeration as Expression