Skip to main content
Question

To and From attributes in Line Feature

  • 18 July 2024
  • 1 reply
  • 18 views

Hi, I'm trying to populate the "To" and "From" attributes in the Line feature. I have points snapped to the line feature, causing the line to split at the point. I need to fill out the "To" and "From" attributes. I tried a certain approach, but it didn't work:

I buffered the point feature and used LineOnAreaOverlayer, and then the Coordinate extractor to find the start and end points of the line.

If there is any other way I can use to accomplish this task, please advise.

Thanks!

1 reply

Userlevel 6
Badge +26

The TopologyBuilder may be the transformer you are looking for.

https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Transformers/Transformers/topologybuilder.htm

 

Or perhaps a SpatialRelator generating a list of intersecting features’ attributes, then you can create attributes from that list.

Reply