rasterArrayBand

open override fun rasterArrayBand(rasterArrayBand: String): RasterLayer

Displayed band of raster array source layer. Defaults to the first band if not set.

Use static method RasterLayer.defaultRasterArrayBand to set the default property.

Parameters

rasterArrayBand

value of rasterArrayBand


open override fun rasterArrayBand(rasterArrayBand: Expression): RasterLayer

Displayed band of raster array source layer. Defaults to the first band if not set.

Use static method RasterLayer.defaultRasterArrayBandAsExpression to set the default property.

Parameters

rasterArrayBand

value of rasterArrayBand as Expression


Displayed band of raster array source layer. Defaults to the first band if not set.