exaggeration

open override fun exaggeration(exaggeration: Double): 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


open override 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


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