@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.21 kB
JavaScript
import{_ as o}from"../../chunks/tslib.es6.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";import s from"../../geometry/Point.js";import i from"./FeatureSet.js";let p=class extends t{constructor(){super(...arguments),this.catalogItemVisibilities=null,this.catalogItems=null,this.location=null,this.name=null,this.objectId=null,this.processedValues=null,this.properties=null,this.value=null}};o([e({json:{write:!0}})],p.prototype,"catalogItemVisibilities",void 0),o([e({type:i,json:{write:!0}})],p.prototype,"catalogItems",void 0),o([e({type:s,json:{write:!0}})],p.prototype,"location",void 0),o([e({json:{write:!0}})],p.prototype,"name",void 0),o([e({json:{write:!0}})],p.prototype,"objectId",void 0),o([e({json:{write:!0}})],p.prototype,"processedValues",void 0),o([e({json:{write:!0}})],p.prototype,"properties",void 0),o([e({json:{write:!0}})],p.prototype,"value",void 0),p=o([r("esri.rest.support.ImageIdentifyResult")],p);const l=p;export{l as default};