Skip to main content
Question

Remove points on lines

  • December 7, 2017
  • 2 replies
  • 107 views

Forum|alt.badge.img

Hi there,

I have some geometry correction problem..maybe you have some idea to help...

I have two polygon layers (blue and red). The blue layer (in this example a poylgon with 4 vertices) is the reference layer and is not allowed to be changed. The red layer (a polygon with 6 vertices) has been digitized on top of the blue layer, the vertices of the red layer have been snapped to the blue one. Unfortunately there have been added some additional unneccesary vertices in the red layer. Hmmm, how can I remove those vertices if there are within a certain distance of the underlying segment?

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.

2 replies

david_r
Celebrity
  • 8394 replies
  • December 7, 2017

You could use an AnchoredSnaper (underlying polygon is the anchor) set to "Segment snapping", then use a Generalizer to get rid of the unnecessary vertices.


Forum|alt.badge.img+1
  • 59 replies
  • December 7, 2017

@stefangiese - suggest you try the 'Thin' algorithm in the generalizer,.. from the help: "The Thin algorithm will remove vertices that are less than the Generalization Tolerance distance away from an adjacent vertex. "