UNPKG

@doegis/core

Version:

DOE GIS API

3 lines (1 loc) 945 B
import{_ as o}from"../../../chunks/tslib.es6.js";import{JSONSupport as r}from"../../../core/JSONSupport.js";import{property as t}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/accessorSupport/ensureType.js";import"../../../core/arrayUtils.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};