Skip to main content
Solved

I am trying to transfer attribute values on rational bases of length.

  • October 29, 2018
  • 1 reply
  • 10 views

Forum|alt.badge.img

I have to two geometry (Polyline), segment lengths are different and spatial aligned. I want to transfer the attribute of 2nd geometry to 1st geometry? Some attributes of the segment are calculated on the bases of length. I only need to transfer attribute which is overlaped by 1st geometry segment.

Best answer by philippeb

If the two segments are overlapping, you could use LineOnLineOverlayer or a NeighborFinder.

In the parameters don't forget to merge the attributes ;)

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.

1 reply

philippeb
Enthusiast
Forum|alt.badge.img+22
  • Enthusiast
  • 328 replies
  • Best Answer
  • October 29, 2018

If the two segments are overlapping, you could use LineOnLineOverlayer or a NeighborFinder.

In the parameters don't forget to merge the attributes ;)