Skip to main content
Solved

tabel based measures to ploylines,splines, arcs

  • November 29, 2013
  • 1 reply
  • 15 views

gio
Contributor
Forum|alt.badge.img+15
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)

 

 

 

Best answer by takashi

Hi Gio,

 

 

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

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • November 30, 2013
Hi Gio,

 

 

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

 

Takashi