rasterAllowDraping

abstract fun rasterAllowDraping(rasterAllowDraping: Boolean = true): RasterLayer

Whether the raster layer is allowed to drape over terrain and globe. When disabled, the layer is rendered after all draped layers, which can change its position in the layer order. Disabling draping has a performance cost, since the terrain/globe geometry must be rendered again for each such layer. Default value: true.

Parameters

rasterAllowDraping

value of rasterAllowDraping


abstract fun rasterAllowDraping(rasterAllowDraping: Expression): RasterLayer

Whether the raster layer is allowed to drape over terrain and globe. When disabled, the layer is rendered after all draped layers, which can change its position in the layer order. Disabling draping has a performance cost, since the terrain/globe geometry must be rendered again for each such layer. Default value: true.

Parameters

rasterAllowDraping

value of rasterAllowDraping as Expression