Skip to main content
Solved

copying values (ID) from intersecting line features to point features

  • October 15, 2024
  • 2 replies
  • 24 views

grayson
Contributor
Forum|alt.badge.img+3

Below you can see line and point features. Let's say each line segment has its own unique ID - in the example below, it will be from 1 to 6. I want to copy IDs from lines to poles that they intersect.

According to my example, it would be:

Point A: ID 1, 2, 3, 4
Point B: ID 4, 5, 6

 

I have thousands of lines and points. What’s the best way to do it?

Appreciate any help! 

 

 

Best answer by bwn

Any of these Transformers will build a List of Lines intersecting/nearest to each Point: SpatialRelator (With List Mode for Attribute Results), PointOnLineOverlayer (With List Mode for Attribute Results), NeighborFinder (...List Mode), TopologyBuilder

View original
Did this help you find an answer to your question?

2 replies

bwn
Evangelist
Forum|alt.badge.img+26
  • Evangelist
  • Best Answer
  • October 15, 2024

Any of these Transformers will build a List of Lines intersecting/nearest to each Point: SpatialRelator (With List Mode for Attribute Results), PointOnLineOverlayer (With List Mode for Attribute Results), NeighborFinder (...List Mode), TopologyBuilder


grayson
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • October 16, 2024

Thanks a lot! SpatialRelator worked for me. I’ll give other transformers a try too! 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings