Starting points

Starting points are used to define the location in the network where a trace will begin. All trace operations in the trace network require that one or more starting points be defined. Starting points can be created through the Trace Locations pane or by specifying a user-defined feature class for the Starting Points parameter of the Trace tool.

When you use the Trace Locations pane, starting points are created and managed on the Starting Points tab. This tab can be accessed from the Tools group of the Trace Network ribbon. In the pane, you can set multiple starting points, specify point, and line features, differentiate between coincident features, and add selected features on the map to act as a starting point.

Only network features can be selected as starting points when using the Trace Locations pane. When a network feature is selected or added to the pane from a selection set, the following are true:

  • A coincident point is created to denote a starting point for the trace.
  • When working with lines, a starting point can be placed anywhere along the edge.

When a starting point is established using the Trace Locations pane, a feature class named TN_Temp_Starting_Points is created in the project's default geodatabase. Successive starting points are appended to this class. To remove all starting points from a map, click the Clear All button Clear.

When a user-defined feature class is used to supply starting points for the Trace tool, the following should be taken into consideration:

  • The TN_Temp_Starting_Points feature class is not used with this method.
  • Selection sets on the input feature class are not honored.
  • For polygon features, starting points are placed along the boundary where network features intersect the polygon geometry.
  • When working with an enterprise geodatabase, the following are requirements:
    • The schema of the user-defined feature class must contain a FEATUREGLOBALID field of type guid.
      • The FEATUREGLOBALID field must contain a Global ID from a corresponding network feature to be used as a starting point.
      • Features without a corresponding value are not used to place a starting point. This option can be used to provide granularity over which features act as starting points in a feature class.
  • When working with a single-user geodatabase, the following are requirements:
    • The FEATUREGLOBALID field is not required. When absent, the geometry of the input feature class is used to intersect the network feature's geometry and place starting points.
    • When the FEATUREGLOBALID field is present, it must contain a Global ID from a corresponding network feature to be used as a starting point.

Note:

By default, trace results are returned as a selection and include the entire edge feature. When a starting point is placed midspan on an edge, the PERCENTALONG field is used to denote its location along the edge. The Result Types option Aggregate Geometry can be specified to return partial feature results in an output multipart geometry feature class.