I have a massive road network polyline shapefile. The road segments are severely fragmented. I want to merge these several thousands of fragments into a single long line and then split the resulting line into segments of uniform length, say, one mile.
I approached this problem first by using the merge tool in editor toolbar. It asks me to "choose the feature with which other features will be merged". It seems that I have no control over the list of features from which I have to choose from. I select a feature nonetheless and perform the merge. A single line is then created. The real problem starts while trying to split this newly created line. I use the split tool in the editor toolbar. I specify the length of split and it splits only the feature I selected earlier while merging.
Can anyone suggest a method to solve my problem.