TerrainDslReceiver

This Interface contains all the functions that will be exposed to Koltin DSL.

Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.

Functions

Link copied to clipboard
abstract fun exaggeration(exaggeration: Expression): Terrain
abstract fun exaggeration(exaggeration: Double = 1.0): Terrain

Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value.

Link copied to clipboard

Set the Exaggeration property transition options.

Inheritors

Link copied to clipboard