Skip to main content
Solved

how could i remove the unwanted part after detecting the self intersection?


gogopotter90
Contributor
Forum|alt.badge.img+13


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

Best answer by DanAtSafe

 @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.

View original
Did this help you find an answer to your question?

2 replies

DanAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • Best Answer
  • March 1, 2024

 @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.


takashi
Contributor
Forum|alt.badge.img+22
  • Contributor
  • March 2, 2024

Hi @gogopotter90 ,

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


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings