@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.49 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as t}from"../../chunks/tslib.es6.js";import e from"../../core/JSONSupport.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";import i from"./VoxelFormat.js";let s=class extends e{constructor(){super(...arguments),this.id=null,this.description="",this.name=null,this.originalFormat=null,this.renderingFormat=null,this.unit="",this.volumeId=0,this.type=null}};t([o({type:Number,json:{write:{enabled:!0,isRequired:!0}}})],s.prototype,"id",void 0),t([o({type:String,json:{write:!0}})],s.prototype,"description",void 0),t([o({type:String,json:{write:{enabled:!0,isRequired:!0}}})],s.prototype,"name",void 0),t([o({type:i,json:{write:!0}})],s.prototype,"originalFormat",void 0),t([o({type:i,json:{write:{enabled:!0,isRequired:!0}}})],s.prototype,"renderingFormat",void 0),t([o({type:String,json:{write:!0}})],s.prototype,"unit",void 0),t([o({type:Number,json:{write:!0}})],s.prototype,"volumeId",void 0),t([o({type:["stc-hot-spot-results","stc-cluster-outlier-results","stc-estimated-bin","generic-nearest-interpolated"],json:{write:!0}})],s.prototype,"type",void 0),s=t([r("esri.layers.voxel.VoxelVariable")],s);const p=s;export{p as default};