Solved
I have set of lines and a set of points. I need to find the point that is nearest to the start of each line segment and the point that is nearest to the end of each line segment. I want an attribute from those points to transfer to the line segment
I have set of lines and a set of points. I need to find the point that is nearest to the start of each line segment and the point that is nearest to the end of each line segment. I want an attribute from those points to transfer to the line segment.
Best answer by arhayes
@Mark Stoakes I'm pretty sure I figured it out. I used Snippers to get the begin (0) vertex and the end (-1) vertex of the line segments. Then I did a NeighborFinder to get the nearest mile marker for each of these vertices. And, finally, I did a PointOnLineOverlayer to get the mile marker attributes back to the original line segments.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.