@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.08 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 o}from"../../../chunks/tslib.es6.js";import r from"../../../core/JSONSupport.js";import{property as t}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{subclass as e}from"../../../core/accessorSupport/decorators/subclass.js";import s from"../../../geometry/Multipoint.js";import p from"../../../geometry/Polygon.js";import i from"../../../geometry/Polyline.js";let n=class extends r{constructor(o){super(o),this.line=null,this.multipoint=null,this.polygon=null}};o([t({type:i,json:{write:!0},readOnly:!0})],n.prototype,"line",void 0),o([t({type:s,json:{read:{source:"point"},write:{target:"point"}},readOnly:!0})],n.prototype,"multipoint",void 0),o([t({type:p,json:{write:!0},readOnly:!0})],n.prototype,"polygon",void 0),n=o([e("esri.rest.networks.support.AggregatedGeometry")],n);const l=n;export{l as default};