@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.29 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 t}from"../../../chunks/tslib.es6.js";import o from"../../../core/JSONSupport.js";import{property as r}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/Polyline.js";import i from"./CircuitPathConnectivityElement.js";import p from"./TraceLocation.js";let n=class extends o{constructor(t){super(t),this.pathId=null,this.orderId=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,"orderId",void 0),t([r({type:p,json:{write:!0}})],n.prototype,"startingPoint",void 0),t([r({type:p,json:{write:!0}})],n.prototype,"stoppingPoint",void 0),t([r({type:[i],json:{write:!0}})],n.prototype,"pathConnectivity",void 0),t([r({type:s,json:{write:!0}})],n.prototype,"geometry",void 0),n=t([e("esri.rest.networks.support.CircuitPath")],n);const c=n;export{c as default};