@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.22 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import t from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";let s=class extends t{constructor(){super(...arguments),this.area=null,this.cut=null,this.fill=null,this.maxZ=null,this.minZ=null,this.meanZ=null,this.cutCellCount=null,this.fillCellCount=null}};o([r({json:{write:!0}})],s.prototype,"area",void 0),o([r({json:{write:!0}})],s.prototype,"cut",void 0),o([r({json:{write:!0}})],s.prototype,"fill",void 0),o([r({json:{name:"maxz",write:!0}})],s.prototype,"maxZ",void 0),o([r({json:{name:"minz",write:!0}})],s.prototype,"minZ",void 0),o([r({json:{name:"meanz",write:!0}})],s.prototype,"meanZ",void 0),o([r({json:{write:!0}})],s.prototype,"cutCellCount",void 0),o([r({json:{write:!0}})],s.prototype,"fillCellCount",void 0),s=o([e("esri.rest.support.ImageVolume")],s);const i=s;export{i as default};