@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as e}from"../../chunks/tslib.es6.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";import t from"./BaseImageMeasureResult.js";import{ImageMeasureResultLengthValue as s,ImageMeasureResultAngleValue as i}from"./imageMeasureUtils.js";let a=class extends t{constructor(){super(...arguments),this.distance=null,this.azimuthAngle=null,this.elevationAngle=null}};e([o({type:s,json:{read:!0,write:!0}})],a.prototype,"distance",void 0),e([o({type:i,json:{read:!0,write:!0}})],a.prototype,"azimuthAngle",void 0),e([o({type:i,json:{read:!0,write:!0}})],a.prototype,"elevationAngle",void 0),a=e([r("esri.rest.support.ImageDistanceResult")],a);export{a as default};