Skip to content

Commit

Permalink
TraceUtilityNetwork readme's referencing toolkit (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambohrmann3 authored Apr 18, 2023
1 parent 27b1e4c commit c1694e4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace ArcGIS.Samples.TraceUtilityNetwork
category: "Utility network",
description: "Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.",
instructions: "Tap on one or more features while 'Add starting locations' or 'Add barriers' is selected. When a junction feature is identified, you may be prompted to select a terminal. When an edge feature is identified, the distance from the tapped location to the beginning of the edge feature will be computed. Select the type of trace using the drop down menu. Tap 'Trace' to initiate a trace on the network. Tap 'Reset' to clear the trace parameters and start over.",
tags: new[] { "condition barriers", "downstream trace", "network analysis", "subnetwork trace", "trace configuration", "traversability", "upstream trace", "utility network", "validate consistency" })]
tags: new[] { "condition barriers", "downstream trace", "network analysis", "subnetwork trace", "toolkit", "trace configuration", "traversability", "upstream trace", "utility network", "validate consistency" })]
public partial class TraceUtilityNetwork : ContentPage
{
// Feature service for an electric utility network in Naperville, Illinois.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The [Naperville electrical](https://sampleserver7.arcgisonline.com/server/rest/s

Using utility network on ArcGIS Enterprise 10.8 requires an ArcGIS Enterprise member account licensed with the [Utility Network user type extension](https://enterprise.arcgis.com/en/portal/latest/administer/windows/license-user-type-extensions.htm#ESRI_SECTION1_41D78AD9691B42E0A8C227C113C0C0BF). Please refer to the [utility network services documentation](https://enterprise.arcgis.com/en/server/latest/publish-services/windows/utility-network-services.htm).

A `UtilityNetworkTraceTool` component can be used for various utility network related use cases. For information about setting up the toolkit, as well as code for the component, visit the [toolkit repository](https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit).

## Tags

condition barriers, downstream trace, network analysis, subnetwork trace, trace configuration, traversability, upstream trace, utility network, validate consistency
condition barriers, downstream trace, network analysis, subnetwork trace, toolkit, trace configuration, traversability, upstream trace, utility network, validate consistency
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"downstream trace",
"network analysis",
"subnetwork trace",
"toolkit",
"trace configuration",
"traversability",
"upstream trace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace ArcGIS.WPF.Samples.TraceUtilityNetwork
category: "Utility network",
description: "Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.",
instructions: "Tap on one or more features while 'Add starting locations' or 'Add barriers' is selected. When a junction feature is identified, you may be prompted to select a terminal. When an edge feature is identified, the distance from the tapped location to the beginning of the edge feature will be computed. Select the type of trace using the drop down menu. Click 'Trace' to initiate a trace on the network. Click 'Reset' to clear the trace parameters and start over.",
tags: new[] { "condition barriers", "downstream trace", "network analysis", "subnetwork trace", "trace configuration", "traversability", "upstream trace", "utility network", "validate consistency" })]
tags: new[] { "condition barriers", "downstream trace", "network analysis", "subnetwork trace", "toolkit", "trace configuration", "traversability", "upstream trace", "utility network", "validate consistency" })]
[ArcGIS.Samples.Shared.Attributes.OfflineData()]
public partial class TraceUtilityNetwork
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The [Naperville electrical](https://sampleserver7.arcgisonline.com/server/rest/s

Using utility network on ArcGIS Enterprise 10.8 requires an ArcGIS Enterprise member account licensed with the [Utility Network user type extension](https://enterprise.arcgis.com/en/portal/latest/administer/windows/license-user-type-extensions.htm#ESRI_SECTION1_41D78AD9691B42E0A8C227C113C0C0BF). Please refer to the [utility network services documentation](https://enterprise.arcgis.com/en/server/latest/publish-services/windows/utility-network-services.htm).

A `UtilityNetworkTraceTool` component can be used for various utility network related use cases. For information about setting up the toolkit, as well as code for the component, visit the [toolkit repository](https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit).

## Tags

condition barriers, downstream trace, network analysis, subnetwork trace, trace configuration, traversability, upstream trace, utility network, validate consistency
condition barriers, downstream trace, network analysis, subnetwork trace, toolkit, trace configuration, traversability, upstream trace, utility network, validate consistency
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"downstream trace",
"network analysis",
"subnetwork trace",
"toolkit",
"trace configuration",
"traversability",
"upstream trace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace ArcGIS.WinUI.Samples.TraceUtilityNetwork
category: "Utility network",
description: "Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.",
instructions: "Tap on one or more features while 'Add starting locations' or 'Add barriers' is selected. When a junction feature is identified, you may be prompted to select a terminal. When an edge feature is identified, the distance from the tapped location to the beginning of the edge feature will be computed. Select the type of trace using the drop down menu. Click 'Trace' to initiate a trace on the network. Click 'Reset' to clear the trace parameters and start over.",
tags: new[] { "condition barriers", "downstream trace", "network analysis", "subnetwork trace", "trace configuration", "traversability", "upstream trace", "utility network", "validate consistency" })]
tags: new[] { "condition barriers", "downstream trace", "network analysis", "subnetwork trace", "toolkit", "trace configuration", "traversability", "upstream trace", "utility network", "validate consistency" })]
[ArcGIS.Samples.Shared.Attributes.OfflineData()]
public partial class TraceUtilityNetwork
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The [Naperville electrical](https://sampleserver7.arcgisonline.com/server/rest/s

Using utility network on ArcGIS Enterprise 10.8 requires an ArcGIS Enterprise member account licensed with the [Utility Network user type extension](https://enterprise.arcgis.com/en/portal/latest/administer/windows/license-user-type-extensions.htm#ESRI_SECTION1_41D78AD9691B42E0A8C227C113C0C0BF). Please refer to the [utility network services documentation](https://enterprise.arcgis.com/en/server/latest/publish-services/windows/utility-network-services.htm).

A `UtilityNetworkTraceTool` component can be used for various utility network related use cases. For information about setting up the toolkit, as well as code for the component, visit the [toolkit repository](https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit).

## Tags

condition barriers, downstream trace, network analysis, subnetwork trace, trace configuration, traversability, upstream trace, utility network, validate consistency
condition barriers, downstream trace, network analysis, subnetwork trace, toolkit, trace configuration, traversability, upstream trace, utility network, validate consistency
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"downstream trace",
"network analysis",
"subnetwork trace",
"toolkit",
"trace configuration",
"traversability",
"upstream trace",
Expand Down

0 comments on commit c1694e4

Please sign in to comment.