Skip to main content
No realy a question, just a post.

 

 

Someone asked this, but cant find the post. Question was how to put nodes on (arbitrary distances along a polyline). I think it was for a eventroute. 

 

DH Meterage   1 15   2 10   3 5   1 20   1 34   2 9   2 25   2 16   3 12   3 22  

 

DH was the id of the polylines.

 

 

I solved this in following manner.

 

 

1. build a list on the tabel, group by DH.

 

2. merge polylines with the  table with the list, merge on  DH.

 

4. explode the list.  This will result in 10 features (number of meterage's) in this case.

 

5. sorter on DH

 

6. snipper with start = end = meterage.

 

 

..u might want to add a test to assure the snipper wont go out of bounds.

 

 

(FME 2012)

 

 

 

Hi Gio,

 

 

Thanks for sharing your solution. Interesting subject. I tried an approach different just a little from yours (FME 2013 SP4).

 

Takashi

Reply