Dissolve Route Events (Linear Referencing)

This ArcGIS 2.8 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Removes redundant information from event tables or separates event tables having more than one descriptive attribute into individual tables.

Usage

  • The input table can be any type of table that ArcGIS supports. The output table can be a dBASE file or a geodatabase table.

  • If the input events do not have an ObjectID field, use Make Query Table prior to using this tool to add a virtual ObjectID field.

  • An attribute index on the route identifier field speeds up the dynamic segmentation process. If you will be using the Output Event Table for dynamic segmentation, it is recommended that you choose to have an attribute index created.

Parameters

LabelExplanationData Type
Input Event Table

The table whose rows will be aggregated.

Table View
Event Table Properties

Parameter consisting of the route location fields and the type of events in the input event table.

  • Route Identifier Field—The field containing values that indicate the route on which each event is located. This field can be numeric or character.
  • Event Type—The type of events in the input event table (POINT or LINE).
    • POINT—Point events occur at a precise location along a route. Only a from-measure field must be specified.
    • LINE—Line events define a portion of a route. Both from- and to-measure fields must be specified.
  • From-Measure Field—A field containing measure values. This field must be numeric and is required when the event type is POINT or LINE. Note when the Event Type is POINT, the label for this parameter becomes Measure Field.
  • To-Measure Field—A field containing measure values. This field must be numeric and is required when the event type is LINE.
Route Measure Event Properties
Dissolve Fields

The field(s) used to aggregate rows.

Field
Output Event Table

The table to be created.

Table
Output Event Table Properties

Parameter consisting of the route location fields and the type of events that will be written to the output event table.

  • Route Identifier Field—The field that will contain values that indicate the route on which each event is located.
  • Event Type—The type of events the output event table will contain (POINT or LINE).
    • POINT—Point events occur at a precise location along a route. Only a single measure field must be specified.
    • LINE—Line events define a portion of a route. Both from- and to-measure fields must be specified.
  • From-Measure Field—A field that will contain measure values. Required when the event type is POINT or LINE. Note when the Event Type is POINT, the label for this parameter becomes Measure Field.
  • To-Measure Field—A field that will contain measure values. Required when the event type is LINE.
Route Measure Event Properties
Combine adjacent events only
(Optional)

Specifies whether the input events will be concatenated or dissolved.

  • Unchecked—Events will be aggregated wherever there is measure overlap. This is the default.
  • Checked—Events will be aggregated where the to-measure of one event matches the from-measure of the next event. This option is applicable only for line events.
Boolean
Build index
(Optional)

Specifies whether an attribute index will be created for the route identifier field that is written to the output event table.

  • Checked—Creates an attribute index. This is the default.
  • Unchecked—Does not create an attribute index.
Boolean

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics