Skip to main content
Solved

Why does the Anchorsnapper not snap to all anchor points?

  • September 13, 2017
  • 6 replies
  • 61 views

Forum|alt.badge.img

I have two point featureclasses and want to snap the points from Point_01 to Point_02. Both Featureclasses have 261 points, but after the translation, there is always only 245 snapped points and 16 which are untouched. I have tried many tolerances and snap-to-Vertex as well as snap-to-endpoints, but something is stopping the 16 points from snapping to the next point.

If anyone can shed some light I would be most grateful

Best answer by david_r

Could it be that 16 of the points in "Point_01" already superposes a point in "Point_02"?

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.

6 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • September 13, 2017

If you inspect the untouched points in relation to the anchors, do they fall within the tolerance? Any other odd things?

If you can share your data it would help us find out what's going on.


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • September 13, 2017

Could it be that 16 of the points in "Point_01" already superposes a point in "Point_02"?


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • September 13, 2017

Could it be that 16 of the points in "Point_01" already superposes a point in "Point_02"?

My bet is on this.

 

 


takashi
Celebrity
  • 7843 replies
  • September 13, 2017

Could it be that 16 of the points in "Point_01" already superposes a point in "Point_02"?

It's the most likely situation.

 

 


Forum|alt.badge.img
  • Author
  • 41 replies
  • September 13, 2017

Correct...I did not expect to have points which shared the same coordinate. Thanks


takashi
Celebrity
  • 7843 replies
  • September 13, 2017

Correct...I did not expect to have points which shared the same coordinate. Thanks

FYI. You can simply check if each Untouched point exactly match an anchor point, using the SpatialFilter (Anchor -> Filter, Untouched -> Candidate).