Terrain Dsl Receiver
interface TerrainDslReceiver
Content copied to clipboard
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
exaggeration
Link copied to clipboard
Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value.
exaggeration Transition
Link copied to clipboard
Set the Exaggeration property transition options.
abstract fun exaggerationTransition(block: StyleTransition.Builder.() -> Unit): Terrain
Content copied to clipboard
DSL for exaggerationTransition.
Inheritors
Terrain
Link copied to clipboard