<\/SPAN><\/P>Daniel T. Brenner<\/SPAN><\/P>RESEARCH ANALYST I (GEOGRAPHIC INFORMATION SYSTEMS)<\/SPAN><\/P>DIVISION OF RESEARCH, INNOVATION, and SYSTEM INFORMATION <\/SPAN><\/P>Highway System Information and Performance<\/SPAN><\/P>1120 N Street MS 38<\/SPAN><\/P>Sacramento, CA 95814<\/SPAN><\/P>(916) 657-4277<\/SPAN><\/A><\/P>(510) 593-7547<\/SPAN><\/A> celular<\/SPAN><\/P>daniel.brenner@dot.ca.gov<\/SPAN><\/A><\/P> <\/SPAN><\/P>Considera lo no considerado. <\/SPAN><\/P>La certeza no es algo seguro!<\/SPAN><\/P><\/DIV><\/DIV><\/BODY><\/HTML>
Richard,
Thanks for all of this. I will work with it when I am in the office on
Thursdsy, but I will say that I did use the Make Routes tool in LR but I
didn't get any Measure values for some reason (just ID fields)???
If there is a better term other than Aggregation for adding measure values
for a poly line with multiple segments together into one measure, please
enlighten me??
Will resoon better on Thursday.
Thank you for your time and effort.
Daniel Brenner
Have you ever used the Create Routes tool to aggregate your segments? This tool not only joins segments together, it adds measure (M) coordinate values (M is store the same way that X, Y or Z coordinates are stored) to create M-Aware polylines based on several methods (frequently using line length). If you don't have a set of M-Aware Route polylines you cannot use Linear Referencing tools like Locate Features along Routes.
It is unclear what you mean by Aggregating lines. Aggregating lines using tools like Dissolve that do not add M coordinates to polylines is not linear referencing. Nor is just by assigning many lines a common value, but leaving them as separate lines.
Each coordinate of the polyline is assigned a measure or M value. In the simplest case, if you had a two point line with a starting coordinate with a measure of 0 and and ending coordinate with a measure of 8, if you split that line, the coordinate created at the split will interpolate the distance of that point between 0 and 8. So if the split was at measure position 6, the line with a starting measure of 0 would now end at 6, and the line with an ending measure of 8 would now start at 6.
I gave you the Python calculation to get these coordinates into a From and To field already, if your lines are M-Aware Routes. Read more on Linear Referencing if you still do not understand what an M-Aware Route is, since they are the foundation of LR.
I'm not sure what you mean by M aware routes but for now maybe you can
answer this:
For example:
I have 2 segments. The first one measures are 0 to 4, the second one is 4
to 8. The point of where the line intersects the polygon is at 6.
If the line is aggregated ( where the wouldn't be two segments and the
values would be 0 to x or in this case 8), would the intersecting point
still be 6 or would it be...?
The other question I have would be how to show the point of intersection as
having the From and To fields with values of From = 0 and To = 6 and From =
6 and To = 8?
I'm out today and Wednesday but will get back to you soon.
Are the lines that you split your M-Aware Routes? If they are, then the split lines contain the measures at each line end that you are looking for. In that case you just need to do a Python calculation on each line to get the From field using !Shape.FirstPoint.M! and to get the To field using !Shape.LastPoint.M!.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.