You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editing/edit-with-branch-versioning/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Click the "Switch version" button in the top left corner to switch back and fort
40
40
41
41
## About the data
42
42
43
-
The feature layer used in this sample is [Damage to commercial buildings](https://sampleserver7.arcgisonline.com/arcgis/rest/services/DamageAssessment/FeatureServer/0) located in Naperville, Illinois.
43
+
The feature layer used in this sample is [Damage to commercial buildings](https://sampleserver7.arcgisonline.com/server/rest/services/DamageAssessment/FeatureServer/0) located in Naperville, Illinois.
Copy file name to clipboardExpand all lines: editing/edit-with-branch-versioning/src/main/java/com/esri/samples/edit_with_branch_versioning/EditWithBranchVersioningController.java
Copy file name to clipboardExpand all lines: feature_layers/display-subtype-feature-layer/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The sample loads with the sublayer visible on the map. Toggle its visibility wit
20
20
4. Set the visibility status using this sublayer's `IsVisible` property.
21
21
5. Change the sublayer's symbology with `.setRenderer(Renderer)`.
22
22
6. Update the sublayer's minimum scale value with `.setMinScale()`.
23
-
23
+
24
24
## Relevant API
25
25
26
26
* LabelDefinition
@@ -30,7 +30,7 @@ The sample loads with the sublayer visible on the map. Toggle its visibility wit
30
30
31
31
## About the data
32
32
33
-
The [feature service layer](https://sampleserver7.arcgisonline.com/arcgis/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer/100) in this sample represents an electric network in Naperville, Illinois, which contains a utility network with asset classification for different devices.
33
+
The [feature service layer](https://sampleserver7.arcgisonline.com/server/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer/) in this sample represents an electric network in Naperville, Illinois, which contains a utility network with asset classification for different devices.
Copy file name to clipboardExpand all lines: feature_layers/display-subtype-feature-layer/src/main/java/com/esri/samples/display_subtype_feature_layer/DisplaySubtypeFeatureLayerController.java
Copy file name to clipboardExpand all lines: utility_network/configure-subnetwork-trace/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ Example barrier conditions for the default dataset:
31
31
9. Display the count of elements returned within the `UtilityElementTraceResult`.
32
32
10. When the 'Reset' button is clicked, set the trace configurations expression back to its original value.
33
33
34
-
35
34
## Relevant API
36
35
37
36
* CodedValueDomain
@@ -63,8 +62,8 @@ Example barrier conditions for the default dataset:
63
62
64
63
## About the data
65
64
66
-
The [feature service](https://sampleserver7.arcgisonline.com/arcgis/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer) in this sample represents an electric network in Naperville, Illinois, which contains a utility network used to run the subnetwork-based trace.
65
+
The [feature service](https://sampleserver7.arcgisonline.com/server/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer) in this sample represents an electric network in Naperville, Illinois, which contains a utility network used to run the subnetwork-based trace.
Copy file name to clipboardExpand all lines: utility_network/configure-subnetwork-trace/src/main/java/com/esri/samples/configure_subnetwork_trace/ConfigureSubnetworkTraceController.java
Copy file name to clipboardExpand all lines: utility_network/display-utility-associations/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Pan and zoom around the map. Observe graphics that show utility associations bet
34
34
35
35
## About the data
36
36
37
-
The [Naperville electrical](https://sampleserver7.arcgisonline.com/arcgis/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer) network feature service, hosted on ArcGIS Online, contains a utility network used to display the utility associations in this sample.
37
+
The [Naperville electrical](https://sampleserver7.arcgisonline.com/server/rest/services/UtilityNetwork/NapervilleElectric/FeatureServer) network feature service, hosted on ArcGIS Online, contains a utility network used to display the utility associations in this sample.
Copy file name to clipboardExpand all lines: utility_network/display-utility-associations/src/main/java/com/esri/samples/display_utility_associations/DisplayUtilityAssociationsSample.java
Copy file name to clipboardExpand all lines: utility_network/perform-valve-isolation-trace/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ Create and set the configuration's filter barriers by selecting a category. Chec
23
23
7. Add a `GraphicsOverlay` with the graphic that represents the starting location.
24
24
8. Populate the combo box for choosing the filter barrier category from `UtilityNetworkDefinition.getCategories()`.
25
25
9. When "Trace" is clicked,
26
-
- Create a new `UtilityCategoryComparison` with the selected category and `UtilityCategoryComparisonOperator.EXISTS`.
27
-
- Assign this condition to `utilityTraceFilter.setBarriers()` from the default configuration from step 7. Update this configuration's `utilityTraceConfiguration.isIncludeIsolatedFeatures()` property.
28
-
- Create a `UtilityTraceParameters` with `UtilityTraceType.ISOLATION` and default starting location from step 4.
29
-
- Set its utility trace configuration with this configuration and then, run a `utilityNetwork.traceAsync()`.
26
+
* Create a new `UtilityCategoryComparison` with the selected category and `UtilityCategoryComparisonOperator.EXISTS`.
27
+
* Assign this condition to `utilityTraceFilter.setBarriers()` from the default configuration from step 7. Update this configuration's `utilityTraceConfiguration.isIncludeIsolatedFeatures()` property.
28
+
* Create a `UtilityTraceParameters` with `UtilityTraceType.ISOLATION` and default starting location from step 4.
29
+
* Set its utility trace configuration with this configuration and then, run a `utilityNetwork.traceAsync()`.
30
30
10. Get the list of `UtilityElement`s from the first trace result.
31
31
11. For every feature layer in the map, select all the features for which the layer's `FeatureTable.getTableName()` matches the `NetworkSource.getName()` of one of the utility elements.
32
32
@@ -40,16 +40,16 @@ Create and set the configuration's filter barriers by selecting a category. Chec
40
40
* UtilityElementTraceResult
41
41
* UtilityNetwork
42
42
* UtilityNetworkDefinition
43
-
* UtilityTraceFilter
44
43
* UtilityTier
44
+
* UtilityTraceFilter
45
45
* UtilityTraceParameters
46
46
* UtilityTraceResult
47
47
* UtilityTraceType
48
48
49
49
## About the data
50
50
51
-
The [Naperville gas](https://sampleserver7.arcgisonline.com/arcgis/rest/services/UtilityNetwork/NapervilleGas/FeatureServer) network feature service, hosted on ArcGIS Online, contains a utility network used to run the isolation trace shown in this sample.
52
-
51
+
The [Naperville gas](https://sampleserver7.arcgisonline.com/server/rest/services/UtilityNetwork/NapervilleGas/FeatureServer) network feature service, hosted on ArcGIS Online, contains a utility network used to run the isolation trace shown in this sample.
Copy file name to clipboardExpand all lines: utility_network/perform-valve-isolation-trace/src/main/java/com/esri/samples/perform_valve_isolation_trace/PerformValveIsolationTraceController.java
0 commit comments