RasterLayer

class RasterLayer(layerId: String, sourceId: String) : Layer, RasterLayerDsl

Raster map textures such as satellite imagery.

See also

Parameters

layerId

the ID of the layer

sourceId

the ID of the source

Constructors

RasterLayer
Link copied to clipboard
fun RasterLayer(layerId: String, sourceId: String)
the ID of the layer

Types

Companion
Link copied to clipboard
object Companion
Static variables and methods.

Functions

bindTo
Link copied to clipboard
fun bindTo(delegate: StyleInterface)
Bind the layer to the Style.
open override fun bindTo(delegate: StyleInterface, position: LayerPosition?)
Bind the layer to the map controller.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
maxZoom
Link copied to clipboard
open override fun maxZoom(maxZoom: Double): RasterLayer
Set the maxzoom property
minZoom
Link copied to clipboard
open override fun minZoom(minZoom: Double): RasterLayer
Set the minzoom property
rasterBrightnessMax
Link copied to clipboard
open override fun rasterBrightnessMax(rasterBrightnessMax: Expression): RasterLayer
Set the RasterBrightnessMax property
open override fun rasterBrightnessMax(rasterBrightnessMax: Double): RasterLayer
Set the RasterBrightnessMax property
rasterBrightnessMaxTransition
Link copied to clipboard
open override fun rasterBrightnessMaxTransition(options: StyleTransition): RasterLayer
Set the RasterBrightnessMax property transition options
open override fun rasterBrightnessMaxTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterBrightnessMin
Link copied to clipboard
open override fun rasterBrightnessMin(rasterBrightnessMin: Expression): RasterLayer
Set the RasterBrightnessMin property
open override fun rasterBrightnessMin(rasterBrightnessMin: Double): RasterLayer
Set the RasterBrightnessMin property
rasterBrightnessMinTransition
Link copied to clipboard
open override fun rasterBrightnessMinTransition(options: StyleTransition): RasterLayer
Set the RasterBrightnessMin property transition options
open override fun rasterBrightnessMinTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterContrast
Link copied to clipboard
open override fun rasterContrast(rasterContrast: Expression): RasterLayer
Set the RasterContrast property
open override fun rasterContrast(rasterContrast: Double): RasterLayer
Set the RasterContrast property
rasterContrastTransition
Link copied to clipboard
open override fun rasterContrastTransition(options: StyleTransition): RasterLayer
Set the RasterContrast property transition options
open override fun rasterContrastTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterFadeDuration
Link copied to clipboard
open override fun rasterFadeDuration(rasterFadeDuration: Expression): RasterLayer
Set the RasterFadeDuration property
open override fun rasterFadeDuration(rasterFadeDuration: Double): RasterLayer
Set the RasterFadeDuration property
rasterHueRotate
Link copied to clipboard
open override fun rasterHueRotate(rasterHueRotate: Expression): RasterLayer
Set the RasterHueRotate property
open override fun rasterHueRotate(rasterHueRotate: Double): RasterLayer
Set the RasterHueRotate property
rasterHueRotateTransition
Link copied to clipboard
open override fun rasterHueRotateTransition(options: StyleTransition): RasterLayer
Set the RasterHueRotate property transition options
open override fun rasterHueRotateTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterOpacity
Link copied to clipboard
open override fun rasterOpacity(rasterOpacity: Expression): RasterLayer
Set the RasterOpacity property
open override fun rasterOpacity(rasterOpacity: Double): RasterLayer
Set the RasterOpacity property
rasterOpacityTransition
Link copied to clipboard
open override fun rasterOpacityTransition(options: StyleTransition): RasterLayer
Set the RasterOpacity property transition options
open override fun rasterOpacityTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
rasterResampling
Link copied to clipboard
open override fun rasterResampling(rasterResampling: Expression): RasterLayer
Set the RasterResampling property
open override fun rasterResampling(rasterResampling: RasterResampling): RasterLayer
Set the RasterResampling property
rasterSaturation
Link copied to clipboard
open override fun rasterSaturation(rasterSaturation: Expression): RasterLayer
Set the RasterSaturation property
open override fun rasterSaturation(rasterSaturation: Double): RasterLayer
Set the RasterSaturation property
rasterSaturationTransition
Link copied to clipboard
open override fun rasterSaturationTransition(options: StyleTransition): RasterLayer
Set the RasterSaturation property transition options
open override fun rasterSaturationTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
sourceLayer
Link copied to clipboard
open override fun sourceLayer(sourceLayer: String): RasterLayer
Set the sourceLayer property
toString
Link copied to clipboard
open fun toString(): String
visibility
Link copied to clipboard
open override fun visibility(visibility: Visibility): RasterLayer
Set the Visibility property

Properties

layerId
Link copied to clipboard
open override val layerId: String
the ID of the layer
maxZoom
Link copied to clipboard
open override val maxZoom: Double?
The maximum zoom level for the layer.
minZoom
Link copied to clipboard
open override val minZoom: Double?
The minimum zoom level for the layer.
rasterBrightnessMax
Link copied to clipboard
val rasterBrightnessMax: Double?
Increase or reduce the brightness of the image.
rasterBrightnessMaxAsExpression
Link copied to clipboard
val rasterBrightnessMaxAsExpression: Expression?
This is an Expression representation of "raster-brightness-max".
rasterBrightnessMaxTransition
Link copied to clipboard
val rasterBrightnessMaxTransition: StyleTransition?
Transition options for RasterBrightnessMax.
rasterBrightnessMin
Link copied to clipboard
val rasterBrightnessMin: Double?
Increase or reduce the brightness of the image.
rasterBrightnessMinAsExpression
Link copied to clipboard
val rasterBrightnessMinAsExpression: Expression?
This is an Expression representation of "raster-brightness-min".
rasterBrightnessMinTransition
Link copied to clipboard
val rasterBrightnessMinTransition: StyleTransition?
Transition options for RasterBrightnessMin.
rasterContrast
Link copied to clipboard
val rasterContrast: Double?
Increase or reduce the contrast of the image.
rasterContrastAsExpression
Link copied to clipboard
val rasterContrastAsExpression: Expression?
This is an Expression representation of "raster-contrast".
rasterContrastTransition
Link copied to clipboard
val rasterContrastTransition: StyleTransition?
Transition options for RasterContrast.
rasterFadeDuration
Link copied to clipboard
val rasterFadeDuration: Double?
Fade duration when a new tile is added.
rasterFadeDurationAsExpression
Link copied to clipboard
val rasterFadeDurationAsExpression: Expression?
This is an Expression representation of "raster-fade-duration".
rasterHueRotate
Link copied to clipboard
val rasterHueRotate: Double?
Rotates hues around the color wheel.
rasterHueRotateAsExpression
Link copied to clipboard
val rasterHueRotateAsExpression: Expression?
This is an Expression representation of "raster-hue-rotate".
rasterHueRotateTransition
Link copied to clipboard
val rasterHueRotateTransition: StyleTransition?
Transition options for RasterHueRotate.
rasterOpacity
Link copied to clipboard
val rasterOpacity: Double?
The opacity at which the image will be drawn.
rasterOpacityAsExpression
Link copied to clipboard
val rasterOpacityAsExpression: Expression?
This is an Expression representation of "raster-opacity".
rasterOpacityTransition
Link copied to clipboard
val rasterOpacityTransition: StyleTransition?
Transition options for RasterOpacity.
rasterResampling
Link copied to clipboard
val rasterResampling: RasterResampling?
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
rasterResamplingAsExpression
Link copied to clipboard
val rasterResamplingAsExpression: Expression?
This is an Expression representation of "raster-resampling".
rasterSaturation
Link copied to clipboard
val rasterSaturation: Double?
Increase or reduce the saturation of the image.
rasterSaturationAsExpression
Link copied to clipboard
val rasterSaturationAsExpression: Expression?
This is an Expression representation of "raster-saturation".
rasterSaturationTransition
Link copied to clipboard
val rasterSaturationTransition: StyleTransition?
Transition options for RasterSaturation.
sourceId
Link copied to clipboard
val sourceId: String
the ID of the source
sourceLayer
Link copied to clipboard
val sourceLayer: String?
Source layer.
visibility
Link copied to clipboard
open override val visibility: Visibility?
Visibility of the layer.