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?
Solved
How to replicate Make Route Event Layer tool in ArcGIS?
Best answer by xiaomengatsafe
- 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.
- 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.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

