Skip to content

CircuitLocation

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

Represents a circuit start or stop location in a telecom domain network.

See also

Constructors

CircuitLocation

Constructor
new CircuitLocation(properties)
Parameter
properties Object
optional

See the properties for a list of all the properties that may be passed into the constructor.

Property Overview

Name Type Summary Class

The first unit of the group associated with the circuit location.

CircuitLocation

The global ID of the feature or object associated with the circuit location.

CircuitLocation

The number of units in the group associated with the circuit location.

CircuitLocation

The source ID of the feature or object associated with the circuit location.

CircuitLocation

The terminal ID of the feature or object associated with the circuit location.

CircuitLocation

Property Details

firstUnit

Property
firstUnit Number

The first unit of the group associated with the circuit location.

globalId

Property
globalId String

The global ID of the feature or object associated with the circuit location.

numUnits

Property
numUnits Number

The number of units in the group associated with the circuit location.

sourceId

Property
sourceId Number

The source ID of the feature or object associated with the circuit location.

terminalId

Property
terminalId Number

The terminal ID of the feature or object associated with the circuit location.

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