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.

interface TerrainDslReceiver

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
exaggeration
Link copied to clipboard

Set the Exaggeration property

abstract fun exaggeration(exaggeration: Expression): Terrain

Set the Exaggeration property.

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

abstract fun exaggeration(exaggeration: Double): Terrain
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

Terrain
Link copied to clipboard