Skip to main content

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.

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

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


Reply