Overlay Route Events (Linear Referencing Tools)
Summary
Overlays two event tables to create an output event table that represents the union or intersection of the input.
Usage
Line-on-line, line-on-point, point-on-line, and point-on-point event overlays can be performed.
The input and overlay events should be based on the same route reference.
The input tables can be any type of table that ArcGIS supports. The output table can be a
.dbffile or a geodatabase table.The Output Event Table parameter value can be displayed in a map using the Make Route Event Layer tool.
If both the input and overlay event properties are type Point, the output event properties must also be defined as type Point.
If both the input and overlay event properties are type Line, the output event properties must also be defined as type Line.
If either the input or overlay event properties are type Point, the output event properties must be defined as type Point when the Type of Overlay parameter value is Intersect. The output event properties must be defined as type Line when the Type of Overlay parameter value is Union.
If both the input and overlay event properties are type Point, only the points that have the exact same measure value are considered to intersect. There is no search tolerance.
An attribute index on the route identifier field speeds up the dynamic segmentation process. If you will be using the Output Event Table parameter value for dynamic segmentation, it is recommended that you create an attribute index.
Use the Make Table View tool before running this tool to reduce the number of events that will be processed.
If either the input or overlay events do not have an
ObjectIDfield, use the Make Query Table tool before running this tool to add a virtualObjectIDfield.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Event Table |
The input event table. |
Table View |
|
Input Event Table Properties |
The route location fields and the type of events in the input event table.
|
Route Measure Event Properties |
|
Overlay Event Table |
The overlay event table. |
Table View |
|
Overlay Event Table Properties |
The route location fields and the type of events in the overlay event table. Route Identifier Field—The field containing values that indicate which route each event is along. This field can be a numeric, text, or GUID field. Event Type—The type of events in the overlay event table (Point or Line).
From-Measure Field—A field containing from-measure values. This field must be numeric and is required when the event type is Point or Line. When Event Type is Point, the label for this parameter becomes Measure Field. To-Measure Field—A field containing to-measure values. This field must be numeric and is required when the event type is Line. |
Route Measure Event Properties |
|
Type of Overlay |
Specifies the type of overlay that will be performed.
|
String |
|
Output Event Table |
The table that will be created. |
Table |
|
Output Event Table Properties |
The route location fields and the type of events that will be written to the output event table.
|
Route Measure Event Properties |
|
Keep zero length line events (Optional) |
Specifies whether zero-length line events will be added to the Output Event Table parameter value. This parameter is only valid when the output event type is Line.
|
Boolean |
|
Include all fields from input (Optional) |
Specifies whether all the fields from the input and overlay event tables will be included in the Output Event Table parameter value.
|
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 parameter value.
|
Boolean |
Environments
Current Workspace, Output CONFIG Keyword, Scratch Workspace
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes