Skip to main content
Question

How to correct vertex order on a line?

  • May 3, 2019
  • 1 reply
  • 193 views

robertodorazio
Participant
Forum|alt.badge.img

I have lines imported from Autocad to a GIS system, and it seems that the digitazing order of their vertex are not valid for the GIS sytem (e.g. endpoint is on a vertex in the middle of the line).

I was wondering how could i correct this order? My first thought was to use a chopper with 2 vertex and then merge all the segment together (LineCombiner) but maybe a transformer does this in one shot.

Any idea?

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • May 3, 2019

I did a little testing and the combination of SelfIntersector (GeometryValidator in FME 2019) and LineCombiner gives me the right output ( a line that does not intersect).

Hope this helps.