Transform 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

Transforms the measures of events from one route reference to another and writes them to a new event table.

Usage

  • Transforming events allows you to use the events from one route reference with another route reference having different route identifiers and/or measures.

  • Any whole or partial event that intersects a target route is written to the new event table.

  • The best results will be achieved when the source routes and the target routes closely overlay.

    Caution:

    Using a large cluster tolerance to overcome discrepancies between the source and target routes can produce unexpected results.

  • The output event type (Point or Line) must match the input event type.

  • Use the Make Table View tool prior to this tool to effectively reduce the number of events that will be processed.

  • The output table can be displayed in a map using the Make Route Event Layer tool.

Parameters

LabelExplanationData Type
Input Event Table

The input event table.

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
Source Route Features

The input route features.

Feature Layer
Source Route Identifier Field

The field containing values that uniquely identify each input route.

Field
Target Route Features

The route features to which the input events will be transformed.

Feature Layer
Target Route Identifier Field

The field containing values that uniquely identify each target route.

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
Cluster Tolerance

The maximum tolerated distance between the input events and the target routes.

Linear Unit
Include all fields from input
(Optional)

Specifies whether the output event table will contain route location fields plus all the attributes from the input events.

  • Checked—The output event table will contain route location fields plus all the attributes from the input events. This is the default.
  • Unchecked—The output event table will only contain route location fields plus the ObjectID field from the input events.
Boolean

Licensing information

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

Related topics