require(["esri/layers/support/VoxelVariable"], (VoxelVariable) => { /* code goes here */ });
import VoxelVariable from "@arcgis/core/layers/support/VoxelVariable.js";
esri/layers/support/VoxelVariable
Describes a single variable in the VoxelLayer.
Property Overview
Name | Type | Summary | Object |
---|---|---|---|
The original data source description of the variable. | VoxelVariable | ||
The unique identifier for the variable. | VoxelVariable | ||
The original data source name of the variable. | VoxelVariable | ||
A description of various properties of the variable as it is represented on the GPU. | VoxelVariable | ||
The variable units. | VoxelVariable | ||
The volumeId of the variable. | VoxelVariable |
Property Details
-
description
description Stringreadonly
-
The original data source description of the variable.
-
id
id Numberreadonly
-
The unique identifier for the variable.
-
name
name Stringreadonly
-
The original data source name of the variable.
-
renderingFormat
renderingFormat Objectreadonly
-
A description of various properties of the variable as it is represented on the GPU.
- Properties
-
continuity String
Whether or not the data is discrete or continuous.
Possible Values:"discrete"|"continuous"
hasNoData BooleanDefault Value:falseWhether or not the data has a value representing NoData.
noData NumberDefault Value:0.0The NoData value if there is one.
type StringIndicates how the data are encoded.
Possible Values:"Int8"|"UInt8"|"Int16"|"UInt16"|"Int32"|"UInt32"|"Float32"
-
unit
unit Stringreadonly
-
The variable units.
-
volumeId
volumeId Numberreadonly
-
The volumeId of the variable. Currently always 0.