Skip to main content

FME 2020: How to join the none intersecting lines?

 

In the screenshot below, I wanted first to break at intersection and then to join the none intersecting lines. How this can be performed in FME to end up with 4 lines?

 

Clip_1075 

Clip_1076 

 

 

After the intersector you can use a LineCombiner with the junctions set to ignore attribute values.


Thank you jdh for the help. Right, the intersector can break all the lines and the inecombiner can join lines at vertices

Clip_1159Clip_1158Clip_1160 

Clip_1161 

Clip_1162 

 

 


Reply