The voxelLayerDefinition contains drawing information for a voxel layer.
Referenced by: Voxel Layer
Properties
Property | Details |
---|---|
maxScale | Represents the maximum scale (most zoomed in) at which the layer is visible in the view. If the web scene is zoomed in beyond this scale, the layer will not be visible. A value of 0 means the layer does not have a maximum scale. If set, the maxScale value should always be smaller than the minScale value, and greater than or equal to the service specification. |
minScale | Represents the minimum scale (most zoomed out) at which the layer is visible in the view. If the web scene is zoomed out beyond this scale, the layer will not be visible. A value of 0 means the layer does not have a minimum scale. If set, the minScale value should always be larger than the maxScale value, and lesser than or equal to the service specification. |
sections[] | Array of metadata about sections. A section is a static plane through the voxel layer showing the variable the section was created at. |
style | Voxel style describes how the layer will be drawn including rendering and voxel representions that will be visible. |