ESM:
import CircuitPathConnectivityElement from "@arcgis/core/networks/support/CircuitPathConnectivityElement.js";
CDN:
const CircuitPathConnectivityElement = await $arcgis.import("@arcgis/core/networks/support/CircuitPathConnectivityElement.js");
Class:
@arcgis/core/networks/support/CircuitPathConnectivityElement
Inheritance:
CircuitPathConnectivityElement→JSONSupport
Since: ArcGIS Maps SDK for JavaScript 4.34
Represents the junction and edge that comprise one hop in a path. Used for paths in the telecom domain network.
Property Overview
Name | Type | Summary | Class |
---|---|---|---|
The edge element associated with the path. | CircuitPathConnectivityElement | ||
The junction element associated with the path. | CircuitPathConnectivityElement |
Property Details
-
edgeElement
edgeElement TelecomNetworkElementautocast
-
The edge element associated with the path.
-
junctionElement
junctionElement TelecomNetworkElementautocast
-
The junction element associated with the path.