ESM: import VoxelVariable from "@arcgis/core/layers/voxel/VoxelVariable.js";
CDN: const VoxelVariable = await $arcgis.import("@arcgis/core/layers/voxel/VoxelVariable.js");
Object: @arcgis/core/layers/voxel/VoxelVariable
Since: ArcGIS Maps SDK for JavaScript 4.24
Describes a single variable in the VoxelLayer.
Property Overview Name Type Summary Object description StringThe original data source description of the variable.
VoxelVariable id NumberThe unique identifier for the variable.
VoxelVariable name StringThe original data source name of the variable.
VoxelVariable renderingFormat ObjectA description of various properties of the variable as it is represented on the GPU.
VoxelVariable unit StringThe variable units.
VoxelVariable volumeId NumberThe volumeId of the variable.
VoxelVariable Property Details description Stringreadonly
The original data source description of the variable.
The unique identifier for the variable.
name Stringreadonly
The original data source name of the variable.
renderingFormat Objectreadonly
A description of various properties of the variable as it is represented on the GPU.
Whether or not the data is discrete or continuous.
Possible Values:"discrete"|"continuous"
optionalDefault Value:false
Whether or not the data has a value representing NoData.
optionalDefault Value:0.0
The NoData value if there is one.
Indicates how the data are encoded.
Possible Values:"Int8"|"UInt8"|"Int16"|"UInt16"|"Int32"|"UInt32"|"Float32"|"Float64"
unit Stringreadonly
The variable units.
volumeId Numberreadonly
The volumeId of the variable. Currently always 0.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4