UNPKG

@doegis/core

Version:

DOE GIS API

3 lines (1 loc) 1.19 kB
import{_ as r}from"../../chunks/tslib.es6.js";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import t from"./FeatureSet.js";import i from"./NAMessage.js";let p=class extends e{constructor(r){super(r),this.facilities=null,this.messages=null,this.pointBarriers=null,this.polylineBarriers=null,this.polygonBarriers=null,this.serviceAreaPolylines=null,this.serviceAreaPolygons=null}};r([o({type:t})],p.prototype,"facilities",void 0),r([o({type:[i]})],p.prototype,"messages",void 0),r([o({type:t,json:{read:{source:"barriers"}}})],p.prototype,"pointBarriers",void 0),r([o({type:t})],p.prototype,"polylineBarriers",void 0),r([o({type:t})],p.prototype,"polygonBarriers",void 0),r([o({type:t,json:{read:{source:"saPolylines"}}})],p.prototype,"serviceAreaPolylines",void 0),r([o({type:t,json:{read:{source:"saPolygons"}}})],p.prototype,"serviceAreaPolygons",void 0),p=r([s("esri.rest.support.ServiceAreaSolveResult")],p);const l=p;export{l as default};