Skip to main content
Solved

How to replicate Make Route Event Layer tool in ArcGIS?

  • September 22, 2016
  • 1 reply
  • 151 views

fmelizard
Safer
Forum|alt.badge.img+18

The scenario is as follows: We have linear features representing routes, and a table where each row contains route id attribute, as well as start and end measures of each event. We want to use the start and end measurements to locate segments of along the routes. How do I do this?

Best answer by xiaomengatsafe

  1. Use a FeatureMerger to merge the routes to the table: Table as requestor, Routes as supplier. Join on the route ID field (if applicable), Set Feature Merge Type to Geometry. This merges the measures with the route geometry, and the routes are duplicated for each row of measures, which facilitate the next step.
  2. Use a Snipper to snip the route (Merged port) by the start and end measure attribute. Since routes are duplicated in the step above, each duplication will be snipped into a segment corresponding to one of the rows in the table.
View original
Did this help you find an answer to your question?

1 reply

xiaomengatsafe
Safer
Forum|alt.badge.img+3
  • Safer
  • Best Answer
  • September 22, 2016
  1. Use a FeatureMerger to merge the routes to the table: Table as requestor, Routes as supplier. Join on the route ID field (if applicable), Set Feature Merge Type to Geometry. This merges the measures with the route geometry, and the routes are duplicated for each row of measures, which facilitate the next step.
  2. Use a Snipper to snip the route (Merged port) by the start and end measure attribute. Since routes are duplicated in the step above, each duplication will be snipped into a segment corresponding to one of the rows in the table.

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings