UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 893 B
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.32/esri/copyright.txt for details. */ import{_ as r}from"../../chunks/tslib.es6.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as o}from"../../core/accessorSupport/decorators/subclass.js";import s from"./BaseImageMeasureResult.js";import{ImageMeasureResultAreaValue as t,ImageMeasureResultLengthValue as p}from"./imageMeasureUtils.js";let a=class extends s{constructor(){super(...arguments),this.area=null,this.perimeter=null}};r([e({type:t,json:{read:!0,write:!0}})],a.prototype,"area",void 0),r([e({type:p,json:{read:!0,write:!0}})],a.prototype,"perimeter",void 0),a=r([o("esri.rest.support.ImageAreaResult")],a);const i=a;export{i as default};