Skip to content

CircuitPathConnectivityElement

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: CircuitPathConnectivityElementJSONSupport
Since: ArcGIS Maps SDK for JavaScript 4.34
beta

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

Property
edgeElement TelecomNetworkElementautocast

The edge element associated with the path.

junctionElement

Property
junctionElement TelecomNetworkElementautocast

The junction element associated with the path.

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