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.

interface RasterLayerDsl

Functions

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

Set the maxzoom property

abstract fun maxZoom(maxZoom: Double): RasterLayer
minZoom
Link copied to clipboard

Set the minzoom property

abstract fun minZoom(minZoom: Double): RasterLayer
rasterBrightnessMax
Link copied to clipboard

Set the RasterBrightnessMax property

abstract fun rasterBrightnessMax(rasterBrightnessMax: Expression): RasterLayer
abstract fun rasterBrightnessMax(rasterBrightnessMax: Double): RasterLayer
rasterBrightnessMaxTransition
Link copied to clipboard

Set the RasterBrightnessMax property transition options

abstract fun rasterBrightnessMaxTransition(options: StyleTransition): RasterLayer
abstract fun rasterBrightnessMaxTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterBrightnessMin
Link copied to clipboard

Set the RasterBrightnessMin property

abstract fun rasterBrightnessMin(rasterBrightnessMin: Expression): RasterLayer
abstract fun rasterBrightnessMin(rasterBrightnessMin: Double): RasterLayer
rasterBrightnessMinTransition
Link copied to clipboard

Set the RasterBrightnessMin property transition options

abstract fun rasterBrightnessMinTransition(options: StyleTransition): RasterLayer
abstract fun rasterBrightnessMinTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterContrast
Link copied to clipboard

Set the RasterContrast property

abstract fun rasterContrast(rasterContrast: Expression): RasterLayer
abstract fun rasterContrast(rasterContrast: Double): RasterLayer
rasterContrastTransition
Link copied to clipboard

Set the RasterContrast property transition options

abstract fun rasterContrastTransition(options: StyleTransition): RasterLayer
abstract fun rasterContrastTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterFadeDuration
Link copied to clipboard

Set the RasterFadeDuration property

abstract fun rasterFadeDuration(rasterFadeDuration: Expression): RasterLayer
abstract fun rasterFadeDuration(rasterFadeDuration: Double): RasterLayer
rasterHueRotate
Link copied to clipboard

Set the RasterHueRotate property

abstract fun rasterHueRotate(rasterHueRotate: Expression): RasterLayer
abstract fun rasterHueRotate(rasterHueRotate: Double): RasterLayer
rasterHueRotateTransition
Link copied to clipboard

Set the RasterHueRotate property transition options

abstract fun rasterHueRotateTransition(options: StyleTransition): RasterLayer
abstract fun rasterHueRotateTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterOpacity
Link copied to clipboard

Set the RasterOpacity property

abstract fun rasterOpacity(rasterOpacity: Expression): RasterLayer
abstract fun rasterOpacity(rasterOpacity: Double): RasterLayer
rasterOpacityTransition
Link copied to clipboard

Set the RasterOpacity property transition options

abstract fun rasterOpacityTransition(options: StyleTransition): RasterLayer
abstract fun rasterOpacityTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterResampling
Link copied to clipboard

Set the RasterResampling property

abstract fun rasterResampling(rasterResampling: Expression): RasterLayer
abstract fun rasterResampling(rasterResampling: RasterResampling): RasterLayer
rasterSaturation
Link copied to clipboard

Set the RasterSaturation property

abstract fun rasterSaturation(rasterSaturation: Expression): RasterLayer
abstract fun rasterSaturation(rasterSaturation: Double): RasterLayer
rasterSaturationTransition
Link copied to clipboard

Set the RasterSaturation property transition options

abstract fun rasterSaturationTransition(options: StyleTransition): RasterLayer
abstract fun rasterSaturationTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
sourceLayer
Link copied to clipboard

Set the sourceLayer property

abstract fun sourceLayer(sourceLayer: String): RasterLayer
toString
Link copied to clipboard
open override fun toString(): String
visibility
Link copied to clipboard

Set the Visibility property

abstract fun visibility(visibility: Visibility): RasterLayer

Inheritors

RasterLayer
Link copied to clipboard