I am trying to create a boundary from contour data to define three different areas. I split the areas using test filter and tried AreaBuilder. It created polygons for closed lines. But It doesn't create outline boundary.
Page 1 / 1
The HullAccumulator transformer should be able to achieve this. I find starting with a blank Alpha value is useful because FME will try to pick the best one for you automatically (Alpha dictates how geometry connectivity is calculated). However, in this case, it produces some artifacts. An Alpha of 1000 might be more useful, but it does depend on the desired result.