I have a feature class of topologically correct river features. The line???s are single part features, they have the correct flow direction, and each line end is snapped to its downstream recipiant.
I have created routes using the linear referencing tools. I exported the end nodes, and used the end node and the route to calculate river mile. The trouble is... In about half of the cases the distance along the line is zero because the linear referencing tools are getting a distance from the line that produced the end node. What I want is to get the distance from the downstream intersecting line (which will be greater than zero!). How do I accomplish this?
I have tried using the line work to linear reference using the routes, but this just returns a start distance of zero, and an to distance that is equal to the line distance and not the distance along the line it intersects.
Any help would be appreciated.