@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.33 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 r}from"../../chunks/tslib.es6.js";import o from"../../core/JSONSupport.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 s}from"../../core/accessorSupport/decorators/subclass.js";import t from"./FeatureSet.js";import i from"./NAMessage.js";let p=class extends o{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([e({type:t})],p.prototype,"facilities",void 0),r([e({type:[i]})],p.prototype,"messages",void 0),r([e({type:t,json:{read:{source:"barriers"}}})],p.prototype,"pointBarriers",void 0),r([e({type:t})],p.prototype,"polylineBarriers",void 0),r([e({type:t})],p.prototype,"polygonBarriers",void 0),r([e({type:t,json:{read:{source:"saPolylines"}}})],p.prototype,"serviceAreaPolylines",void 0),r([e({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};