Skip To Content

Network Trace widget

The Network Trace widget is designed to call and interact with any geoprocessing service. The input should be a point feature or features, and the output can return polygon, polyline, or point features as results. For example, this widget can be configured to use a geoprocessing service that traces a geometric network and returns an outage area and affected assets. To learn how to configure this widget to perform an isolation trace on a geometric network, visit the Water Outage template.

Configure the Network Trace widget

This widget can be set to open automatically when an app starts. To enable this feature, click the Open this widget automatically when the app starts button Open this widget automatically when the app starts on the widget, which turns it dark green.

  1. Hover over the widget and click the Configure this widget button Configure this widget to open the configuration properties dialog box.
  2. Optionally click Change widget icon and replace the default icon for this widget with an image of your own.

    A file explorer window appears, allowing you to choose a local image file to use as the widget icon.

  3. Select the Set button and provide the task URL for your geoprocessing service.

Configuration settings

There are four sections to consider when configuring the Network Trace widget: Project Settings, Input/Output, and General Settings.

Project settings

The project settings are optional. If you configure these settings, you can define a project and save trace input and input results.

The options on the Project Settings tab are as follows:

  • Project polygon layer—This polygon layer must have Create, Delete, and Update editing capabilities and include a field called name (a string type field) and a field called globalid (a GlobalID type field).
  • Output parameter name—The output polygon layer or layers from the task URL.
  • Project point layer—This point layer must have Create, Delete, and Update editing capabilities and include a field called inputtype (a string type field) and a field called projectid (a GUID type field).

Input and output

The Input/Output tab provides options for configuring the input and output settings for the trace results.

  1. For each input parameter, set the type to Flag, Barrier, or Skip, and specify the ToolTip and symbol.
  2. For each output parameter, select any of the following options:
    1. Visible—Select the visible layers in the trace results that are checked. If Visible is not checked, the result layer will show the output parameter as unchecked in the trace result pane.
    2. Skippable—Allow features in this layer to be passed to the skip input parameter.
    3. CSV—Select the results to export to a .csv file.
  3. To save output parameters, select the drop-down arrow under the Save to Layer setting and select the layer.

    Note:
    If the project settings are not configured, the Save to Layer option is unavailable.

  4. For each output parameter, update the symbology by selecting the corresponding symbol.
  5. Select the Settings button Settings to update the label, ToolTip, display text, and scale for the output results.

General settings

Set summaries on the trace results and set zoom settings.

  1. Add an input or output summary item to the summary text.
    1. Click the Add input/output count button Add input/output count to open the Add Summary Items dialog box.
    2. Click the Input/Output parameter from the drop-down menu.
    3. Select the Operator parameter and Field parameter based on your desired summary text.

      Note:
      The count operator is based at the layer level and therefore is available for all input/output options. The sum, min, max, and mean operators are based at the field level and only show if a number field exists in the layer.

    4. Click Add to add the summary item to the text box.
    5. When finished, click Cancel to close the dialog box.
    6. Enable the Auto zoom after trace setting if desired.
  2. Select the Zoom option if you want the map to zoom to the trace results.

Use the Network Trace widget

When it's configured, this widget can be used by a water utility to determine an isolation area in the event of a main break.

  1. Open the Network Trace widget to display the Input tab. Optionally, you can configure a custom URL to run the trace at a set location. To run the trace using the custom URL, you must set the widget to open automatically and use one of the following formats for the custom URL:
    • Using the spatial reference of the map: https://<domain>/webappbuilder/apps/index.html?id=<itemid>?flags=[[x,y]]&runTrace=true
    • Using a different spatial reference than the map: https://<domain>/webappbuilder/apps/index.html?id=<itemid>?flags=[[Lat,Long]]&wkid=<wkid>&runTrace=true
  2. Add a flag location and, if required, a barrier.

    Note:
    Press the Control key to activate snapping.

    Add a flag to the Network Trace widget

  3. Click Run to start the trace.

    Click run

    The map zooms to the extent and displays the trace results.

  4. View the summary and the output results.

    Project name

  5. Click Save.

    Note:
    Project settings must be configured to save the trace.

  6. Provide the project name and any additional information in the project attributes pane.

    Click OK to save the new project

  7. Click OK to finish saving the results.