Skip to main content
Question

Point On Line Overlayer

  • June 14, 2019
  • 3 replies
  • 47 views

deanhowell
Influencer
Forum|alt.badge.img+24

Hello all,

I have a line dataset that I used the transformer chopper to break it into its start and end points.

I now need to use the id of each of these points to add back onto the lines so I get a toPoint ID and a fromPoint ID on each line.

I have looked at PointOnLineOverlayer but can't see how to add the IDs back to the line.

Any assistance would be very much appreciated once again :)

Regards

Dean

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • June 14, 2019

Under attribute accumulation, choose generate list on output 'line' and select the attribute of the id that you want to transfer to the line. Then you can use the list values to create your fromPointID and toPointID attributes


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • 315 replies
  • June 14, 2019

Under attribute accumulation, choose generate list on output 'line' and select the attribute of the id that you want to transfer to the line. Then you can use the list values to create your fromPointID and toPointID attributes

Thanks @egomm, that is perfect.


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • 315 replies
  • June 17, 2019

Here is the solution that I found that worked for my issue. Thanks @egomm for your assistance.

I needed to remove duplicate points as chopper creates multiple points where lines meet.