Skip to main content
Question

LineCombiner causes self-intersections

  • November 7, 2019
  • 1 reply
  • 15 views

Forum|alt.badge.img

I have a set of lines which need to be combined. For that I use the LineCombiner. Some of the resulting lines are self-intersecting. That causes problems later in my workspace. A GeometryValidator can correct self-intersections, but is there a way to prevent self-intersections from occurring?

In the attached file are some lines which result in self-intersections.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • November 7, 2019

Hi @bartjannink,

Setting the Input Feature Topology in the LineJoiner parameters to Vertex Noded will avoid the problem with the self-intersections.

However, the problem is ultimately due to partially duplicate lines in the source data. The LineJoiner works best when the input lines are topologically clean.