Available with Location Referencing license.
Characteristics of a route can be represented as a point event offset from a location such as an intersection. When using this method to locate an event's measures, the referent offset data is stored as routes and measures.
In the example below, a point event's measure is established using the location offset method. The route has start and end measure values of 0 and 10 miles, respectively. Event1 is located 2 miles from the intersection on the left and 8 miles from the intersection on the right.
Since the direction of calibration of the route is from left to right, the offset distance is calculated in the reverse direction (from right to left) and the offset distance in the second case is shown as a negative number.
Add a point event by location offset
To add a point event by location offset, complete the following steps:
- Open the map in ArcGIS Pro and zoom to the location where you want to add the point event.
- On the Location Referencing tab, in the Events group, click Add > Point Event .
The Add Point Event pane appears. The Method drop-down list is populated with the Route and Measure value by default.
- Click the Method drop-down arrow and choose Location Offset.
- Click Next.
The Event Layer drop-down list, the Network drop-down list, and the Location Offset section appear in the pane.
- Click the Event Layer drop-down arrow and choose the event layer where the event will be created.
The parent LRS Network is populated based on the Event Layer value.
- Click the Location drop-down arrow and choose the intersection layer name.
All the intersection layers that are published with the map service and are registered with the parent LRS Network are listed.
- Specify the intersection name by doing one of the following:
- Type the intersection name in the Name text box.
- Click Choose location from map and click the intersection feature on the map to populate the Name text box.
- Optionally, provide the Offset value for the location by doing one of the following:
- Click the Offset drop-down arrow to choose the offset direction, type a measure value, and choose the units.
- Type the measure value and choose the units.
- Click Choose offset from map and click a location along the route on the map.
A green dot appears at the offset location along the route on the map. This is the location of the measure value for the event.
- Specify the date that defines the start date of the event by doing one of the following:
- Type the start date in the Start Date text box.
- Click Calendar and choose the start date.
- Check the Route start date check box to use the route start date.
The start date default value is today's date, but you can choose a different date.
- Specify the date that defines the end date of the event by doing one of the following:
- Type the end date in the End Date text box.
- Click the End Date drop-down arrow and choose the end date.
- Check the Route end date check box.
The end date is optional. If no end date is provided, the events remain valid from the event start date and into the future.
- Click Next.
Attributes for the chosen event layer appear under Manage Attributes.
- Provide attribute information for the events in the attribute set.
Note:
Click Copy attribute values by selecting event on the map and click an existing point event belonging to the same event layer on the map to copy event attributes from that event.
- Click Run.
A confirmation message appears once the newly added point event is created. The new point is created and appears on the map.
Add multiple point events by location offset
To add multiple point events by location offset, complete the following steps:
- Open the map in ArcGIS Pro and zoom to the location where you want to add the point events.
- On the Location Referencing tab, in the Events group, click Add > Multiple Point Events .
The Add Multiple Point Events pane appears. The Method drop-down list is populated with the Route and Measure value by default.
- Click the Method drop-down arrow and choose Location Offset.
- Click Next.
The Network drop-down list and the Location Offset options appear in the pane.
- Click the Network drop-down arrow and choose the parent LRS Network of the intersection layer to use as the location offset.
- Click the Location drop-down arrow and choose the intersection layer name.
All the intersection layers that are published with the map service and are registered with the parent LRS Network are listed.
- Specify the intersection name by doing one of the following.
- Type the intersection name in the Name text box.
- Click Choose location from map and click the intersection feature on the map to populate the Name text box.
- Specify the Offset value for the location by doing one of the following:
- Click the Offset drop-down arrow to choose the offset direction, type the measure value, and choose the units.
- Type the measure value and choose the units.
- Click Choose offset from map and click a location along the route on the map.
A green dot appears at the offset location along the route on the map. This is the location of the measure value for the event.
- Specify the date that defines the start date of the events by doing one of the following:
- Type the start date in the Start Date text box.
- Click Calendar and choose the start date.
- Check the Route start date check box to use the route start date.
Note:
The start date default value is today's date, but you can choose a different date.
- Optionally, specify the date that defines the end date of the events by doing one of the following:
- Type the end date in the End Date text box.
- Click Calendar and choose the end date.
- Check the Route end date check box to use the route end date.
The end date is optional. If no end date is provided, the event remains valid from the event start date and into the future.
- Click Next.
Manage Attributes appears.
The Attribute Set drop-down list includes other attribute sets if configured for the parent LRS Network.
- Optionally, choose an attribute from the Attribute Set drop-down list.
- Provide attribute information for the events in the attribute set.
Note:
Click the Copy attribute values by selecting event on the map button and click an existing point event belonging to the same event layer on the map to copy event attributes from that event.
- Click Run.
A confirmation message appears once the newly added point events are created. The new points are created and appear on the map.
Referent offset when using the location offset method
The Pipeline Referencing events data model supports the configuration of referent fields and their enablement using the Enable Referent Fields tool. Once referent fields are configured and enabled in a layer, referent locations are populated and persisted in that layer when events are added or edited.
When point events are created using the location offset method in a referent-enabled layer, the intersection layer's name is used as the RefMethod value, and the intersection ID is used as the RefLocation value.
If the measure of a point event is updated, the RefOffset value updates to reflect the new value.
The examples below demonstrate the impact of adding point event records to a layer that has referent values enabled.
Before adding a point event with referents
In the following diagram, Route1 has measures from 0 to 10 and no associated event:
The following table provides details about the route:
Route ID | From Date | To Date |
---|---|---|
Route1 | 1/1/2000 | <Null> |
The following table provides details about the event referent fields before event creation:
RefMethod | RefLocation | RefOffset |
---|---|---|
<Null> | <Null> | <Null> |
After adding a point event with referents
In the following diagram, a point event that has referents has been added at measure 7:
The following table provides details about the referent-enabled fields after event creation:
RefMethod | RefLocation | RefOffset |
---|---|---|
IntersectionLayer | Intersection1 | 3 |
The following table provides details about the default event attributes after event creation:
Event ID | Route ID | From Date | To Date | Measure |
---|---|---|---|---|
Event1 | Route1 | 1/1/2000 | <Null> | 6 |
You can edit the event using the attribute table so that it uses referents other than the default . If subsequent route edits are made, the RefMethod and RefLocation values revert to the parent LRS Network, and the RefMethod and RefLocation values revert to the route.
Before adding multiple point events with referents
The following diagram shows Route1 before events are created:
The following table provides details about the route:
Route ID | From Date | To Date |
---|---|---|
Route1 | 1/1/2000 | <Null> |
The following table provides details about the event referent fields before event creation:
From Measure | FromRefOffset | To Measure | To Ref Offset |
---|---|---|---|
<Null> | <Null> | <Null> | <Null> |
After adding multiple point events with referents
The following diagram shows multiple point events that have been added to point event layers that have referents enabled:
The following table provides details about the event referent fields after event creation:
RefMethod | RefLocation | RefOffset |
---|---|---|
IntersectionLayer | Intersection1 | 3 |
The following table provides details about the default event fields after event creation:
Anomaly
Event ID | From Date | To Date | Route ID | Measure |
---|---|---|---|---|
Event1 | 1/1/2000 | <Null> | Route1 | 6 |
DocumentPoint
Event ID | From Date | To Date | Route ID | Measure |
---|---|---|---|---|
Event1 | 1/1/2000 | <Null> | Route1 | 6 |
Elevation
Event ID | From Date | To Date | Route ID | Measure |
---|---|---|---|---|
Event1 | 1/1/2000 | <Null> | Route1 | 6 |
You can edit the event using the attribute table so that it uses referents other than the default . If subsequent route edits are made, the RefMethod and RefLocation values revert to the parent LRS Network, and the RefMethod and RefLocation values revert to the route.