import CircuitPath from "@arcgis/core/networks/support/CircuitPath.js";
const CircuitPath = await $arcgis.import("@arcgis/core/networks/support/CircuitPath.js");
@arcgis/core/networks/support/CircuitPath
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 | 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
-
The geometry of the path, if the trace
resultTypes
includes geometry.
-
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
pathConnectivity CircuitPathConnectivityElement[]autocast
-
The edges and junctions that constitute the path.
-
startingPoint
startingPoint TraceLocationautocast
-
The starting location for the path.
-
stoppingPoint
stoppingPoint TraceLocationautocast
-
The stopping location for the path.