UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 1.04 kB
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as t}from"tslib";import{JSONSupport as o}from"../../core/JSONSupport.js";import{property as r,subclass as e}from"../../core/accessorSupport/decorators.js";import i from"../../geometry/Polyline.js";import p from"./CircuitPathConnectivityElement.js";import s from"../../rest/networks/support/TraceLocation.js";let n=class extends o{constructor(t){super(t),this.pathId=null,this.order=null,this.startingPoint=null,this.stoppingPoint=null,this.pathConnectivity=[],this.geometry=null}};t([r({type:Number,json:{write:!0}})],n.prototype,"pathId",void 0),t([r({type:Number,json:{write:!0}})],n.prototype,"order",void 0),t([r({type:s,json:{write:!0}})],n.prototype,"startingPoint",void 0),t([r({type:s,json:{write:!0}})],n.prototype,"stoppingPoint",void 0),t([r({type:[p],json:{write:!0}})],n.prototype,"pathConnectivity",void 0),t([r({type:i,json:{write:!0}})],n.prototype,"geometry",void 0),n=t([e("esri.networks.support.CircuitPath")],n);const y=n;export{y as default};