TerrainState

A global modifier that elevates layers and markers based on a DEM data source.

See also

Constructors

Link copied to clipboard
fun TerrainState(rasterDemSourceState: RasterDemSourceState)

Types

Link copied to clipboard
object Companion

Public companion object.

Link copied to clipboard
data class Holder : Parcelable

Terrain Holder class to be used within Saver.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

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

Link copied to clipboard

Defines the transition of exaggeration. Default value: 1. Value range: 0, 1000