Question

how to control the translation of each layers in workbench?


Badge +5

Hi all,

I have doubt or I wish to know that, can we control the sequence of translation of each layers one by one (here I used .dwg file) like conditions in normal programming languages .

suppose if FAT boundary layer complete, then I want to start manhole next to it.

is there any options for that ?

 

imageRegards,

saravanakumar


2 replies

Userlevel 5
Badge +25

If they're in separate readers you can control the order by changing their order in the Navigator panel. If they're in the same reader FME will generally read them in the order in which they are in the original dataset. However, with databases you have the option to do a SQL query beforehand (or use a SQLCreator) to order the data.

Badge +5

If they're in separate readers you can control the order by changing their order in the Navigator panel. If they're in the same reader FME will generally read them in the order in which they are in the original dataset. However, with databases you have the option to do a SQL query beforehand (or use a SQLCreator) to order the data.

thank you @Hans van der Maarel​ ,

yes I added all them by single reader and I will try with SQLCreator

 

Regards,

saravanakumar

Reply