Replace relative directions w/ absolute compass directions in Coordinate Priority drop-down

476
1
03-16-2012 03:08 PM
Status: Open
Labels (1)
RobertKlein3
Occasional Contributor III

For the Create Routes geoprocessing tool, why not add a choice to the coordinate priority drop-down to have a priority in the direction of the geometry of the input feature(s)?  Often the input features may already be 'pointing' in the direction the user wants -this would also be convenient if there happened to be line features for the proposed route that increased in opposite directions, although admittedly I can't think of any real-world instance of such a back-and-forth route.

As with many things in geoprocessing, the geometry is already there, waiting to be exploited, so it makes sense that in addtion to the relative direction coordinate priorities there could be an option that pulls directly from the geometry of the input features themselves.

1 Comment
DaveMcPherson
One way of getting around this is to use the TWO_FIELDS option in the Measure Source field of the Create Routes dialog. Add fields CH_From and CH_To to your source feature attribute table, calculate CH_From = 0 (default) and Ch_To = Shape_length * any factor (eg 0.001 for metres to km) and away you go. The 0 point is taken from the digitised start of the polyline.