VoxelVariable.js 1.5 KB

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as t}from"../../chunks/tslib.es6.js";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as o}from"../../core/accessorSupport/decorators/subclass.js";import s from"./VoxelFormat.js";let i=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([r({type:Number,json:{write:{enabled:!0,isRequired:!0}}})],i.prototype,"id",void 0),t([r({type:String,json:{write:!0}})],i.prototype,"description",void 0),t([r({type:String,json:{write:{enabled:!0,isRequired:!0}}})],i.prototype,"name",void 0),t([r({type:s,json:{write:!0}})],i.prototype,"originalFormat",void 0),t([r({type:s,json:{write:{enabled:!0,isRequired:!0}}})],i.prototype,"renderingFormat",void 0),t([r({type:String,json:{write:!0}})],i.prototype,"unit",void 0),t([r({type:Number,json:{write:!0}})],i.prototype,"volumeId",void 0),t([r({type:["stc-hot-spot-results","stc-cluster-outlier-results","stc-estimated-bin","generic-nearest-interpolated"],json:{write:!0}})],i.prototype,"type",void 0),i=t([o("esri.layers.voxel.VoxelVariable")],i);const p=i;export{p as default};