Select to view content in your preferred language

Clip a route by distance

914
1
07-18-2012 09:25 AM
LiZhang
Emerging Contributor
I have some routes generated from network analyst and basically I need to clip a portion of them according to the distance from the route starting point.

For example, a route is 60 mile long and I need to clip out the portion from 40 mile to 55 mile.

Can anyone help me on this?

Thanks,

Li
Tags (2)
0 Kudos
1 Reply
JonathanQuinn
Esri Notable Contributor
You can look into Linear Referencing:

1)  Create an m-enabled feature class and import your line data into it.
2)  Use the Create Routes tool to assign the m-values for the routes, (m-values are the measurements from the beginning vertex for each route in a line feature class to each consecutive vertex).
3)  Create an event table of the segments you want to extract:

Ex.
[ATTACH=CONFIG]16204[/ATTACH]

4)  Then, use the Display Route Events tool to create line segments based on your input event table.  The output will be a feature layer, which you can export to a shapefile or feature class.
0 Kudos