Hello ,
i am confused in my workspace .
i would like to extract the coordinates of start point and end point of the lines .
So I used coordinates extractor index 0 , and other coordinates extractor index -1 .
so I got the coordinates .
but how I know , this coordinates belong for which point id ( I mean which side of line is start and which side is -the end ) and depends on what ?
my target to get the coordinates and the relates points id to it .
I would like to get theses attributes
ID line | id point start | coordinates (x)start | coordinates (y) end | id point end |coordinates (x) end |coordinates (y) end
as example .
see picture , I need to extract the coordinates of each line ( start and end ) and know which id of the point that relates to this coordinate
Fme 2021





Additionally, if you would like to make coordinates of all the end nodes of lines exactly match the points, you can use AnchoredSnapper to do that before TopologyBuilder.