@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 1.94 kB
JavaScript
import{_ as e}from"../../chunks/tslib.es6.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{lengthUnitsJSONMap as r,areaUnitsJSONMap as s,angleUnitsJSONMap as o}from"../../core/unitUtils.js";import{property as p}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as i}from"../../core/accessorSupport/decorators/subclass.js";let u=class extends t{constructor(){super(...arguments),this.value=null,this.displayValue=null,this.uncertainty=null}};e([p({type:Number,json:{read:!0,write:!0}})],u.prototype,"value",void 0),e([p({type:String,json:{read:!0,write:!0}})],u.prototype,"displayValue",void 0),e([p({type:Number,json:{read:!0,write:!0}})],u.prototype,"uncertainty",void 0),u=e([i("esri.rest.support.ImageMeasureResultValue")],u);let a=class extends u{constructor(){super(...arguments),this.unit=null}};e([p({type:String,json:{read:r.read,write:r.write}})],a.prototype,"unit",void 0),a=e([i("esri.rest.support.ImageMeasureResultLengthValue")],a);let n=class extends u{constructor(){super(...arguments),this.unit=null}};e([p({type:String,json:{read:s.read,write:s.write}})],n.prototype,"unit",void 0),n=e([i("esri.rest.support.ImageMeasureResultAreaValue")],n);let l=class extends u{constructor(){super(...arguments),this.unit=null}};e([p({type:String,json:{read:o.read,write:o.write}})],l.prototype,"unit",void 0),l=e([i("esri.rest.support.ImageMeasureResultAngleValue")],l);let c=class extends t{constructor(){super(...arguments),this.name=null,this.sensorName=null}};e([p({type:String,json:{read:!0,write:!0}})],c.prototype,"name",void 0),e([p({type:String,json:{read:!0,write:!0}})],c.prototype,"sensorName",void 0),c=e([i("esri.rest.support.BaseImageMeasureResult")],c);export{c as BaseImageMeasureResult,l as ImageMeasureResultAngleValue,n as ImageMeasureResultAreaValue,a as ImageMeasureResultLengthValue};