@arcgis/core 4.34.0-next.109 → 4.34.0-next.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{bc35ecebd77abdb29f74.js → 11e96a312f1294d34c50.js} +1 -1
- package/assets/esri/core/workers/chunks/2059c930ed8a9a7c93ff.js +1 -0
- package/assets/esri/core/workers/chunks/{d6d7c1e2cb8b0734a3f1.js → 48e03a72a3f4c2d43d54.js} +1 -1
- package/assets/esri/core/workers/chunks/{dcab5886ce90b761247a.js → 55cbb11be12f94d3b492.js} +1 -1
- package/assets/esri/core/workers/chunks/{d7c4c5846a52f0938976.js → c490d9397ec99ef17645.js} +1 -1
- package/config.js +1 -1
- package/geometry/operators/support/jsonConverter.js +1 -1
- package/interfaces.d.ts +1477 -45
- package/kernel.js +1 -1
- package/layers/graphics/sources/OGCFeatureSource.js +1 -1
- package/layers/ogc/ogcFeatureUtils.js +1 -1
- package/networks/CircuitManager.d.ts +4 -0
- package/networks/UnitIdentifierManager.d.ts +4 -0
- package/networks/support/Circuit.d.ts +4 -0
- package/networks/support/CircuitLocation.d.ts +4 -0
- package/networks/support/CircuitPath.d.ts +4 -0
- package/networks/support/CircuitPathConnectivityElement.d.ts +4 -0
- package/networks/support/CircuitSection.d.ts +4 -0
- package/networks/support/Subcircuit.d.ts +4 -0
- package/package.json +1 -1
- package/rest/networks/circuits/support/CircuitTraceResult.d.ts +4 -0
- package/rest/networks/circuits/support/CircuitVerifyResult.d.ts +4 -0
- package/rest/networks/support/TelecomNetworkElement.d.ts +4 -0
- package/rest/networks/unitIdentifiers/support/UnitQueryResult.d.ts +4 -0
- package/support/revision.js +1 -1
- package/views/2d/layers/features/processor/FeatureUpdateStrategy.js +1 -1
- package/views/2d/layers/features/sources/strategies/chunks/Overrides.js +1 -1
- package/assets/esri/core/workers/chunks/9bc4983051aa2855366f.js +0 -1
package/interfaces.d.ts
CHANGED
|
@@ -660,7 +660,7 @@ declare namespace __esri {
|
|
|
660
660
|
|
|
661
661
|
export class ElevationProfileDisplayUnits {
|
|
662
662
|
/**
|
|
663
|
-
*
|
|
663
|
+
* Unit system (imperial, metric) or specific unit used for computing and displaying distances along the profile line.
|
|
664
664
|
*
|
|
665
665
|
* @default null
|
|
666
666
|
*
|
|
@@ -668,7 +668,7 @@ declare namespace __esri {
|
|
|
668
668
|
*/
|
|
669
669
|
distance: SystemOrLengthUnit | nullish;
|
|
670
670
|
/**
|
|
671
|
-
*
|
|
671
|
+
* Unit system (imperial, metric) or specific unit used for computing and displaying elevation values.
|
|
672
672
|
*
|
|
673
673
|
* @default null
|
|
674
674
|
*
|
|
@@ -676,7 +676,7 @@ declare namespace __esri {
|
|
|
676
676
|
*/
|
|
677
677
|
elevation: SystemOrLengthUnit | nullish;
|
|
678
678
|
/**
|
|
679
|
-
*
|
|
679
|
+
* Unit systems (imperial, metric) or specific units used for computing and displaying elevation profile results.
|
|
680
680
|
*
|
|
681
681
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileDisplayUnits.html Read more...}
|
|
682
682
|
*/
|
|
@@ -691,13 +691,13 @@ declare namespace __esri {
|
|
|
691
691
|
|
|
692
692
|
interface ElevationProfileDisplayUnitsProperties {
|
|
693
693
|
/**
|
|
694
|
-
*
|
|
694
|
+
* Unit system (imperial, metric) or specific unit used for computing and displaying distances along the profile line.
|
|
695
695
|
*
|
|
696
696
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileDisplayUnits.html#distance Read more...}
|
|
697
697
|
*/
|
|
698
698
|
distance?: SystemOrLengthUnit | nullish;
|
|
699
699
|
/**
|
|
700
|
-
*
|
|
700
|
+
* Unit system (imperial, metric) or specific unit used for computing and displaying elevation values.
|
|
701
701
|
*
|
|
702
702
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileDisplayUnits.html#elevation Read more...}
|
|
703
703
|
*/
|
|
@@ -823,7 +823,7 @@ declare namespace __esri {
|
|
|
823
823
|
*/
|
|
824
824
|
lineVisible: boolean;
|
|
825
825
|
/**
|
|
826
|
-
* Provides configuration options for visualizing an elevation profile line within a chart.
|
|
826
|
+
* Provides configuration options for visualizing an elevation profile line within a chart, such as its visibility.
|
|
827
827
|
*
|
|
828
828
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineChartOptions.html Read more...}
|
|
829
829
|
*/
|
|
@@ -872,7 +872,8 @@ declare namespace __esri {
|
|
|
872
872
|
*/
|
|
873
873
|
readonly type: "input";
|
|
874
874
|
/**
|
|
875
|
-
* Represents a profile line that samples
|
|
875
|
+
* Represents a profile line that samples the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfileAnalysis.html#geometry geometry}
|
|
876
|
+
* of the analysis directly.
|
|
876
877
|
*
|
|
877
878
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineInput.html Read more...}
|
|
878
879
|
*/
|
|
@@ -934,13 +935,13 @@ declare namespace __esri {
|
|
|
934
935
|
|
|
935
936
|
export class ElevationProfileLineScene extends ElevationProfileLine {
|
|
936
937
|
/**
|
|
937
|
-
* Items which are to be excluded when querying elevation from view.
|
|
938
|
+
* Items which are to be excluded when querying elevation from the view.
|
|
938
939
|
*
|
|
939
940
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineScene.html#exclude Read more...}
|
|
940
941
|
*/
|
|
941
942
|
exclude: Iterable<IntersectItem> | nullish;
|
|
942
943
|
/**
|
|
943
|
-
* Items which are to be
|
|
944
|
+
* Items which are to be included when querying elevation from the view.
|
|
944
945
|
*
|
|
945
946
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineScene.html#include Read more...}
|
|
946
947
|
*/
|
|
@@ -961,13 +962,13 @@ declare namespace __esri {
|
|
|
961
962
|
|
|
962
963
|
interface ElevationProfileLineSceneProperties extends ElevationProfileLineProperties {
|
|
963
964
|
/**
|
|
964
|
-
* Items which are to be excluded when querying elevation from view.
|
|
965
|
+
* Items which are to be excluded when querying elevation from the view.
|
|
965
966
|
*
|
|
966
967
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineScene.html#exclude Read more...}
|
|
967
968
|
*/
|
|
968
969
|
exclude?: Iterable<IntersectItem> | nullish;
|
|
969
970
|
/**
|
|
970
|
-
* Items which are to be
|
|
971
|
+
* Items which are to be included when querying elevation from the view.
|
|
971
972
|
*
|
|
972
973
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineScene.html#include Read more...}
|
|
973
974
|
*/
|
|
@@ -995,7 +996,7 @@ declare namespace __esri {
|
|
|
995
996
|
*/
|
|
996
997
|
lineVisible: boolean;
|
|
997
998
|
/**
|
|
998
|
-
* Provides configuration options for visualizing an elevation profile line within a view.
|
|
999
|
+
* Provides configuration options for visualizing an elevation profile line within a view, such as its visibility.
|
|
999
1000
|
*
|
|
1000
1001
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLineViewOptions.html Read more...}
|
|
1001
1002
|
*/
|
|
@@ -1066,7 +1067,7 @@ declare namespace __esri {
|
|
|
1066
1067
|
*/
|
|
1067
1068
|
readonly type: "elevation-profile";
|
|
1068
1069
|
/**
|
|
1069
|
-
*
|
|
1070
|
+
* Indicates whether the analysis is ready to be computed and interacted with in the view.
|
|
1070
1071
|
*
|
|
1071
1072
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfileAnalysis.html#valid Read more...}
|
|
1072
1073
|
*/
|
|
@@ -1079,7 +1080,7 @@ declare namespace __esri {
|
|
|
1079
1080
|
*/
|
|
1080
1081
|
constructor(properties?: ElevationProfileAnalysisProperties);
|
|
1081
1082
|
/**
|
|
1082
|
-
*
|
|
1083
|
+
* Unit systems (imperial, metric) or specific units used for computing and displaying elevation profile results.
|
|
1083
1084
|
*
|
|
1084
1085
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfileAnalysis.html#displayUnits Read more...}
|
|
1085
1086
|
*/
|
|
@@ -1125,7 +1126,7 @@ declare namespace __esri {
|
|
|
1125
1126
|
|
|
1126
1127
|
interface ElevationProfileAnalysisProperties extends AnalysisProperties {
|
|
1127
1128
|
/**
|
|
1128
|
-
*
|
|
1129
|
+
* Unit systems (imperial, metric) or specific units used for computing and displaying elevation profile results.
|
|
1129
1130
|
*
|
|
1130
1131
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfileAnalysis.html#displayUnits Read more...}
|
|
1131
1132
|
*/
|
|
@@ -45984,6 +45985,12 @@ declare namespace __esri {
|
|
|
45984
45985
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VideoLayer.html#frameOpacity Read more...}
|
|
45985
45986
|
*/
|
|
45986
45987
|
frameOpacity: number;
|
|
45988
|
+
/**
|
|
45989
|
+
* The ground control points for the video layer.
|
|
45990
|
+
*
|
|
45991
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VideoLayer.html#groundControlPoints Read more...}
|
|
45992
|
+
*/
|
|
45993
|
+
readonly groundControlPoints: VideoLayerGroundControlPoints[] | nullish;
|
|
45987
45994
|
/**
|
|
45988
45995
|
* The active stream is loaded as a livestream video layer.
|
|
45989
45996
|
*
|
|
@@ -46465,6 +46472,13 @@ declare namespace __esri {
|
|
|
46465
46472
|
supportsUpdate: boolean;
|
|
46466
46473
|
}
|
|
46467
46474
|
|
|
46475
|
+
export interface VideoLayerGroundControlPoints {
|
|
46476
|
+
lat: number;
|
|
46477
|
+
lon: number;
|
|
46478
|
+
x: number;
|
|
46479
|
+
y: number;
|
|
46480
|
+
}
|
|
46481
|
+
|
|
46468
46482
|
/**
|
|
46469
46483
|
* The **VideoMetadataEntry** is an object that represents a metadata entry for the video layer.
|
|
46470
46484
|
*
|
|
@@ -50586,6 +50600,233 @@ declare namespace __esri {
|
|
|
50586
50600
|
tables?: CollectionProperties<Layer> | Layer[];
|
|
50587
50601
|
}
|
|
50588
50602
|
|
|
50603
|
+
export interface CircuitManager extends Accessor, JSONSupport {
|
|
50604
|
+
}
|
|
50605
|
+
|
|
50606
|
+
export class CircuitManager {
|
|
50607
|
+
/**
|
|
50608
|
+
* A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html FeatureLayer} for the telecom domain network's circuit section table.
|
|
50609
|
+
*
|
|
50610
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#circuitSectionTable Read more...}
|
|
50611
|
+
*/
|
|
50612
|
+
readonly circuitSectionTable: FeatureLayer;
|
|
50613
|
+
/**
|
|
50614
|
+
* A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html FeatureLayer} for the telecom domain network's circuit table.
|
|
50615
|
+
*
|
|
50616
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#circuitTable Read more...}
|
|
50617
|
+
*/
|
|
50618
|
+
readonly circuitTable: FeatureLayer;
|
|
50619
|
+
/**
|
|
50620
|
+
* Returns the root feature service URL which the utility network is part of.
|
|
50621
|
+
*
|
|
50622
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#featureServiceUrl Read more...}
|
|
50623
|
+
*/
|
|
50624
|
+
readonly featureServiceUrl: string;
|
|
50625
|
+
/**
|
|
50626
|
+
* The version of the geodatabase of the feature service data used by the utility network.
|
|
50627
|
+
*
|
|
50628
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#gdbVersion Read more...}
|
|
50629
|
+
*/
|
|
50630
|
+
readonly gdbVersion: string | nullish;
|
|
50631
|
+
/**
|
|
50632
|
+
* The utility network's historic moment to query.
|
|
50633
|
+
*
|
|
50634
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#historicMoment Read more...}
|
|
50635
|
+
*/
|
|
50636
|
+
readonly historicMoment: Date | nullish;
|
|
50637
|
+
/**
|
|
50638
|
+
* The URL of the network server.
|
|
50639
|
+
*
|
|
50640
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#networkServiceUrl Read more...}
|
|
50641
|
+
*/
|
|
50642
|
+
readonly networkServiceUrl: string;
|
|
50643
|
+
/**
|
|
50644
|
+
* A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html FeatureLayer} for the telecom domain network's subcircuit table.
|
|
50645
|
+
*
|
|
50646
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#subcircuitTable Read more...}
|
|
50647
|
+
*/
|
|
50648
|
+
readonly subcircuitTable: FeatureLayer;
|
|
50649
|
+
/**
|
|
50650
|
+
* An object representing the telecom domain network in the
|
|
50651
|
+
* utility network data element.
|
|
50652
|
+
*
|
|
50653
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#telecomDomainNetwork Read more...}
|
|
50654
|
+
*/
|
|
50655
|
+
telecomDomainNetwork: DomainNetworkJSON;
|
|
50656
|
+
/**
|
|
50657
|
+
* The name of the telecom domain network.
|
|
50658
|
+
*
|
|
50659
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#telecomDomainNetworkName Read more...}
|
|
50660
|
+
*/
|
|
50661
|
+
readonly telecomDomainNetworkName: string;
|
|
50662
|
+
/**
|
|
50663
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html UtilityNetwork} that contains the telecom domain network being managed.
|
|
50664
|
+
*
|
|
50665
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#utilityNetwork Read more...}
|
|
50666
|
+
*/
|
|
50667
|
+
utilityNetwork: UtilityNetwork;
|
|
50668
|
+
/**
|
|
50669
|
+
* A CircuitManager provides access to circuit management capabilities for a telecom domain network
|
|
50670
|
+
* in a utility network.
|
|
50671
|
+
*
|
|
50672
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html Read more...}
|
|
50673
|
+
*/
|
|
50674
|
+
constructor(properties?: CircuitManagerProperties);
|
|
50675
|
+
/**
|
|
50676
|
+
* Modifies circuit information for an existing circuit in a telecom domain network.
|
|
50677
|
+
*
|
|
50678
|
+
* @param circuit The circuit to be altered.
|
|
50679
|
+
*
|
|
50680
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#alter Read more...}
|
|
50681
|
+
*/
|
|
50682
|
+
alter(circuit: Circuit): Promise<void>;
|
|
50683
|
+
/**
|
|
50684
|
+
* Creates a circuit in a telecom domain network.
|
|
50685
|
+
*
|
|
50686
|
+
* @param circuit The circuit to create.
|
|
50687
|
+
*
|
|
50688
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#create Read more...}
|
|
50689
|
+
*/
|
|
50690
|
+
create(circuit: Circuit): Promise<void>;
|
|
50691
|
+
/**
|
|
50692
|
+
* Logically deletes one or more circuits in a telecom domain network.
|
|
50693
|
+
*
|
|
50694
|
+
* @param circuitNames The names of the circuit or circuits to be deleted.
|
|
50695
|
+
*
|
|
50696
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#delete Read more...}
|
|
50697
|
+
*/
|
|
50698
|
+
delete(circuitNames: string[]): Promise<void>;
|
|
50699
|
+
/**
|
|
50700
|
+
* Exports feature and connectivity information about provided circuits in a telecom domain network
|
|
50701
|
+
* into JSON files for consumption by external systems.
|
|
50702
|
+
*
|
|
50703
|
+
* @param props An object specifying configuration settings for the export.
|
|
50704
|
+
*
|
|
50705
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#export Read more...}
|
|
50706
|
+
*/
|
|
50707
|
+
export(props: CircuitManagerExportProps): Promise<CircuitExportResult[]>;
|
|
50708
|
+
/**
|
|
50709
|
+
* Returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html Circuit} instance
|
|
50710
|
+
* with its `circuitManager` property set to the current `CircuitManager` instance.
|
|
50711
|
+
*
|
|
50712
|
+
* @param circuitName The name of the `Circuit` instance to create.
|
|
50713
|
+
* @param isSectioned Whether the `Circuit` instance is sectioned.
|
|
50714
|
+
*
|
|
50715
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#getCircuit Read more...}
|
|
50716
|
+
*/
|
|
50717
|
+
getCircuit(circuitName: string, isSectioned?: boolean): Circuit;
|
|
50718
|
+
/**
|
|
50719
|
+
* Loads the telecom domain network's circuit section table.
|
|
50720
|
+
*
|
|
50721
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#loadCircuitSectionTable Read more...}
|
|
50722
|
+
*/
|
|
50723
|
+
loadCircuitSectionTable(): Promise<FeatureLayer>;
|
|
50724
|
+
/**
|
|
50725
|
+
* Loads the telecom domain network's circuit table.
|
|
50726
|
+
*
|
|
50727
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#loadCircuitTable Read more...}
|
|
50728
|
+
*/
|
|
50729
|
+
loadCircuitTable(): Promise<FeatureLayer>;
|
|
50730
|
+
/**
|
|
50731
|
+
* Loads the telecom domain network's subcircuit table.
|
|
50732
|
+
*
|
|
50733
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#loadSubcircuitTable Read more...}
|
|
50734
|
+
*/
|
|
50735
|
+
loadSubcircuitTable(): Promise<FeatureLayer>;
|
|
50736
|
+
/**
|
|
50737
|
+
* Returns the names of circuits in a telecom domain network with specified start/stop locations.
|
|
50738
|
+
*
|
|
50739
|
+
* @param props The start/stop location of the circuits to query.
|
|
50740
|
+
*
|
|
50741
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#queryCircuitNames Read more...}
|
|
50742
|
+
*/
|
|
50743
|
+
queryCircuitNames(props: QueryCircuitProps): Promise<string[]>;
|
|
50744
|
+
/**
|
|
50745
|
+
* Returns circuits from a telecom domain network that satisfy a specified query.
|
|
50746
|
+
*
|
|
50747
|
+
* @param input The names or start/stop location of the circuits to query.
|
|
50748
|
+
*
|
|
50749
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#queryCircuits Read more...}
|
|
50750
|
+
*/
|
|
50751
|
+
queryCircuits(input: string[] | QueryCircuitProps): Promise<Circuit[]>;
|
|
50752
|
+
/**
|
|
50753
|
+
* Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
|
|
50754
|
+
*
|
|
50755
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#toJSON Read more...}
|
|
50756
|
+
*/
|
|
50757
|
+
toJSON(): any;
|
|
50758
|
+
/**
|
|
50759
|
+
* Checks the validity of circuits in a telecom domain network.
|
|
50760
|
+
*
|
|
50761
|
+
* @param circuitNames The names of the circuit or circuits to be verified.
|
|
50762
|
+
* @param synthesizeGeometries Specifies whether geometries will be inferred and created (synthesized) for the circuits.
|
|
50763
|
+
*
|
|
50764
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#verify Read more...}
|
|
50765
|
+
*/
|
|
50766
|
+
verify(circuitNames: string[], synthesizeGeometries?: boolean): Promise<CircuitVerifyResult[]>;
|
|
50767
|
+
/**
|
|
50768
|
+
* Creates a new instance of this class and initializes it with values from a JSON object
|
|
50769
|
+
* generated from an ArcGIS product.
|
|
50770
|
+
*
|
|
50771
|
+
* @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
|
|
50772
|
+
*
|
|
50773
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#fromJSON Read more...}
|
|
50774
|
+
*/
|
|
50775
|
+
static fromJSON(json: any): any | nullish;
|
|
50776
|
+
static fromJSON(json: any): CircuitManager;
|
|
50777
|
+
}
|
|
50778
|
+
|
|
50779
|
+
interface CircuitManagerProperties {
|
|
50780
|
+
/**
|
|
50781
|
+
* An object representing the telecom domain network in the
|
|
50782
|
+
* utility network data element.
|
|
50783
|
+
*
|
|
50784
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#telecomDomainNetwork Read more...}
|
|
50785
|
+
*/
|
|
50786
|
+
telecomDomainNetwork?: DomainNetworkJSON;
|
|
50787
|
+
/**
|
|
50788
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html UtilityNetwork} that contains the telecom domain network being managed.
|
|
50789
|
+
*
|
|
50790
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#utilityNetwork Read more...}
|
|
50791
|
+
*/
|
|
50792
|
+
utilityNetwork?: UtilityNetwork;
|
|
50793
|
+
}
|
|
50794
|
+
|
|
50795
|
+
/**
|
|
50796
|
+
* Results returned from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#export export} method.
|
|
50797
|
+
*
|
|
50798
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#CircuitExportResult Read more...}
|
|
50799
|
+
*/
|
|
50800
|
+
export interface CircuitExportResult {
|
|
50801
|
+
circuitName: string;
|
|
50802
|
+
url: string;
|
|
50803
|
+
circuitHasBeenDeleted: boolean;
|
|
50804
|
+
success: boolean;
|
|
50805
|
+
error?: CircuitExportResultError;
|
|
50806
|
+
}
|
|
50807
|
+
|
|
50808
|
+
export interface CircuitManagerExportProps {
|
|
50809
|
+
circuits?: string[];
|
|
50810
|
+
exportAcknowledgement?: boolean;
|
|
50811
|
+
}
|
|
50812
|
+
|
|
50813
|
+
/**
|
|
50814
|
+
* Describes a start/stop circuit location for circuit queries.
|
|
50815
|
+
*
|
|
50816
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#QueryCircuitProps Read more...}
|
|
50817
|
+
*/
|
|
50818
|
+
export interface QueryCircuitProps {
|
|
50819
|
+
location?: CircuitLocation;
|
|
50820
|
+
locationType?: "start" | "stop" | "all";
|
|
50821
|
+
returnConsumerCircuits?: boolean;
|
|
50822
|
+
}
|
|
50823
|
+
|
|
50824
|
+
export interface CircuitExportResultError {
|
|
50825
|
+
message?: string;
|
|
50826
|
+
extendedCode?: number;
|
|
50827
|
+
details?: string[];
|
|
50828
|
+
}
|
|
50829
|
+
|
|
50589
50830
|
export interface Network extends Accessor, JSONSupport, Loadable {
|
|
50590
50831
|
}
|
|
50591
50832
|
|
|
@@ -50904,6 +51145,27 @@ declare namespace __esri {
|
|
|
50904
51145
|
title?: string;
|
|
50905
51146
|
}
|
|
50906
51147
|
|
|
51148
|
+
/**
|
|
51149
|
+
* Describes a domain network in a utility network data element.
|
|
51150
|
+
*
|
|
51151
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-Network.html#DomainNetworkJSON Read more...}
|
|
51152
|
+
*/
|
|
51153
|
+
export interface DomainNetworkJSON {
|
|
51154
|
+
domainNetworkName: string;
|
|
51155
|
+
isStructureNetwork: boolean;
|
|
51156
|
+
isTelecomNetwork: boolean;
|
|
51157
|
+
junctionSources: DomainNetworkJSONJunctionSources[];
|
|
51158
|
+
edgeSources: DomainNetworkJSONEdgeSources[];
|
|
51159
|
+
tiers?: DomainNetworkJSONTiers[] | null;
|
|
51160
|
+
subnetworkLayerId?: number | null;
|
|
51161
|
+
circuitSources?: DomainNetworkJSONCircuitSources[] | null;
|
|
51162
|
+
circuitProperties?: DomainNetworkJSONCircuitProperties | null;
|
|
51163
|
+
colorSchemes?: DomainNetworkJSONColorSchemes[] | null;
|
|
51164
|
+
dividePolicies?: DomainNetworkJSONDividePolicies[] | null;
|
|
51165
|
+
combinePolicies?: DomainNetworkJSONCombinePolicies[] | null;
|
|
51166
|
+
traceConfiguration?: UNTraceConfiguration | null;
|
|
51167
|
+
}
|
|
51168
|
+
|
|
50907
51169
|
/**
|
|
50908
51170
|
* Contains layerUrl, objectIds, and outFields.
|
|
50909
51171
|
*
|
|
@@ -50920,7 +51182,14 @@ declare namespace __esri {
|
|
|
50920
51182
|
*
|
|
50921
51183
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-Network.html#NetworkDataElementJSON Read more...}
|
|
50922
51184
|
*/
|
|
50923
|
-
export
|
|
51185
|
+
export interface NetworkDataElementJSON {
|
|
51186
|
+
domainNetworks: DomainNetworkJSON[];
|
|
51187
|
+
userIdentity: string;
|
|
51188
|
+
name: string;
|
|
51189
|
+
schemaGeneration: number;
|
|
51190
|
+
terminalConfigurations: NetworkDataElementJSONTerminalConfigurations[];
|
|
51191
|
+
serviceTerritoryFeatureLayerId: number;
|
|
51192
|
+
}
|
|
50924
51193
|
|
|
50925
51194
|
export interface NetworkFromPortalItemParams {
|
|
50926
51195
|
portalItem: PortalItem;
|
|
@@ -50950,6 +51219,601 @@ declare namespace __esri {
|
|
|
50950
51219
|
validationType?: "normal" | "rebuild" | "force-rebuild";
|
|
50951
51220
|
}
|
|
50952
51221
|
|
|
51222
|
+
export interface DomainNetworkJSONCircuitProperties {
|
|
51223
|
+
type: string;
|
|
51224
|
+
propertySetItems: (string | boolean)[];
|
|
51225
|
+
}
|
|
51226
|
+
|
|
51227
|
+
export interface DomainNetworkJSONCircuitSources {
|
|
51228
|
+
layerId: number;
|
|
51229
|
+
sourceId: number;
|
|
51230
|
+
utilityNetworkFeatureClassUsageType: string;
|
|
51231
|
+
}
|
|
51232
|
+
|
|
51233
|
+
export interface DomainNetworkJSONColorSchemes {
|
|
51234
|
+
name: string;
|
|
51235
|
+
id: number;
|
|
51236
|
+
groupDelimiter: string;
|
|
51237
|
+
levels: number;
|
|
51238
|
+
groups: DomainNetworkJSONColorSchemesGroups[];
|
|
51239
|
+
}
|
|
51240
|
+
|
|
51241
|
+
export interface DomainNetworkJSONColorSchemesGroups {
|
|
51242
|
+
name: string;
|
|
51243
|
+
level: number;
|
|
51244
|
+
delimiter: string;
|
|
51245
|
+
labels: (string | number)[];
|
|
51246
|
+
capacity: number[];
|
|
51247
|
+
}
|
|
51248
|
+
|
|
51249
|
+
export interface DomainNetworkJSONCombinePolicies {
|
|
51250
|
+
sourceId: number;
|
|
51251
|
+
attributeName: string;
|
|
51252
|
+
policy: string;
|
|
51253
|
+
}
|
|
51254
|
+
|
|
51255
|
+
export interface DomainNetworkJSONDividePolicies {
|
|
51256
|
+
sourceId: number;
|
|
51257
|
+
attributeName: string;
|
|
51258
|
+
policy: string;
|
|
51259
|
+
}
|
|
51260
|
+
|
|
51261
|
+
export interface DomainNetworkJSONEdgeSources {
|
|
51262
|
+
layerId: number;
|
|
51263
|
+
sourceId: number;
|
|
51264
|
+
utilityNetworkFeatureClassUsageType: string;
|
|
51265
|
+
assetGroups: DomainNetworkJSONEdgeSourcesAssetGroups[];
|
|
51266
|
+
supportedProperties: string[];
|
|
51267
|
+
}
|
|
51268
|
+
|
|
51269
|
+
export interface DomainNetworkJSONEdgeSourcesAssetGroups {
|
|
51270
|
+
assetGroupCode: number;
|
|
51271
|
+
assetGroupName?: string;
|
|
51272
|
+
assetTypes: DomainNetworkJSONEdgeSourcesAssetGroupsAssetTypes[];
|
|
51273
|
+
}
|
|
51274
|
+
|
|
51275
|
+
export interface DomainNetworkJSONEdgeSourcesAssetGroupsAssetTypes {
|
|
51276
|
+
assetTypeCode: number;
|
|
51277
|
+
assetTypeName?: string;
|
|
51278
|
+
isTerminalConfigurationSupported?: boolean;
|
|
51279
|
+
terminalConfigurationId?: number;
|
|
51280
|
+
connectivityPolicy?: string;
|
|
51281
|
+
}
|
|
51282
|
+
|
|
51283
|
+
export interface DomainNetworkJSONJunctionSources {
|
|
51284
|
+
layerId: number;
|
|
51285
|
+
sourceId: number;
|
|
51286
|
+
utilityNetworkFeatureClassUsageType: string;
|
|
51287
|
+
assetGroups: DomainNetworkJSONJunctionSourcesAssetGroups[];
|
|
51288
|
+
supportedProperties: string[];
|
|
51289
|
+
}
|
|
51290
|
+
|
|
51291
|
+
export interface DomainNetworkJSONJunctionSourcesAssetGroups {
|
|
51292
|
+
assetGroupCode: number;
|
|
51293
|
+
assetGroupName?: string;
|
|
51294
|
+
assetTypes: DomainNetworkJSONJunctionSourcesAssetGroupsAssetTypes[];
|
|
51295
|
+
}
|
|
51296
|
+
|
|
51297
|
+
export interface DomainNetworkJSONJunctionSourcesAssetGroupsAssetTypes {
|
|
51298
|
+
assetTypeCode: number;
|
|
51299
|
+
assetTypeName?: string;
|
|
51300
|
+
isTerminalConfigurationSupported?: boolean;
|
|
51301
|
+
terminalConfigurationId?: number;
|
|
51302
|
+
connectivityPolicy?: string;
|
|
51303
|
+
}
|
|
51304
|
+
|
|
51305
|
+
export interface DomainNetworkJSONTiers {
|
|
51306
|
+
name: string;
|
|
51307
|
+
}
|
|
51308
|
+
|
|
51309
|
+
export interface NetworkDataElementJSONTerminalConfigurations {
|
|
51310
|
+
terminalConfigurationId: number;
|
|
51311
|
+
}
|
|
51312
|
+
|
|
51313
|
+
export class Circuit extends JSONSupport {
|
|
51314
|
+
/**
|
|
51315
|
+
* User-defined attributes on the circuit.
|
|
51316
|
+
*
|
|
51317
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#attributes Read more...}
|
|
51318
|
+
*/
|
|
51319
|
+
attributes: HashMap<any> | nullish;
|
|
51320
|
+
/**
|
|
51321
|
+
* Indicates the type of the circuit.
|
|
51322
|
+
*
|
|
51323
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#circuitType Read more...}
|
|
51324
|
+
*/
|
|
51325
|
+
circuitType: "physical" | "virtual";
|
|
51326
|
+
/**
|
|
51327
|
+
* The global ID of the circuit.
|
|
51328
|
+
*
|
|
51329
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#globalId Read more...}
|
|
51330
|
+
*/
|
|
51331
|
+
globalId: string | nullish;
|
|
51332
|
+
/**
|
|
51333
|
+
* Whether the circuit has been logically deleted.
|
|
51334
|
+
*
|
|
51335
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#isDeleted Read more...}
|
|
51336
|
+
*/
|
|
51337
|
+
readonly isDeleted: boolean;
|
|
51338
|
+
/**
|
|
51339
|
+
* Whether the circuit is defined by circuit sections.
|
|
51340
|
+
*
|
|
51341
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#isSectioned Read more...}
|
|
51342
|
+
*/
|
|
51343
|
+
readonly isSectioned: boolean;
|
|
51344
|
+
/**
|
|
51345
|
+
* The last time the circuit was exported.
|
|
51346
|
+
*
|
|
51347
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#lastExportedTime Read more...}
|
|
51348
|
+
*/
|
|
51349
|
+
readonly lastExportedTime: Date | nullish;
|
|
51350
|
+
/**
|
|
51351
|
+
* The last time the circuit was verified.
|
|
51352
|
+
*
|
|
51353
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#lastVerifiedTime Read more...}
|
|
51354
|
+
*/
|
|
51355
|
+
readonly lastVerifiedTime: Date | nullish;
|
|
51356
|
+
/**
|
|
51357
|
+
* The name of the circuit.
|
|
51358
|
+
*
|
|
51359
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#name Read more...}
|
|
51360
|
+
*/
|
|
51361
|
+
name: string;
|
|
51362
|
+
/**
|
|
51363
|
+
* A map representing the logical connectivity between circuit sections as a directed adjacency list.
|
|
51364
|
+
*
|
|
51365
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#sections Read more...}
|
|
51366
|
+
*/
|
|
51367
|
+
sections: globalThis.Map<CircuitSection, CircuitSection[]> | nullish;
|
|
51368
|
+
/**
|
|
51369
|
+
* Indicates the status of the circuit.
|
|
51370
|
+
*
|
|
51371
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#status Read more...}
|
|
51372
|
+
*/
|
|
51373
|
+
readonly status: "clean" | "dirty";
|
|
51374
|
+
/**
|
|
51375
|
+
* Represents a circuit in a telecom domain network.
|
|
51376
|
+
*
|
|
51377
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html Read more...}
|
|
51378
|
+
*/
|
|
51379
|
+
constructor(properties?: CircuitProperties);
|
|
51380
|
+
/**
|
|
51381
|
+
* An instance of `CircuitManager` associated with the circuit.
|
|
51382
|
+
*
|
|
51383
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#circuitManager Read more...}
|
|
51384
|
+
*/
|
|
51385
|
+
get circuitManager(): CircuitManager | nullish;
|
|
51386
|
+
set circuitManager(value: CircuitManagerProperties | nullish);
|
|
51387
|
+
/**
|
|
51388
|
+
* The feature or object associated with the start location of the circuit.
|
|
51389
|
+
*
|
|
51390
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#startLocation Read more...}
|
|
51391
|
+
*/
|
|
51392
|
+
get startLocation(): CircuitLocation | nullish;
|
|
51393
|
+
set startLocation(value: CircuitLocationProperties | nullish);
|
|
51394
|
+
/**
|
|
51395
|
+
* The feature or object associated with the stop location of the circuit.
|
|
51396
|
+
*
|
|
51397
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#stopLocation Read more...}
|
|
51398
|
+
*/
|
|
51399
|
+
get stopLocation(): CircuitLocation | nullish;
|
|
51400
|
+
set stopLocation(value: CircuitLocationProperties | nullish);
|
|
51401
|
+
/**
|
|
51402
|
+
* The subcircuits that the circuit is subdivided into.
|
|
51403
|
+
*
|
|
51404
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#subcircuits Read more...}
|
|
51405
|
+
*/
|
|
51406
|
+
get subcircuits(): Subcircuit[];
|
|
51407
|
+
set subcircuits(value: SubcircuitProperties[]);
|
|
51408
|
+
/**
|
|
51409
|
+
* Returns the value of the specified attribute.
|
|
51410
|
+
*
|
|
51411
|
+
* @param name The name of the attribute.
|
|
51412
|
+
*
|
|
51413
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#getAttribute Read more...}
|
|
51414
|
+
*/
|
|
51415
|
+
getAttribute(name: string): any;
|
|
51416
|
+
/**
|
|
51417
|
+
* Returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html CircuitSection} instance with a specified section ID
|
|
51418
|
+
* from the circuit's `sections`.
|
|
51419
|
+
*
|
|
51420
|
+
* @param sectionId The section ID of the section to retrieve.
|
|
51421
|
+
*
|
|
51422
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#getSectionById Read more...}
|
|
51423
|
+
*/
|
|
51424
|
+
getSectionById(sectionId: number): CircuitSection | nullish;
|
|
51425
|
+
/**
|
|
51426
|
+
* Sets a new value for the specified attribute.
|
|
51427
|
+
*
|
|
51428
|
+
* @param name The name of the attribute to set.
|
|
51429
|
+
* @param newValue The new value to set on the named attribute.
|
|
51430
|
+
*
|
|
51431
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#setAttribute Read more...}
|
|
51432
|
+
*/
|
|
51433
|
+
setAttribute(name: string, newValue: any): void;
|
|
51434
|
+
/**
|
|
51435
|
+
* Sets the sections of the circuit.
|
|
51436
|
+
*
|
|
51437
|
+
* @param sections The circuit's sections.
|
|
51438
|
+
*
|
|
51439
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#setSections Read more...}
|
|
51440
|
+
*/
|
|
51441
|
+
setSections(sections: globalThis.Map<CircuitSection, CircuitSection[]>): void;
|
|
51442
|
+
/**
|
|
51443
|
+
* Sets the start and stop locations of the circuit.
|
|
51444
|
+
*
|
|
51445
|
+
* @param startLocation The start location of the circuit.
|
|
51446
|
+
* @param stopLocation The stop location of the circuit.
|
|
51447
|
+
*
|
|
51448
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#setStartStopLocations Read more...}
|
|
51449
|
+
*/
|
|
51450
|
+
setStartStopLocations(startLocation: CircuitLocation, stopLocation: CircuitLocation): void;
|
|
51451
|
+
static fromJSON(json: any): Circuit;
|
|
51452
|
+
}
|
|
51453
|
+
|
|
51454
|
+
interface CircuitProperties {
|
|
51455
|
+
/**
|
|
51456
|
+
* User-defined attributes on the circuit.
|
|
51457
|
+
*
|
|
51458
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#attributes Read more...}
|
|
51459
|
+
*/
|
|
51460
|
+
attributes?: HashMap<any> | nullish;
|
|
51461
|
+
/**
|
|
51462
|
+
* An instance of `CircuitManager` associated with the circuit.
|
|
51463
|
+
*
|
|
51464
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#circuitManager Read more...}
|
|
51465
|
+
*/
|
|
51466
|
+
circuitManager?: CircuitManagerProperties | nullish;
|
|
51467
|
+
/**
|
|
51468
|
+
* Indicates the type of the circuit.
|
|
51469
|
+
*
|
|
51470
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#circuitType Read more...}
|
|
51471
|
+
*/
|
|
51472
|
+
circuitType?: "physical" | "virtual";
|
|
51473
|
+
/**
|
|
51474
|
+
* The global ID of the circuit.
|
|
51475
|
+
*
|
|
51476
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#globalId Read more...}
|
|
51477
|
+
*/
|
|
51478
|
+
globalId?: string | nullish;
|
|
51479
|
+
/**
|
|
51480
|
+
* The name of the circuit.
|
|
51481
|
+
*
|
|
51482
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#name Read more...}
|
|
51483
|
+
*/
|
|
51484
|
+
name?: string;
|
|
51485
|
+
/**
|
|
51486
|
+
* A map representing the logical connectivity between circuit sections as a directed adjacency list.
|
|
51487
|
+
*
|
|
51488
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#sections Read more...}
|
|
51489
|
+
*/
|
|
51490
|
+
sections?: globalThis.Map<CircuitSection, CircuitSection[]> | nullish;
|
|
51491
|
+
/**
|
|
51492
|
+
* The feature or object associated with the start location of the circuit.
|
|
51493
|
+
*
|
|
51494
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#startLocation Read more...}
|
|
51495
|
+
*/
|
|
51496
|
+
startLocation?: CircuitLocationProperties | nullish;
|
|
51497
|
+
/**
|
|
51498
|
+
* The feature or object associated with the stop location of the circuit.
|
|
51499
|
+
*
|
|
51500
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#stopLocation Read more...}
|
|
51501
|
+
*/
|
|
51502
|
+
stopLocation?: CircuitLocationProperties | nullish;
|
|
51503
|
+
/**
|
|
51504
|
+
* The subcircuits that the circuit is subdivided into.
|
|
51505
|
+
*
|
|
51506
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#subcircuits Read more...}
|
|
51507
|
+
*/
|
|
51508
|
+
subcircuits?: SubcircuitProperties[];
|
|
51509
|
+
}
|
|
51510
|
+
|
|
51511
|
+
export class CircuitLocation extends JSONSupport {
|
|
51512
|
+
/**
|
|
51513
|
+
* The first unit of the group associated with the circuit location.
|
|
51514
|
+
*
|
|
51515
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#firstUnit Read more...}
|
|
51516
|
+
*/
|
|
51517
|
+
firstUnit: number;
|
|
51518
|
+
/**
|
|
51519
|
+
* The global ID of the feature or object associated with the circuit location.
|
|
51520
|
+
*
|
|
51521
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#globalId Read more...}
|
|
51522
|
+
*/
|
|
51523
|
+
globalId: string;
|
|
51524
|
+
/**
|
|
51525
|
+
* The number of units in the group associated with the circuit location.
|
|
51526
|
+
*
|
|
51527
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#numUnits Read more...}
|
|
51528
|
+
*/
|
|
51529
|
+
numUnits: number;
|
|
51530
|
+
/**
|
|
51531
|
+
* The source ID of the feature or object associated with the circuit location.
|
|
51532
|
+
*
|
|
51533
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#sourceId Read more...}
|
|
51534
|
+
*/
|
|
51535
|
+
sourceId: number;
|
|
51536
|
+
/**
|
|
51537
|
+
* The terminal ID of the feature or object associated with the circuit location.
|
|
51538
|
+
*
|
|
51539
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#terminalId Read more...}
|
|
51540
|
+
*/
|
|
51541
|
+
terminalId: number;
|
|
51542
|
+
/**
|
|
51543
|
+
* Represents a circuit start or stop location in a telecom domain network.
|
|
51544
|
+
*
|
|
51545
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html Read more...}
|
|
51546
|
+
*/
|
|
51547
|
+
constructor(properties?: CircuitLocationProperties);
|
|
51548
|
+
static fromJSON(json: any): CircuitLocation;
|
|
51549
|
+
}
|
|
51550
|
+
|
|
51551
|
+
interface CircuitLocationProperties {
|
|
51552
|
+
/**
|
|
51553
|
+
* The first unit of the group associated with the circuit location.
|
|
51554
|
+
*
|
|
51555
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#firstUnit Read more...}
|
|
51556
|
+
*/
|
|
51557
|
+
firstUnit?: number;
|
|
51558
|
+
/**
|
|
51559
|
+
* The global ID of the feature or object associated with the circuit location.
|
|
51560
|
+
*
|
|
51561
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#globalId Read more...}
|
|
51562
|
+
*/
|
|
51563
|
+
globalId?: string;
|
|
51564
|
+
/**
|
|
51565
|
+
* The number of units in the group associated with the circuit location.
|
|
51566
|
+
*
|
|
51567
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#numUnits Read more...}
|
|
51568
|
+
*/
|
|
51569
|
+
numUnits?: number;
|
|
51570
|
+
/**
|
|
51571
|
+
* The source ID of the feature or object associated with the circuit location.
|
|
51572
|
+
*
|
|
51573
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#sourceId Read more...}
|
|
51574
|
+
*/
|
|
51575
|
+
sourceId?: number;
|
|
51576
|
+
/**
|
|
51577
|
+
* The terminal ID of the feature or object associated with the circuit location.
|
|
51578
|
+
*
|
|
51579
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html#terminalId Read more...}
|
|
51580
|
+
*/
|
|
51581
|
+
terminalId?: number;
|
|
51582
|
+
}
|
|
51583
|
+
|
|
51584
|
+
export class CircuitPath extends JSONSupport {
|
|
51585
|
+
/**
|
|
51586
|
+
* The unique identifier for the path's order.
|
|
51587
|
+
*
|
|
51588
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#order Read more...}
|
|
51589
|
+
*/
|
|
51590
|
+
order: number | nullish;
|
|
51591
|
+
/**
|
|
51592
|
+
* The unique identifier for the path.
|
|
51593
|
+
*
|
|
51594
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#pathId Read more...}
|
|
51595
|
+
*/
|
|
51596
|
+
pathId: number | nullish;
|
|
51597
|
+
/**
|
|
51598
|
+
* Represents a path in the telecom domain network.
|
|
51599
|
+
*
|
|
51600
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html Read more...}
|
|
51601
|
+
*/
|
|
51602
|
+
constructor(properties?: CircuitPathProperties);
|
|
51603
|
+
/**
|
|
51604
|
+
* The geometry of the path, if the trace `resultTypes` includes geometry.
|
|
51605
|
+
*
|
|
51606
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#geometry Read more...}
|
|
51607
|
+
*/
|
|
51608
|
+
get geometry(): Polyline | nullish;
|
|
51609
|
+
set geometry(value: PolylineProperties | nullish);
|
|
51610
|
+
/**
|
|
51611
|
+
* The edges and junctions that constitute the path.
|
|
51612
|
+
*
|
|
51613
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#pathConnectivity Read more...}
|
|
51614
|
+
*/
|
|
51615
|
+
get pathConnectivity(): CircuitPathConnectivityElement[];
|
|
51616
|
+
set pathConnectivity(value: CircuitPathConnectivityElementProperties[]);
|
|
51617
|
+
/**
|
|
51618
|
+
* The starting location for the path.
|
|
51619
|
+
*
|
|
51620
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#startingPoint Read more...}
|
|
51621
|
+
*/
|
|
51622
|
+
get startingPoint(): TraceLocation;
|
|
51623
|
+
set startingPoint(value: TraceLocationProperties);
|
|
51624
|
+
/**
|
|
51625
|
+
* The stopping location for the path.
|
|
51626
|
+
*
|
|
51627
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#stoppingPoint Read more...}
|
|
51628
|
+
*/
|
|
51629
|
+
get stoppingPoint(): TraceLocation;
|
|
51630
|
+
set stoppingPoint(value: TraceLocationProperties);
|
|
51631
|
+
static fromJSON(json: any): CircuitPath;
|
|
51632
|
+
}
|
|
51633
|
+
|
|
51634
|
+
interface CircuitPathProperties {
|
|
51635
|
+
/**
|
|
51636
|
+
* The geometry of the path, if the trace `resultTypes` includes geometry.
|
|
51637
|
+
*
|
|
51638
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#geometry Read more...}
|
|
51639
|
+
*/
|
|
51640
|
+
geometry?: PolylineProperties | nullish;
|
|
51641
|
+
/**
|
|
51642
|
+
* The unique identifier for the path's order.
|
|
51643
|
+
*
|
|
51644
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#order Read more...}
|
|
51645
|
+
*/
|
|
51646
|
+
order?: number | nullish;
|
|
51647
|
+
/**
|
|
51648
|
+
* The edges and junctions that constitute the path.
|
|
51649
|
+
*
|
|
51650
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#pathConnectivity Read more...}
|
|
51651
|
+
*/
|
|
51652
|
+
pathConnectivity?: CircuitPathConnectivityElementProperties[];
|
|
51653
|
+
/**
|
|
51654
|
+
* The unique identifier for the path.
|
|
51655
|
+
*
|
|
51656
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#pathId Read more...}
|
|
51657
|
+
*/
|
|
51658
|
+
pathId?: number | nullish;
|
|
51659
|
+
/**
|
|
51660
|
+
* The starting location for the path.
|
|
51661
|
+
*
|
|
51662
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#startingPoint Read more...}
|
|
51663
|
+
*/
|
|
51664
|
+
startingPoint?: TraceLocationProperties;
|
|
51665
|
+
/**
|
|
51666
|
+
* The stopping location for the path.
|
|
51667
|
+
*
|
|
51668
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPath.html#stoppingPoint Read more...}
|
|
51669
|
+
*/
|
|
51670
|
+
stoppingPoint?: TraceLocationProperties;
|
|
51671
|
+
}
|
|
51672
|
+
|
|
51673
|
+
export class CircuitPathConnectivityElement extends JSONSupport {
|
|
51674
|
+
/**
|
|
51675
|
+
* Represents the junction and edge that comprise one hop in a path.
|
|
51676
|
+
*
|
|
51677
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPathConnectivityElement.html Read more...}
|
|
51678
|
+
*/
|
|
51679
|
+
constructor(properties?: CircuitPathConnectivityElementProperties);
|
|
51680
|
+
/**
|
|
51681
|
+
* The edge element associated with the path.
|
|
51682
|
+
*
|
|
51683
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPathConnectivityElement.html#edgeElement Read more...}
|
|
51684
|
+
*/
|
|
51685
|
+
get edgeElement(): TelecomNetworkElement;
|
|
51686
|
+
set edgeElement(value: TelecomNetworkElementProperties);
|
|
51687
|
+
/**
|
|
51688
|
+
* The junction element associated with the path.
|
|
51689
|
+
*
|
|
51690
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPathConnectivityElement.html#junctionElement Read more...}
|
|
51691
|
+
*/
|
|
51692
|
+
get junctionElement(): TelecomNetworkElement;
|
|
51693
|
+
set junctionElement(value: TelecomNetworkElementProperties);
|
|
51694
|
+
static fromJSON(json: any): CircuitPathConnectivityElement;
|
|
51695
|
+
}
|
|
51696
|
+
|
|
51697
|
+
interface CircuitPathConnectivityElementProperties {
|
|
51698
|
+
/**
|
|
51699
|
+
* The edge element associated with the path.
|
|
51700
|
+
*
|
|
51701
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPathConnectivityElement.html#edgeElement Read more...}
|
|
51702
|
+
*/
|
|
51703
|
+
edgeElement?: TelecomNetworkElementProperties;
|
|
51704
|
+
/**
|
|
51705
|
+
* The junction element associated with the path.
|
|
51706
|
+
*
|
|
51707
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitPathConnectivityElement.html#junctionElement Read more...}
|
|
51708
|
+
*/
|
|
51709
|
+
junctionElement?: TelecomNetworkElementProperties;
|
|
51710
|
+
}
|
|
51711
|
+
|
|
51712
|
+
export class CircuitSection extends JSONSupport {
|
|
51713
|
+
/**
|
|
51714
|
+
* The path between the circuit's start and stop locations.
|
|
51715
|
+
*
|
|
51716
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#path Read more...}
|
|
51717
|
+
*/
|
|
51718
|
+
readonly path: CircuitPath | nullish;
|
|
51719
|
+
/**
|
|
51720
|
+
* The role of the section in the consuming circuit.
|
|
51721
|
+
*
|
|
51722
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#role Read more...}
|
|
51723
|
+
*/
|
|
51724
|
+
readonly role: "start-and-end" | "start" | "midspan" | "end";
|
|
51725
|
+
/**
|
|
51726
|
+
* The unique identifier of the circuit section within a circuit.
|
|
51727
|
+
*
|
|
51728
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#sectionId Read more...}
|
|
51729
|
+
*/
|
|
51730
|
+
sectionId: number;
|
|
51731
|
+
/**
|
|
51732
|
+
* Indicates the type of the circuit section.
|
|
51733
|
+
*
|
|
51734
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#sectionType Read more...}
|
|
51735
|
+
*/
|
|
51736
|
+
sectionType: "physical" | "virtual";
|
|
51737
|
+
/**
|
|
51738
|
+
* Represents a circuit section in a telecom domain network.
|
|
51739
|
+
*
|
|
51740
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html Read more...}
|
|
51741
|
+
*/
|
|
51742
|
+
constructor(properties?: CircuitSectionProperties);
|
|
51743
|
+
/**
|
|
51744
|
+
* The start location associated with the circuit section.
|
|
51745
|
+
*
|
|
51746
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#startLocation Read more...}
|
|
51747
|
+
*/
|
|
51748
|
+
get startLocation(): CircuitLocation | nullish;
|
|
51749
|
+
set startLocation(value: CircuitLocationProperties | nullish);
|
|
51750
|
+
/**
|
|
51751
|
+
* The stop location associated with the circuit section.
|
|
51752
|
+
*
|
|
51753
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#stopLocation Read more...}
|
|
51754
|
+
*/
|
|
51755
|
+
get stopLocation(): CircuitLocation | nullish;
|
|
51756
|
+
set stopLocation(value: CircuitLocationProperties | nullish);
|
|
51757
|
+
/**
|
|
51758
|
+
* The subcircuit being consumed by the circuit section.
|
|
51759
|
+
*
|
|
51760
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#subcircuit Read more...}
|
|
51761
|
+
*/
|
|
51762
|
+
get subcircuit(): Subcircuit | nullish;
|
|
51763
|
+
set subcircuit(value: SubcircuitProperties | nullish);
|
|
51764
|
+
/**
|
|
51765
|
+
* Sets the start and stop locations of the circuit section.
|
|
51766
|
+
*
|
|
51767
|
+
* @param startLocation The start location of the circuit section.
|
|
51768
|
+
* @param stopLocation The stop location of the circuit section.
|
|
51769
|
+
*
|
|
51770
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#setStartStopLocations Read more...}
|
|
51771
|
+
*/
|
|
51772
|
+
setStartStopLocations(startLocation: CircuitLocation, stopLocation: CircuitLocation): void;
|
|
51773
|
+
/**
|
|
51774
|
+
* Sets the subcircuit for the circuit section to consume.
|
|
51775
|
+
*
|
|
51776
|
+
* @param subcircuit The subcircuit that the section will consume.
|
|
51777
|
+
*
|
|
51778
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#setSubcircuit Read more...}
|
|
51779
|
+
*/
|
|
51780
|
+
setSubcircuit(subcircuit: Subcircuit): void;
|
|
51781
|
+
static fromJSON(json: any): CircuitSection;
|
|
51782
|
+
}
|
|
51783
|
+
|
|
51784
|
+
interface CircuitSectionProperties {
|
|
51785
|
+
/**
|
|
51786
|
+
* The unique identifier of the circuit section within a circuit.
|
|
51787
|
+
*
|
|
51788
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#sectionId Read more...}
|
|
51789
|
+
*/
|
|
51790
|
+
sectionId?: number;
|
|
51791
|
+
/**
|
|
51792
|
+
* Indicates the type of the circuit section.
|
|
51793
|
+
*
|
|
51794
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#sectionType Read more...}
|
|
51795
|
+
*/
|
|
51796
|
+
sectionType?: "physical" | "virtual";
|
|
51797
|
+
/**
|
|
51798
|
+
* The start location associated with the circuit section.
|
|
51799
|
+
*
|
|
51800
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#startLocation Read more...}
|
|
51801
|
+
*/
|
|
51802
|
+
startLocation?: CircuitLocationProperties | nullish;
|
|
51803
|
+
/**
|
|
51804
|
+
* The stop location associated with the circuit section.
|
|
51805
|
+
*
|
|
51806
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#stopLocation Read more...}
|
|
51807
|
+
*/
|
|
51808
|
+
stopLocation?: CircuitLocationProperties | nullish;
|
|
51809
|
+
/**
|
|
51810
|
+
* The subcircuit being consumed by the circuit section.
|
|
51811
|
+
*
|
|
51812
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#subcircuit Read more...}
|
|
51813
|
+
*/
|
|
51814
|
+
subcircuit?: SubcircuitProperties | nullish;
|
|
51815
|
+
}
|
|
51816
|
+
|
|
50953
51817
|
export class NamedTraceConfiguration {
|
|
50954
51818
|
/**
|
|
50955
51819
|
* The date/time when the trace configuration has been added to the utility network.
|
|
@@ -51112,6 +51976,108 @@ declare namespace __esri {
|
|
|
51112
51976
|
signal?: AbortSignal | nullish;
|
|
51113
51977
|
}
|
|
51114
51978
|
|
|
51979
|
+
export class Subcircuit extends JSONSupport {
|
|
51980
|
+
/**
|
|
51981
|
+
* User-defined attributes on the subcircuit.
|
|
51982
|
+
*
|
|
51983
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#attributes Read more...}
|
|
51984
|
+
*/
|
|
51985
|
+
attributes: HashMap<any> | nullish;
|
|
51986
|
+
/**
|
|
51987
|
+
* The global ID of the circuit that consumes the subcircuit.
|
|
51988
|
+
*
|
|
51989
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#consumerId Read more...}
|
|
51990
|
+
*/
|
|
51991
|
+
consumerId: string | nullish;
|
|
51992
|
+
/**
|
|
51993
|
+
* The global ID of the subcircuit.
|
|
51994
|
+
*
|
|
51995
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#globalId Read more...}
|
|
51996
|
+
*/
|
|
51997
|
+
globalId: string | nullish;
|
|
51998
|
+
/**
|
|
51999
|
+
* Whether the subcircuit is reserved for use by its own circuit.
|
|
52000
|
+
*
|
|
52001
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#isReserved Read more...}
|
|
52002
|
+
*/
|
|
52003
|
+
isReserved: boolean;
|
|
52004
|
+
/**
|
|
52005
|
+
* The name of the subcircuit.
|
|
52006
|
+
*
|
|
52007
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#name Read more...}
|
|
52008
|
+
*/
|
|
52009
|
+
name: string;
|
|
52010
|
+
/**
|
|
52011
|
+
* The global ID of the provider circuit in which the subcircuit participates.
|
|
52012
|
+
*
|
|
52013
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#providerId Read more...}
|
|
52014
|
+
*/
|
|
52015
|
+
providerId: string | nullish;
|
|
52016
|
+
/**
|
|
52017
|
+
* Represents a subcircuit in a telecom domain network.
|
|
52018
|
+
*
|
|
52019
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html Read more...}
|
|
52020
|
+
*/
|
|
52021
|
+
constructor(properties?: SubcircuitProperties);
|
|
52022
|
+
/**
|
|
52023
|
+
* Returns the value of the specified attribute.
|
|
52024
|
+
*
|
|
52025
|
+
* @param name The name of the attribute.
|
|
52026
|
+
*
|
|
52027
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#getAttribute Read more...}
|
|
52028
|
+
*/
|
|
52029
|
+
getAttribute(name: string): any;
|
|
52030
|
+
/**
|
|
52031
|
+
* Sets a new value for the specified attribute.
|
|
52032
|
+
*
|
|
52033
|
+
* @param name The name of the attribute to set.
|
|
52034
|
+
* @param newValue The new value to set on the named attribute.
|
|
52035
|
+
*
|
|
52036
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#setAttribute Read more...}
|
|
52037
|
+
*/
|
|
52038
|
+
setAttribute(name: string, newValue: any): void;
|
|
52039
|
+
static fromJSON(json: any): Subcircuit;
|
|
52040
|
+
}
|
|
52041
|
+
|
|
52042
|
+
interface SubcircuitProperties {
|
|
52043
|
+
/**
|
|
52044
|
+
* User-defined attributes on the subcircuit.
|
|
52045
|
+
*
|
|
52046
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#attributes Read more...}
|
|
52047
|
+
*/
|
|
52048
|
+
attributes?: HashMap<any> | nullish;
|
|
52049
|
+
/**
|
|
52050
|
+
* The global ID of the circuit that consumes the subcircuit.
|
|
52051
|
+
*
|
|
52052
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#consumerId Read more...}
|
|
52053
|
+
*/
|
|
52054
|
+
consumerId?: string | nullish;
|
|
52055
|
+
/**
|
|
52056
|
+
* The global ID of the subcircuit.
|
|
52057
|
+
*
|
|
52058
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#globalId Read more...}
|
|
52059
|
+
*/
|
|
52060
|
+
globalId?: string | nullish;
|
|
52061
|
+
/**
|
|
52062
|
+
* Whether the subcircuit is reserved for use by its own circuit.
|
|
52063
|
+
*
|
|
52064
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#isReserved Read more...}
|
|
52065
|
+
*/
|
|
52066
|
+
isReserved?: boolean;
|
|
52067
|
+
/**
|
|
52068
|
+
* The name of the subcircuit.
|
|
52069
|
+
*
|
|
52070
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#name Read more...}
|
|
52071
|
+
*/
|
|
52072
|
+
name?: string;
|
|
52073
|
+
/**
|
|
52074
|
+
* The global ID of the provider circuit in which the subcircuit participates.
|
|
52075
|
+
*
|
|
52076
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#providerId Read more...}
|
|
52077
|
+
*/
|
|
52078
|
+
providerId?: string | nullish;
|
|
52079
|
+
}
|
|
52080
|
+
|
|
51115
52081
|
export interface Terminal extends Accessor, JSONSupport {
|
|
51116
52082
|
}
|
|
51117
52083
|
|
|
@@ -51548,6 +52514,12 @@ declare namespace __esri {
|
|
|
51548
52514
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-UNTraceConfiguration.html#arcadeExpressionBarrier Read more...}
|
|
51549
52515
|
*/
|
|
51550
52516
|
arcadeExpressionBarrier: string | nullish;
|
|
52517
|
+
/**
|
|
52518
|
+
* Specifies the name of the circuit that will be traced.
|
|
52519
|
+
*
|
|
52520
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-UNTraceConfiguration.html#circuitName Read more...}
|
|
52521
|
+
*/
|
|
52522
|
+
circuitName: string | nullish;
|
|
51551
52523
|
/**
|
|
51552
52524
|
* Specifies the diagram Template Name.
|
|
51553
52525
|
*
|
|
@@ -51622,12 +52594,25 @@ declare namespace __esri {
|
|
|
51622
52594
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-UNTraceConfiguration.html#inferConnectivity Read more...}
|
|
51623
52595
|
*/
|
|
51624
52596
|
inferConnectivity: boolean | nullish;
|
|
52597
|
+
/**
|
|
52598
|
+
* Specifies the maximum number of hops between edges allowed in the valid path, excluding the starting point.
|
|
52599
|
+
*
|
|
52600
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-UNTraceConfiguration.html#maxHops Read more...}
|
|
52601
|
+
*/
|
|
52602
|
+
maxHops: number | nullish;
|
|
51625
52603
|
/**
|
|
51626
52604
|
* Specifies the parameters needed for calculating nearest neighbors.
|
|
51627
52605
|
*
|
|
51628
52606
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-UNTraceConfiguration.html#nearestNeighbor Read more...}
|
|
51629
52607
|
*/
|
|
51630
52608
|
nearestNeighbor: any | nullish;
|
|
52609
|
+
/**
|
|
52610
|
+
* Specifies the maximum number of paths that will be returned between
|
|
52611
|
+
* a given set of starting points and stopping points for a valid path.
|
|
52612
|
+
*
|
|
52613
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-UNTraceConfiguration.html#numPaths Read more...}
|
|
52614
|
+
*/
|
|
52615
|
+
numPaths: number | nullish;
|
|
51631
52616
|
/**
|
|
51632
52617
|
* An array of objects representing the output filter categories.
|
|
51633
52618
|
*
|
|
@@ -51673,6 +52658,135 @@ declare namespace __esri {
|
|
|
51673
52658
|
constructor(properties?: any);
|
|
51674
52659
|
}
|
|
51675
52660
|
|
|
52661
|
+
export interface UnitIdentifierManager extends Accessor, JSONSupport {
|
|
52662
|
+
}
|
|
52663
|
+
|
|
52664
|
+
export class UnitIdentifierManager {
|
|
52665
|
+
/**
|
|
52666
|
+
* Returns the root feature service URL which the utility network is part of.
|
|
52667
|
+
*
|
|
52668
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#featureServiceUrl Read more...}
|
|
52669
|
+
*/
|
|
52670
|
+
readonly featureServiceUrl: string;
|
|
52671
|
+
/**
|
|
52672
|
+
* The version of the geodatabase of the feature service data used by the utility network.
|
|
52673
|
+
*
|
|
52674
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#gdbVersion Read more...}
|
|
52675
|
+
*/
|
|
52676
|
+
readonly gdbVersion: string | nullish;
|
|
52677
|
+
/**
|
|
52678
|
+
* The utility network's historic moment to query.
|
|
52679
|
+
*
|
|
52680
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#historicMoment Read more...}
|
|
52681
|
+
*/
|
|
52682
|
+
readonly historicMoment: Date | nullish;
|
|
52683
|
+
/**
|
|
52684
|
+
* The URL of the network server.
|
|
52685
|
+
*
|
|
52686
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#networkServiceUrl Read more...}
|
|
52687
|
+
*/
|
|
52688
|
+
readonly networkServiceUrl: string;
|
|
52689
|
+
/**
|
|
52690
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html UtilityNetwork} that contains the telecom
|
|
52691
|
+
* domain network being managed.
|
|
52692
|
+
*
|
|
52693
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#utilityNetwork Read more...}
|
|
52694
|
+
*/
|
|
52695
|
+
utilityNetwork: UtilityNetwork;
|
|
52696
|
+
/**
|
|
52697
|
+
* A UnitIdentifierManager provides access to unit identifier management capabilities for a
|
|
52698
|
+
* telecom domain network in a utility network.
|
|
52699
|
+
*
|
|
52700
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html Read more...}
|
|
52701
|
+
*/
|
|
52702
|
+
constructor(properties?: UnitIdentifierManagerProperties);
|
|
52703
|
+
/**
|
|
52704
|
+
* Shifts existing records in the containment hierarchy of a unit container's NextUnitID sequence
|
|
52705
|
+
* to reserve a range of unit IDs in a telecom domain network.
|
|
52706
|
+
*
|
|
52707
|
+
* @param container The unit container to insert a gap into.
|
|
52708
|
+
* @param firstUnit The first unit for the gap to be introduced.
|
|
52709
|
+
* @param numUnits The number of units in the gap.
|
|
52710
|
+
*
|
|
52711
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#insertGap Read more...}
|
|
52712
|
+
*/
|
|
52713
|
+
insertGap(container: UnitIdentifier, firstUnit: number, numUnits: number): Promise<void>;
|
|
52714
|
+
/**
|
|
52715
|
+
* Returns unit identifiers for, and existing gaps in, a unit container feature's containment hierarchy in a
|
|
52716
|
+
* telecom domain network.
|
|
52717
|
+
*
|
|
52718
|
+
* @param containers The unit container features or objects to query.
|
|
52719
|
+
*
|
|
52720
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#query Read more...}
|
|
52721
|
+
*/
|
|
52722
|
+
query(containers: UnitIdentifier[]): Promise<UnitQueryResult[]>;
|
|
52723
|
+
/**
|
|
52724
|
+
* Resets the unit identifiers associated with one or more unit container features in a telecom domain network.
|
|
52725
|
+
*
|
|
52726
|
+
* @param containers The unit container features or objects to be reset.
|
|
52727
|
+
*
|
|
52728
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#reset Read more...}
|
|
52729
|
+
*/
|
|
52730
|
+
reset(containers: UnitIdentifier[]): Promise<void>;
|
|
52731
|
+
/**
|
|
52732
|
+
* Alters the number of units associated with a unit identifier feature in a telecom domain network.
|
|
52733
|
+
*
|
|
52734
|
+
* @param content The unit identifiable feature or object being resized.
|
|
52735
|
+
* @param numUnits The number of units for the feature or object to be resized to.
|
|
52736
|
+
*
|
|
52737
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#resize Read more...}
|
|
52738
|
+
*/
|
|
52739
|
+
resize(content: UnitIdentifier, numUnits: number): Promise<void>;
|
|
52740
|
+
/**
|
|
52741
|
+
* Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
|
|
52742
|
+
*
|
|
52743
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#toJSON Read more...}
|
|
52744
|
+
*/
|
|
52745
|
+
toJSON(): any;
|
|
52746
|
+
/**
|
|
52747
|
+
* Creates a new instance of this class and initializes it with values from a JSON object
|
|
52748
|
+
* generated from an ArcGIS product.
|
|
52749
|
+
*
|
|
52750
|
+
* @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
|
|
52751
|
+
*
|
|
52752
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#fromJSON Read more...}
|
|
52753
|
+
*/
|
|
52754
|
+
static fromJSON(json: any): any | nullish;
|
|
52755
|
+
static fromJSON(json: any): UnitIdentifierManager;
|
|
52756
|
+
}
|
|
52757
|
+
|
|
52758
|
+
interface UnitIdentifierManagerProperties {
|
|
52759
|
+
/**
|
|
52760
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html UtilityNetwork} that contains the telecom
|
|
52761
|
+
* domain network being managed.
|
|
52762
|
+
*
|
|
52763
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#utilityNetwork Read more...}
|
|
52764
|
+
*/
|
|
52765
|
+
utilityNetwork?: UtilityNetwork;
|
|
52766
|
+
}
|
|
52767
|
+
|
|
52768
|
+
/**
|
|
52769
|
+
* Uniquely identifies an element by network source ID and global ID.
|
|
52770
|
+
*
|
|
52771
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#UnitIdentifier Read more...}
|
|
52772
|
+
*/
|
|
52773
|
+
export interface UnitIdentifier {
|
|
52774
|
+
sourceId: number;
|
|
52775
|
+
globalId: string;
|
|
52776
|
+
}
|
|
52777
|
+
|
|
52778
|
+
/**
|
|
52779
|
+
* A range of unit identifiers in a container feature or object's containment hierarchy.
|
|
52780
|
+
*
|
|
52781
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html#UnitRange Read more...}
|
|
52782
|
+
*/
|
|
52783
|
+
export interface UnitRange {
|
|
52784
|
+
firstUnit: number;
|
|
52785
|
+
numUnits: number;
|
|
52786
|
+
isGap: boolean;
|
|
52787
|
+
content?: UnitIdentifier | null;
|
|
52788
|
+
}
|
|
52789
|
+
|
|
51676
52790
|
export class UtilityNetwork extends Network {
|
|
51677
52791
|
/**
|
|
51678
52792
|
* The associations table is used to store associations between network features.
|
|
@@ -51686,6 +52800,12 @@ declare namespace __esri {
|
|
|
51686
52800
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#domainNetworkNames Read more...}
|
|
51687
52801
|
*/
|
|
51688
52802
|
readonly domainNetworkNames: string[];
|
|
52803
|
+
/**
|
|
52804
|
+
* Returns true if the utility network data element includes a telecom domain network.
|
|
52805
|
+
*
|
|
52806
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#hasTelecomNetwork Read more...}
|
|
52807
|
+
*/
|
|
52808
|
+
readonly hasTelecomNetwork: boolean;
|
|
51689
52809
|
/**
|
|
51690
52810
|
* Contains the url and IDs of the utility network rules, subnetworks, and dirty areas tables or layers.
|
|
51691
52811
|
*
|
|
@@ -51741,6 +52861,15 @@ declare namespace __esri {
|
|
|
51741
52861
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateAddAssociations Read more...}
|
|
51742
52862
|
*/
|
|
51743
52863
|
generateAddAssociations(associations: Association[]): ServiceEdits;
|
|
52864
|
+
/**
|
|
52865
|
+
* Returns {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#ServiceEdits ServiceEdits} to combine {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html network elements}
|
|
52866
|
+
* in a telecom domain network via the `applyEdits` method on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html FeatureService} class.
|
|
52867
|
+
*
|
|
52868
|
+
* @param networkElements The network elements to combine in a telecom domain network.
|
|
52869
|
+
*
|
|
52870
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateCombineNetworkElements Read more...}
|
|
52871
|
+
*/
|
|
52872
|
+
generateCombineNetworkElements(networkElements: NetworkElement[]): ServiceEdits;
|
|
51744
52873
|
/**
|
|
51745
52874
|
* Returns {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#ServiceEdits ServiceEdits} which are used to delete an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-Association.html Association} via the `applyEdits` method on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html FeatureService} class.
|
|
51746
52875
|
*
|
|
@@ -51749,6 +52878,24 @@ declare namespace __esri {
|
|
|
51749
52878
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateDeleteAssociations Read more...}
|
|
51750
52879
|
*/
|
|
51751
52880
|
generateDeleteAssociations(associations: Association[]): ServiceEdits;
|
|
52881
|
+
/**
|
|
52882
|
+
* Returns {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#ServiceEdits ServiceEdits} to divide a grouped {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html network element}
|
|
52883
|
+
* in a telecom domain network into two or more grouped elements via the `applyEdits` method on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html FeatureService} class.
|
|
52884
|
+
*
|
|
52885
|
+
* @param networkElement The grouped network element in a telecom domain network to divide into two or more grouped elements.
|
|
52886
|
+
* @param numUnits Describes how the unit identifiers of the grouped object should be divided. Each number in this array describes the number of units to assign an object resulting from the division. E.g., to divide one object with 6 units into an object with 5 units and another object with 1 unit, specify [5, 1].
|
|
52887
|
+
*
|
|
52888
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateDivideNetworkElements Read more...}
|
|
52889
|
+
*/
|
|
52890
|
+
generateDivideNetworkElements(networkElement: NetworkElement, numUnits: number[]): ServiceEdits;
|
|
52891
|
+
/**
|
|
52892
|
+
* Returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html CircuitManager} for the utility network's telecom domain network, if one exists.
|
|
52893
|
+
*
|
|
52894
|
+
* @param telecomDomainNetworkName The name of the telecom domain network to return a `CircuitManager` for.
|
|
52895
|
+
*
|
|
52896
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#getCircuitManager Read more...}
|
|
52897
|
+
*/
|
|
52898
|
+
getCircuitManager(telecomDomainNetworkName: string): Promise<CircuitManager | nullish>;
|
|
51752
52899
|
/**
|
|
51753
52900
|
* Given a terminalId, returns the corresponding Terminal instance.
|
|
51754
52901
|
*
|
|
@@ -51773,6 +52920,12 @@ declare namespace __esri {
|
|
|
51773
52920
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#getTierNames Read more...}
|
|
51774
52921
|
*/
|
|
51775
52922
|
getTierNames(domainNetworkName: string): string[];
|
|
52923
|
+
/**
|
|
52924
|
+
* Returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UnitIdentifierManager.html UnitIdentifierManager} for the utility network's telecom domain networks, if any exist.
|
|
52925
|
+
*
|
|
52926
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#getUnitIdentifierManager Read more...}
|
|
52927
|
+
*/
|
|
52928
|
+
getUnitIdentifierManager(): Promise<UnitIdentifierManager | nullish>;
|
|
51776
52929
|
/**
|
|
51777
52930
|
* Returns a boolean indicating if the layer is a utility layer belonging to the network.
|
|
51778
52931
|
*
|
|
@@ -51865,7 +53018,8 @@ declare namespace __esri {
|
|
|
51865
53018
|
}
|
|
51866
53019
|
|
|
51867
53020
|
/**
|
|
51868
|
-
* Results returned from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateAddAssociations generateAddAssociations}
|
|
53021
|
+
* Results returned from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateAddAssociations generateAddAssociations}, {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateDeleteAssociations generateDeleteAssociations},
|
|
53022
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateCombineNetworkElements generateCombineNetworkElements}, and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateDivideNetworkElements generateDivideNetworkElements}.
|
|
51869
53023
|
*
|
|
51870
53024
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#ServiceEdits Read more...}
|
|
51871
53025
|
*/
|
|
@@ -51873,7 +53027,11 @@ declare namespace __esri {
|
|
|
51873
53027
|
id: number;
|
|
51874
53028
|
identifierFields?: ServiceEditsIdentifierFields;
|
|
51875
53029
|
addFeatures?: Graphic[] | Collection<Graphic>;
|
|
53030
|
+
updateFeatures?: Graphic[] | Collection<Graphic>;
|
|
51876
53031
|
deleteFeatures?: Graphic[] | Collection<Graphic> | FeatureIdentifier[];
|
|
53032
|
+
deleteAssociations?: DeleteAssociationEdit[];
|
|
53033
|
+
combineGroupedObjects?: CombineGroupedObjectsEdit[];
|
|
53034
|
+
divideGroupedObjects?: DivideGroupedObjectsEdit[];
|
|
51877
53035
|
}
|
|
51878
53036
|
|
|
51879
53037
|
export interface UtilityNetworkLoadOptions {
|
|
@@ -51898,6 +53056,8 @@ declare namespace __esri {
|
|
|
51898
53056
|
| "subnetwork-controller"
|
|
51899
53057
|
| "loops"
|
|
51900
53058
|
| "isolation"
|
|
53059
|
+
| "path"
|
|
53060
|
+
| "circuit"
|
|
51901
53061
|
| nullish;
|
|
51902
53062
|
}
|
|
51903
53063
|
|
|
@@ -51915,6 +53075,8 @@ declare namespace __esri {
|
|
|
51915
53075
|
| "subnetwork-controller"
|
|
51916
53076
|
| "loops"
|
|
51917
53077
|
| "isolation"
|
|
53078
|
+
| "path"
|
|
53079
|
+
| "circuit"
|
|
51918
53080
|
| nullish;
|
|
51919
53081
|
}
|
|
51920
53082
|
|
|
@@ -63021,12 +64183,88 @@ declare namespace __esri {
|
|
|
63021
64183
|
sync: CapabilitiesSync;
|
|
63022
64184
|
}
|
|
63023
64185
|
|
|
64186
|
+
/**
|
|
64187
|
+
* Represents the result of combining one or more grouped objects in a telecom domain network.
|
|
64188
|
+
*
|
|
64189
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#CombineGroupedObjectResult Read more...}
|
|
64190
|
+
*/
|
|
64191
|
+
export interface CombineGroupedObjectResult {
|
|
64192
|
+
combinedGlobalId: string;
|
|
64193
|
+
deletedGlobalIds: string[];
|
|
64194
|
+
}
|
|
64195
|
+
|
|
64196
|
+
/**
|
|
64197
|
+
* Specifies grouped objects to combine in a telecom domain network.
|
|
64198
|
+
*
|
|
64199
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#CombineGroupedObjectsEdit Read more...}
|
|
64200
|
+
*/
|
|
64201
|
+
export interface CombineGroupedObjectsEdit {
|
|
64202
|
+
globalIds: string[];
|
|
64203
|
+
}
|
|
64204
|
+
|
|
64205
|
+
/**
|
|
64206
|
+
* Specifies a traditional or foreign-key association to delete.
|
|
64207
|
+
*
|
|
64208
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#DeleteAssociationEdit Read more...}
|
|
64209
|
+
*/
|
|
64210
|
+
export interface DeleteAssociationEdit {
|
|
64211
|
+
globalId: string;
|
|
64212
|
+
associationType: | "connectivity"
|
|
64213
|
+
| "junctionJunctionConnectivity"
|
|
64214
|
+
| "attachment"
|
|
64215
|
+
| "containment"
|
|
64216
|
+
| "junctionEdgeFromConnectivity"
|
|
64217
|
+
| "junctionEdgeMidspanConnectivity"
|
|
64218
|
+
| "junctionEdgeToConnectivity";
|
|
64219
|
+
fromSourceId: number;
|
|
64220
|
+
fromGlobalId: string;
|
|
64221
|
+
fromTerminalId: number;
|
|
64222
|
+
toSourceId: number;
|
|
64223
|
+
toGlobalId: string;
|
|
64224
|
+
toTerminalId: number;
|
|
64225
|
+
}
|
|
64226
|
+
|
|
64227
|
+
/**
|
|
64228
|
+
* Represents the result of dividing a grouped object in a telecom domain network.
|
|
64229
|
+
*
|
|
64230
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#DivideGroupedObjectResult Read more...}
|
|
64231
|
+
*/
|
|
64232
|
+
export interface DivideGroupedObjectResult {
|
|
64233
|
+
globalId: string;
|
|
64234
|
+
dividedGlobalIds: string[];
|
|
64235
|
+
connectedEdgeGlobalIds: string[];
|
|
64236
|
+
}
|
|
64237
|
+
|
|
64238
|
+
/**
|
|
64239
|
+
* Specifies a grouped object to divide, and the units to divide the object into.
|
|
64240
|
+
*
|
|
64241
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#DivideGroupedObjectsEdit Read more...}
|
|
64242
|
+
*/
|
|
64243
|
+
export interface DivideGroupedObjectsEdit {
|
|
64244
|
+
globalId: string;
|
|
64245
|
+
numUnits: number[];
|
|
64246
|
+
}
|
|
64247
|
+
|
|
64248
|
+
/**
|
|
64249
|
+
* Represents the result of editing a feature.
|
|
64250
|
+
*
|
|
64251
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#FeatureEditResult Read more...}
|
|
64252
|
+
*/
|
|
64253
|
+
export interface FeatureServiceFeatureEditResult {
|
|
64254
|
+
globalId?: string | null;
|
|
64255
|
+
objectId?: number | null;
|
|
64256
|
+
error?: FeatureServiceFeatureEditResultError | null;
|
|
64257
|
+
}
|
|
64258
|
+
|
|
63024
64259
|
export interface FeatureServiceApplyEditsEdits {
|
|
63025
64260
|
id: number;
|
|
63026
|
-
identifierFields
|
|
64261
|
+
identifierFields?: FeatureServiceApplyEditsEditsIdentifierFields;
|
|
63027
64262
|
addFeatures?: Graphic[] | Collection<Graphic>;
|
|
63028
64263
|
updateFeatures?: Graphic[] | Collection<Graphic>;
|
|
63029
64264
|
deleteFeatures?: Graphic[] | Collection<Graphic> | any[];
|
|
64265
|
+
deleteAssociations?: DeleteAssociationEdit[];
|
|
64266
|
+
combineGroupedObjects?: CombineGroupedObjectsEdit[];
|
|
64267
|
+
divideGroupedObjects?: DivideGroupedObjectsEdit[];
|
|
63030
64268
|
addAttachments?: AttachmentEdit[];
|
|
63031
64269
|
updateAttachments?: AttachmentEdit[];
|
|
63032
64270
|
deleteAttachments?: string[];
|
|
@@ -63093,16 +64331,29 @@ declare namespace __esri {
|
|
|
63093
64331
|
*/
|
|
63094
64332
|
export interface ServiceEditsResult {
|
|
63095
64333
|
id: number;
|
|
63096
|
-
addFeatureResults:
|
|
63097
|
-
updateFeatureResults:
|
|
63098
|
-
deleteFeatureResults:
|
|
63099
|
-
addAttachmentResults:
|
|
63100
|
-
updateAttachmentResults:
|
|
63101
|
-
deleteAttachmentResults:
|
|
64334
|
+
addFeatureResults: FeatureServiceFeatureEditResult[];
|
|
64335
|
+
updateFeatureResults: FeatureServiceFeatureEditResult[];
|
|
64336
|
+
deleteFeatureResults: FeatureServiceFeatureEditResult[];
|
|
64337
|
+
addAttachmentResults: FeatureServiceFeatureEditResult[];
|
|
64338
|
+
updateAttachmentResults: FeatureServiceFeatureEditResult[];
|
|
64339
|
+
deleteAttachmentResults: FeatureServiceFeatureEditResult[];
|
|
64340
|
+
divideGroupedObjectResults?: DivideGroupedObjectResult[];
|
|
64341
|
+
combineGroupedObjectResults?: CombineGroupedObjectResult[];
|
|
64342
|
+
splitsResults?: SplitsResult[];
|
|
63102
64343
|
editedFeatures?: any;
|
|
63103
64344
|
editMoment?: number;
|
|
63104
64345
|
}
|
|
63105
64346
|
|
|
64347
|
+
/**
|
|
64348
|
+
* Represents the result of a split operation.
|
|
64349
|
+
*
|
|
64350
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#SplitsResult Read more...}
|
|
64351
|
+
*/
|
|
64352
|
+
export interface SplitsResult {
|
|
64353
|
+
objectId: number;
|
|
64354
|
+
results: number[];
|
|
64355
|
+
}
|
|
64356
|
+
|
|
63106
64357
|
/**
|
|
63107
64358
|
* Contains information for a table in the Feature Service.
|
|
63108
64359
|
*
|
|
@@ -63175,6 +64426,11 @@ declare namespace __esri {
|
|
|
63175
64426
|
preserveTrueCurves: boolean;
|
|
63176
64427
|
}
|
|
63177
64428
|
|
|
64429
|
+
export interface FeatureServiceFeatureEditResultError {
|
|
64430
|
+
name: string;
|
|
64431
|
+
message: string;
|
|
64432
|
+
}
|
|
64433
|
+
|
|
63178
64434
|
/**
|
|
63179
64435
|
* Provides utility methods for creating {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html FeatureServices}.
|
|
63180
64436
|
*
|
|
@@ -66881,6 +68137,72 @@ declare namespace __esri {
|
|
|
66881
68137
|
text: string | nullish;
|
|
66882
68138
|
}
|
|
66883
68139
|
|
|
68140
|
+
export class CircuitTraceResult extends JSONSupport {
|
|
68141
|
+
/**
|
|
68142
|
+
* Represents the result of a circuit trace with the "circuits" result type.
|
|
68143
|
+
*
|
|
68144
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html Read more...}
|
|
68145
|
+
*/
|
|
68146
|
+
constructor(properties?: CircuitTraceResultProperties);
|
|
68147
|
+
/**
|
|
68148
|
+
* The circuit information for the trace result.
|
|
68149
|
+
*
|
|
68150
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html#circuit Read more...}
|
|
68151
|
+
*/
|
|
68152
|
+
get circuit(): Circuit;
|
|
68153
|
+
set circuit(value: CircuitProperties);
|
|
68154
|
+
/**
|
|
68155
|
+
* The geometry of the traced circuit, if geometry was requested in the trace parameters.
|
|
68156
|
+
*
|
|
68157
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html#geometry Read more...}
|
|
68158
|
+
*/
|
|
68159
|
+
get geometry(): Polyline | nullish;
|
|
68160
|
+
set geometry(value: PolylineProperties | nullish);
|
|
68161
|
+
/**
|
|
68162
|
+
* The path associated with the traced circuit.
|
|
68163
|
+
*
|
|
68164
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html#path Read more...}
|
|
68165
|
+
*/
|
|
68166
|
+
get path(): CircuitPath | nullish;
|
|
68167
|
+
set path(value: CircuitPathProperties | nullish);
|
|
68168
|
+
static fromJSON(json: any): CircuitTraceResult;
|
|
68169
|
+
}
|
|
68170
|
+
|
|
68171
|
+
interface CircuitTraceResultProperties {
|
|
68172
|
+
/**
|
|
68173
|
+
* The circuit information for the trace result.
|
|
68174
|
+
*
|
|
68175
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html#circuit Read more...}
|
|
68176
|
+
*/
|
|
68177
|
+
circuit?: CircuitProperties;
|
|
68178
|
+
/**
|
|
68179
|
+
* The geometry of the traced circuit, if geometry was requested in the trace parameters.
|
|
68180
|
+
*
|
|
68181
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html#geometry Read more...}
|
|
68182
|
+
*/
|
|
68183
|
+
geometry?: PolylineProperties | nullish;
|
|
68184
|
+
/**
|
|
68185
|
+
* The path associated with the traced circuit.
|
|
68186
|
+
*
|
|
68187
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitTraceResult.html#path Read more...}
|
|
68188
|
+
*/
|
|
68189
|
+
path?: CircuitPathProperties | nullish;
|
|
68190
|
+
}
|
|
68191
|
+
|
|
68192
|
+
/**
|
|
68193
|
+
* The result of a circuit {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#verify CircuitManager} operation on a particular circuit
|
|
68194
|
+
* in a telecom domain network.
|
|
68195
|
+
*
|
|
68196
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitVerifyResult.html Read more...}
|
|
68197
|
+
*/
|
|
68198
|
+
interface CircuitVerifyResult {
|
|
68199
|
+
error: ServiceError | nullish;
|
|
68200
|
+
geometry: PolylineProperties | nullish;
|
|
68201
|
+
name: string;
|
|
68202
|
+
}
|
|
68203
|
+
|
|
68204
|
+
export const CircuitVerifyResult: CircuitVerifyResult;
|
|
68205
|
+
|
|
66884
68206
|
/**
|
|
66885
68207
|
* The utility network associations model connectivity, containment, and structure relations between assets.
|
|
66886
68208
|
*
|
|
@@ -67265,6 +68587,12 @@ declare namespace __esri {
|
|
|
67265
68587
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html#terminalId Read more...}
|
|
67266
68588
|
*/
|
|
67267
68589
|
terminalId: number;
|
|
68590
|
+
/**
|
|
68591
|
+
* The type of the network element.
|
|
68592
|
+
*
|
|
68593
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html#type Read more...}
|
|
68594
|
+
*/
|
|
68595
|
+
readonly type: "networkElement" | "telecomNetworkElement";
|
|
67268
68596
|
/**
|
|
67269
68597
|
* The network element is a representation of how the network topology defines its graph.
|
|
67270
68598
|
*
|
|
@@ -67615,10 +68943,54 @@ declare namespace __esri {
|
|
|
67615
68943
|
returnContainmentAssociations?: boolean;
|
|
67616
68944
|
}
|
|
67617
68945
|
|
|
68946
|
+
export class TelecomNetworkElement extends NetworkElement {
|
|
68947
|
+
/**
|
|
68948
|
+
* The unit offset in a grouped object in a telecom domain network.
|
|
68949
|
+
*
|
|
68950
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html#firstUnit Read more...}
|
|
68951
|
+
*/
|
|
68952
|
+
firstUnit: number | nullish;
|
|
68953
|
+
/**
|
|
68954
|
+
* The number of logically grouped objects the element represents in a telecom domain network.
|
|
68955
|
+
*
|
|
68956
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html#numUnits Read more...}
|
|
68957
|
+
*/
|
|
68958
|
+
numUnits: number | nullish;
|
|
68959
|
+
/**
|
|
68960
|
+
* TelecomNetworkElement inherits from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html NetworkElement} and adds two new properties:
|
|
68961
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html#firstUnit firstUnit} and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html#numUnits numUnits}.
|
|
68962
|
+
*
|
|
68963
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html Read more...}
|
|
68964
|
+
*/
|
|
68965
|
+
constructor(properties?: TelecomNetworkElementProperties);
|
|
68966
|
+
static fromJSON(json: any): TelecomNetworkElement;
|
|
68967
|
+
}
|
|
68968
|
+
|
|
68969
|
+
interface TelecomNetworkElementProperties extends NetworkElementProperties {
|
|
68970
|
+
/**
|
|
68971
|
+
* The unit offset in a grouped object in a telecom domain network.
|
|
68972
|
+
*
|
|
68973
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html#firstUnit Read more...}
|
|
68974
|
+
*/
|
|
68975
|
+
firstUnit?: number | nullish;
|
|
68976
|
+
/**
|
|
68977
|
+
* The number of logically grouped objects the element represents in a telecom domain network.
|
|
68978
|
+
*
|
|
68979
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TelecomNetworkElement.html#numUnits Read more...}
|
|
68980
|
+
*/
|
|
68981
|
+
numUnits?: number | nullish;
|
|
68982
|
+
}
|
|
68983
|
+
|
|
67618
68984
|
export interface TraceLocation extends Accessor, JSONSupport {
|
|
67619
68985
|
}
|
|
67620
68986
|
|
|
67621
68987
|
export class TraceLocation {
|
|
68988
|
+
/**
|
|
68989
|
+
* The unit offset in a grouped object for the trace location.
|
|
68990
|
+
*
|
|
68991
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#firstUnit Read more...}
|
|
68992
|
+
*/
|
|
68993
|
+
firstUnit: number | nullish;
|
|
67622
68994
|
/**
|
|
67623
68995
|
* The globalId (UUID) of the feature to start or stop the trace.
|
|
67624
68996
|
*
|
|
@@ -67633,6 +69005,18 @@ declare namespace __esri {
|
|
|
67633
69005
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#isFilterBarrier Read more...}
|
|
67634
69006
|
*/
|
|
67635
69007
|
isFilterBarrier: boolean;
|
|
69008
|
+
/**
|
|
69009
|
+
* The ID of the network source the trace location belongs to.
|
|
69010
|
+
*
|
|
69011
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#networkSourceId Read more...}
|
|
69012
|
+
*/
|
|
69013
|
+
networkSourceId: number | nullish;
|
|
69014
|
+
/**
|
|
69015
|
+
* The number of logically grouped objects for the trace location.
|
|
69016
|
+
*
|
|
69017
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#numUnits Read more...}
|
|
69018
|
+
*/
|
|
69019
|
+
numUnits: number | nullish;
|
|
67636
69020
|
/**
|
|
67637
69021
|
* This double parameter of value of 0-1 indicates a percentage along the line of where the trace location is placed.
|
|
67638
69022
|
*
|
|
@@ -67676,6 +69060,12 @@ declare namespace __esri {
|
|
|
67676
69060
|
}
|
|
67677
69061
|
|
|
67678
69062
|
interface TraceLocationProperties {
|
|
69063
|
+
/**
|
|
69064
|
+
* The unit offset in a grouped object for the trace location.
|
|
69065
|
+
*
|
|
69066
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#firstUnit Read more...}
|
|
69067
|
+
*/
|
|
69068
|
+
firstUnit?: number | nullish;
|
|
67679
69069
|
/**
|
|
67680
69070
|
* The globalId (UUID) of the feature to start or stop the trace.
|
|
67681
69071
|
*
|
|
@@ -67688,6 +69078,18 @@ declare namespace __esri {
|
|
|
67688
69078
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#isFilterBarrier Read more...}
|
|
67689
69079
|
*/
|
|
67690
69080
|
isFilterBarrier?: boolean;
|
|
69081
|
+
/**
|
|
69082
|
+
* The ID of the network source the trace location belongs to.
|
|
69083
|
+
*
|
|
69084
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#networkSourceId Read more...}
|
|
69085
|
+
*/
|
|
69086
|
+
networkSourceId?: number | nullish;
|
|
69087
|
+
/**
|
|
69088
|
+
* The number of logically grouped objects for the trace location.
|
|
69089
|
+
*
|
|
69090
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceLocation.html#numUnits Read more...}
|
|
69091
|
+
*/
|
|
69092
|
+
numUnits?: number | nullish;
|
|
67691
69093
|
/**
|
|
67692
69094
|
* This double parameter of value of 0-1 indicates a percentage along the line of where the trace location is placed.
|
|
67693
69095
|
*
|
|
@@ -67882,12 +69284,18 @@ declare namespace __esri {
|
|
|
67882
69284
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#aggregatedGeometry Read more...}
|
|
67883
69285
|
*/
|
|
67884
69286
|
readonly aggregatedGeometry: AggregatedGeometry | nullish;
|
|
69287
|
+
/**
|
|
69288
|
+
* An array of circuits returned by the trace.
|
|
69289
|
+
*
|
|
69290
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#circuits Read more...}
|
|
69291
|
+
*/
|
|
69292
|
+
readonly circuits: CircuitTraceResult[] | nullish;
|
|
67885
69293
|
/**
|
|
67886
69294
|
* An array of network elements returned by the trace.
|
|
67887
69295
|
*
|
|
67888
69296
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#elements Read more...}
|
|
67889
69297
|
*/
|
|
67890
|
-
readonly elements: NetworkElement[];
|
|
69298
|
+
readonly elements: NetworkElement[] | TelecomNetworkElement[];
|
|
67891
69299
|
/**
|
|
67892
69300
|
* Returns an array of function aggregation results.
|
|
67893
69301
|
*
|
|
@@ -67902,6 +69310,12 @@ declare namespace __esri {
|
|
|
67902
69310
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#kFeaturesForKNNFound Read more...}
|
|
67903
69311
|
*/
|
|
67904
69312
|
readonly kFeaturesForKNNFound: boolean;
|
|
69313
|
+
/**
|
|
69314
|
+
* The paths returned by a path trace.
|
|
69315
|
+
*
|
|
69316
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#paths Read more...}
|
|
69317
|
+
*/
|
|
69318
|
+
readonly paths: CircuitPath[] | nullish;
|
|
67905
69319
|
/**
|
|
67906
69320
|
* Returns `true` if the starting points in the network trace operation are ignored.
|
|
67907
69321
|
*
|
|
@@ -68134,6 +69548,19 @@ declare namespace __esri {
|
|
|
68134
69548
|
|
|
68135
69549
|
export const trace: trace;
|
|
68136
69550
|
|
|
69551
|
+
/**
|
|
69552
|
+
* The result of a unit identifier esri/networks/UnitIdentifierManager#query operation on a particular unit
|
|
69553
|
+
* container in a telecom domain network.
|
|
69554
|
+
*
|
|
69555
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-unitIdentifiers-support-UnitQueryResult.html Read more...}
|
|
69556
|
+
*/
|
|
69557
|
+
interface UnitQueryResult {
|
|
69558
|
+
container: UnitIdentifier;
|
|
69559
|
+
ranges: UnitRange[];
|
|
69560
|
+
}
|
|
69561
|
+
|
|
69562
|
+
export const UnitQueryResult: UnitQueryResult;
|
|
69563
|
+
|
|
68137
69564
|
/**
|
|
68138
69565
|
* This modules contains functions for working with network services.
|
|
68139
69566
|
*
|
|
@@ -95124,6 +96551,16 @@ declare namespace __esri {
|
|
|
95124
96551
|
success: boolean;
|
|
95125
96552
|
}
|
|
95126
96553
|
|
|
96554
|
+
/**
|
|
96555
|
+
* The error returned by the server for an operation.
|
|
96556
|
+
*
|
|
96557
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-versionManagement-VersionManagementService.html#ServiceError Read more...}
|
|
96558
|
+
*/
|
|
96559
|
+
export interface ServiceError {
|
|
96560
|
+
message: string;
|
|
96561
|
+
extendedCode: number;
|
|
96562
|
+
}
|
|
96563
|
+
|
|
95127
96564
|
/**
|
|
95128
96565
|
* The response returned after performing an operation using the VersionManagementService.
|
|
95129
96566
|
*
|
|
@@ -95131,7 +96568,7 @@ declare namespace __esri {
|
|
|
95131
96568
|
*/
|
|
95132
96569
|
export interface ServiceResult {
|
|
95133
96570
|
success: boolean;
|
|
95134
|
-
error?:
|
|
96571
|
+
error?: ServiceError;
|
|
95135
96572
|
}
|
|
95136
96573
|
|
|
95137
96574
|
/**
|
|
@@ -95243,11 +96680,6 @@ declare namespace __esri {
|
|
|
95243
96680
|
withPost: boolean;
|
|
95244
96681
|
}
|
|
95245
96682
|
|
|
95246
|
-
export interface ServiceResultError {
|
|
95247
|
-
message: string;
|
|
95248
|
-
extendedCode: number;
|
|
95249
|
-
}
|
|
95250
|
-
|
|
95251
96683
|
export interface VersionManagementServiceVersionInfoExtendedJSONVersionIdentifier {
|
|
95252
96684
|
name: string;
|
|
95253
96685
|
guid: string;
|
|
@@ -95438,13 +96870,13 @@ declare namespace __esri {
|
|
|
95438
96870
|
visible: boolean;
|
|
95439
96871
|
constructor(properties?: any);
|
|
95440
96872
|
/**
|
|
95441
|
-
* Starts an interactive operation to pick a feature in the view to use as the input for the elevation profile analysis.
|
|
96873
|
+
* Starts an interactive operation to pick a line feature in the view to use as the input for the elevation profile analysis.
|
|
95442
96874
|
*
|
|
95443
96875
|
* @param options An object specifying additional options.
|
|
95444
96876
|
*
|
|
95445
96877
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-analysis-ElevationProfileAnalysisView2D.html#pickFeature Read more...}
|
|
95446
96878
|
*/
|
|
95447
|
-
pickFeature(options?: ElevationProfileAnalysisView2DPickFeatureOptions | nullish): Promise<
|
|
96879
|
+
pickFeature(options?: ElevationProfileAnalysisView2DPickFeatureOptions | nullish): Promise<ElevationProfilePickResult>;
|
|
95448
96880
|
/**
|
|
95449
96881
|
* Starts the interactive placement of a new input path for the elevation profile analysis.
|
|
95450
96882
|
*
|
|
@@ -95463,7 +96895,7 @@ declare namespace __esri {
|
|
|
95463
96895
|
signal?: AbortSignal | nullish;
|
|
95464
96896
|
}
|
|
95465
96897
|
|
|
95466
|
-
export interface
|
|
96898
|
+
export interface ElevationProfilePickResult {
|
|
95467
96899
|
feature: Graphic;
|
|
95468
96900
|
}
|
|
95469
96901
|
|
|
@@ -96230,7 +97662,7 @@ declare namespace __esri {
|
|
|
96230
97662
|
*
|
|
96231
97663
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-analysis-ElevationProfileAnalysisView3D.html#pickFeature Read more...}
|
|
96232
97664
|
*/
|
|
96233
|
-
pickFeature(options?: ElevationProfileAnalysisView3DPickFeatureOptions | nullish): Promise<
|
|
97665
|
+
pickFeature(options?: ElevationProfileAnalysisView3DPickFeatureOptions | nullish): Promise<ElevationProfilePickResult>;
|
|
96234
97666
|
/**
|
|
96235
97667
|
* Starts the interactive placement of a new input path for the elevation profile analysis.
|
|
96236
97668
|
*
|
|
@@ -96249,13 +97681,6 @@ declare namespace __esri {
|
|
|
96249
97681
|
signal?: AbortSignal | nullish;
|
|
96250
97682
|
}
|
|
96251
97683
|
|
|
96252
|
-
export interface ElevationProfileAnalysisView3DElevationProfilePickFeatureResult {
|
|
96253
|
-
feature: Graphic;
|
|
96254
|
-
}
|
|
96255
|
-
|
|
96256
|
-
export interface ElevationProfileAnalysisView3DElevationProfilePlacementResult {
|
|
96257
|
-
}
|
|
96258
|
-
|
|
96259
97684
|
export class LineOfSightAnalysisResult {
|
|
96260
97685
|
/**
|
|
96261
97686
|
* The first {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html Graphic} intersected by the line of sight.
|
|
@@ -97353,8 +98778,9 @@ declare namespace __esri {
|
|
|
97353
98778
|
*/
|
|
97354
98779
|
readonly statistics: Statistics | nullish;
|
|
97355
98780
|
/**
|
|
97356
|
-
* Represents the result for
|
|
97357
|
-
*
|
|
98781
|
+
* Represents the result for each {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfile-ElevationProfileLine.html profile line}
|
|
98782
|
+
* configured in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ElevationProfileAnalysis.html#profiles ElevationProfileAnalysis.profiles}
|
|
98783
|
+
* collection.
|
|
97358
98784
|
*
|
|
97359
98785
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-analysis-ElevationProfile-ElevationProfileResult.html Read more...}
|
|
97360
98786
|
*/
|
|
@@ -116713,6 +118139,12 @@ declare namespace __esri {
|
|
|
116713
118139
|
}
|
|
116714
118140
|
|
|
116715
118141
|
export class UpdateFeaturesWorkflow extends Workflow {
|
|
118142
|
+
/**
|
|
118143
|
+
* The `UpdateFeaturesWorkflow` class contains the logic used when updating and/or deleting features using
|
|
118144
|
+
* the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html Editor} widget.
|
|
118145
|
+
*
|
|
118146
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-UpdateFeaturesWorkflow.html Read more...}
|
|
118147
|
+
*/
|
|
116716
118148
|
constructor(properties?: UpdateFeaturesWorkflowProperties);
|
|
116717
118149
|
}
|
|
116718
118150
|
|
|
@@ -117621,7 +119053,7 @@ declare namespace __esri {
|
|
|
117621
119053
|
*/
|
|
117622
119054
|
view: SceneView | MapView | nullish;
|
|
117623
119055
|
/**
|
|
117624
|
-
* Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/
|
|
119056
|
+
* Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ElevationProfile.html ElevationProfile} widget.
|
|
117625
119057
|
*
|
|
117626
119058
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ElevationProfile-ElevationProfileViewModel.html Read more...}
|
|
117627
119059
|
*/
|