@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 967 B
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as t}from"tslib";import{JSONSupport as o}from"../../core/JSONSupport.js";import{property as e,subclass as r}from"../../core/accessorSupport/decorators.js";let l=class extends o{constructor(t){super(t),this.area=null,this.cut=null,this.fill=null,this.maxZ=null,this.minZ=null,this.meanZ=null,this.cutCellCount=null,this.fillCellCount=null}};t([e({json:{write:!0}})],l.prototype,"area",void 0),t([e({json:{write:!0}})],l.prototype,"cut",void 0),t([e({json:{write:!0}})],l.prototype,"fill",void 0),t([e({json:{name:"maxz",write:!0}})],l.prototype,"maxZ",void 0),t([e({json:{name:"minz",write:!0}})],l.prototype,"minZ",void 0),t([e({json:{name:"meanz",write:!0}})],l.prototype,"meanZ",void 0),t([e({json:{write:!0}})],l.prototype,"cutCellCount",void 0),t([e({json:{write:!0}})],l.prototype,"fillCellCount",void 0),l=t([r("esri.rest.support.ImageVolume")],l);const i=l;export{i as default};