VoxelVariable

AMD: require(["esri/layers/voxel/VoxelVariable"], (VoxelVariable) => { /* code goes here */ });
ESM: import VoxelVariable from "@arcgis/core/layers/voxel/VoxelVariable.js";
Object: esri/layers/voxel/VoxelVariable
Since: ArcGIS Maps SDK for JavaScript 4.24

Describes a single variable in the VoxelLayer.

Property Overview

Name Type Summary Object
String

The original data source description of the variable.

VoxelVariable
Number

The unique identifier for the variable.

VoxelVariable
String

The original data source name of the variable.

VoxelVariable
Object

A description of various properties of the variable as it is represented on the GPU.

VoxelVariable
String

The variable units.

VoxelVariable
Number

The volumeId of the variable.

VoxelVariable

Property Details

description

Property
description Stringreadonly

The original data source description of the variable.

id

Property
id Numberreadonly

The unique identifier for the variable.

name

Property
name Stringreadonly

The original data source name of the variable.

renderingFormat

Property
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 Boolean
optional
Default Value:false

Whether or not the data has a value representing NoData.

noData Number
optional
Default Value:0.0

The NoData value if there is one.

type String

Indicates how the data are encoded.

Possible Values:"Int8"|"UInt8"|"Int16"|"UInt16"|"Int32"|"UInt32"|"Float32"

unit

Property
unit Stringreadonly

The variable units.

volumeId

Property
volumeId Numberreadonly

The volumeId of the variable. Currently always 0.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.