import CircuitLocation from "@arcgis/core/networks/support/CircuitLocation.js";
const CircuitLocation = await $arcgis.import("@arcgis/core/networks/support/CircuitLocation.js");
@arcgis/core/networks/support/CircuitLocation
Represents a circuit start or stop location in a telecom domain network.
Constructors
-
Parameterproperties Objectoptional
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
firstUnit Number
-
The first unit of the group associated with the circuit location.
-
globalId
globalId String
-
The global ID of the feature or object associated with the circuit location.
-
numUnits
numUnits Number
-
The number of units in the group associated with the circuit location.
-
sourceId
sourceId Number
-
The source ID of the feature or object associated with the circuit location.
-
terminalId
terminalId Number
-
The terminal ID of the feature or object associated with the circuit location.