Skip to content

CircuitPath

ESM: import CircuitPath from "@arcgis/core/networks/support/CircuitPath.js";
CDN: const CircuitPath = await $arcgis.import("@arcgis/core/networks/support/CircuitPath.js");
Class: @arcgis/core/networks/support/CircuitPath
Inheritance: CircuitPathJSONSupport
Since: ArcGIS Maps SDK for JavaScript 4.34
beta

Represents a path in the telecom domain network. Paths are returned by path and circuit traces in a telecom domain network.

Property Overview

Name Type Summary Class

The geometry of the path, if the trace resultTypes includes geometry.

CircuitPath

The unique identifier for the path's order.

CircuitPath

The edges and junctions that constitute the path.

CircuitPath

The unique identifier for the path.

CircuitPath

The starting location for the path.

CircuitPath

The stopping location for the path.

CircuitPath

Property Details

geometry

Property
geometry Polyline |null |undefinedautocast

The geometry of the path, if the trace resultTypes includes geometry.

order

Property
order Number |null |undefined

The unique identifier for the path's order.

This is populated when multiple paths are returned for a path trace which uses connectivity inference.

pathConnectivity

Property
pathConnectivity CircuitPathConnectivityElement[]autocast

The edges and junctions that constitute the path.

pathId

Property
pathId Number |null |undefined

The unique identifier for the path.

startingPoint

Property
startingPoint TraceLocationautocast

The starting location for the path.

stoppingPoint

Property
stoppingPoint TraceLocationautocast

The stopping location for the path.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.