rasterAllowDraping

open override fun rasterAllowDraping(rasterAllowDraping: Boolean): 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.

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

Parameters

rasterAllowDraping

value of rasterAllowDraping


open override 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.

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

Parameters

rasterAllowDraping

value of rasterAllowDraping as Expression


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.