RasterLayerDsl

interface RasterLayerDsl

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

maxZoom
Link copied to clipboard
abstract fun maxZoom(maxZoom: Double): RasterLayer
Set the maxzoom property
minZoom
Link copied to clipboard
abstract fun minZoom(minZoom: Double): RasterLayer
Set the minzoom property
rasterBrightnessMax
Link copied to clipboard
abstract fun rasterBrightnessMax(rasterBrightnessMax: Expression): RasterLayer
Set the RasterBrightnessMax property
abstract fun rasterBrightnessMax(rasterBrightnessMax: Double = 1.0): RasterLayer
Set the RasterBrightnessMax property
rasterBrightnessMaxTransition
Link copied to clipboard
abstract fun rasterBrightnessMaxTransition(options: StyleTransition): RasterLayer
Set the RasterBrightnessMax property transition options
abstract fun rasterBrightnessMaxTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterBrightnessMin
Link copied to clipboard
abstract fun rasterBrightnessMin(rasterBrightnessMin: Expression): RasterLayer
Set the RasterBrightnessMin property
abstract fun rasterBrightnessMin(rasterBrightnessMin: Double = 0.0): RasterLayer
Set the RasterBrightnessMin property
rasterBrightnessMinTransition
Link copied to clipboard
abstract fun rasterBrightnessMinTransition(options: StyleTransition): RasterLayer
Set the RasterBrightnessMin property transition options
abstract fun rasterBrightnessMinTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterContrast
Link copied to clipboard
abstract fun rasterContrast(rasterContrast: Expression): RasterLayer
Set the RasterContrast property
abstract fun rasterContrast(rasterContrast: Double = 0.0): RasterLayer
Set the RasterContrast property
rasterContrastTransition
Link copied to clipboard
abstract fun rasterContrastTransition(options: StyleTransition): RasterLayer
Set the RasterContrast property transition options
abstract fun rasterContrastTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterFadeDuration
Link copied to clipboard
abstract fun rasterFadeDuration(rasterFadeDuration: Expression): RasterLayer
Set the RasterFadeDuration property
abstract fun rasterFadeDuration(rasterFadeDuration: Double = 300.0): RasterLayer
Set the RasterFadeDuration property
rasterHueRotate
Link copied to clipboard
abstract fun rasterHueRotate(rasterHueRotate: Expression): RasterLayer
Set the RasterHueRotate property
abstract fun rasterHueRotate(rasterHueRotate: Double = 0.0): RasterLayer
Set the RasterHueRotate property
rasterHueRotateTransition
Link copied to clipboard
abstract fun rasterHueRotateTransition(options: StyleTransition): RasterLayer
Set the RasterHueRotate property transition options
abstract fun rasterHueRotateTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterOpacity
Link copied to clipboard
abstract fun rasterOpacity(rasterOpacity: Expression): RasterLayer
Set the RasterOpacity property
abstract fun rasterOpacity(rasterOpacity: Double = 1.0): RasterLayer
Set the RasterOpacity property
rasterOpacityTransition
Link copied to clipboard
abstract fun rasterOpacityTransition(options: StyleTransition): RasterLayer
Set the RasterOpacity property transition options
abstract fun rasterOpacityTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterResampling
Link copied to clipboard
abstract fun rasterResampling(rasterResampling: Expression): RasterLayer
Set the RasterResampling property
abstract fun rasterResampling(rasterResampling: RasterResampling = RasterResampling.LINEAR): RasterLayer
Set the RasterResampling property
rasterSaturation
Link copied to clipboard
abstract fun rasterSaturation(rasterSaturation: Expression): RasterLayer
Set the RasterSaturation property
abstract fun rasterSaturation(rasterSaturation: Double = 0.0): RasterLayer
Set the RasterSaturation property
rasterSaturationTransition
Link copied to clipboard
abstract fun rasterSaturationTransition(options: StyleTransition): RasterLayer
Set the RasterSaturation property transition options
abstract fun rasterSaturationTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
sourceLayer
Link copied to clipboard
abstract fun sourceLayer(sourceLayer: String): RasterLayer
Set the sourceLayer property
visibility
Link copied to clipboard
abstract fun visibility(visibility: Visibility): RasterLayer
Set the Visibility property

Inheritors

RasterLayer
Link copied to clipboard