Skip to main content


hello ,

i have detected self intersection with geometry validator 

does it possible to convert the line that detected to straight line ?

 

I do not need the triangle at image (I have detected the issue location with geometry validator ,but how could I remove the part unwanted that occurs it ) .thanks in advance 

Fme 2021

 @gogopotter90 The repaired feature that comes out of the GeometryValidator will be an aggregate of 3 lines.  You could pass that into an AreaBuilder - the Incomplete features will be the lines (not the triangle).  Join those together with a LineCombiner.


Hi @gogopotter90 ,

You can also use a ClosedCurveFilter instead of the AreaBuilder in the proceduer suggested by @DanAtSafe.


Reply