@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 862 B
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as o}from"tslib";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as r,subclass as e}from"../../core/accessorSupport/decorators.js";import i from"../../geometry/Point.js";let s=class extends t{constructor(o){super(o),this.attributes=null,this.location=null,this.locationId=null,this.rasterId=null,this.resolution=null,this.pixelValue=null}};o([r({json:{write:!0}})],s.prototype,"attributes",void 0),o([r({type:i,json:{write:!0}})],s.prototype,"location",void 0),o([r({json:{write:!0}})],s.prototype,"locationId",void 0),o([r({json:{write:!0}})],s.prototype,"rasterId",void 0),o([r({json:{write:!0}})],s.prototype,"resolution",void 0),o([r({json:{write:!0}})],s.prototype,"pixelValue",void 0),s=o([e("esri.rest.support.ImageSample")],s);export{s as default};