Skip to main content
Solved

Check displacement between geometries

  • May 11, 2023
  • 3 replies
  • 20 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

 

How can I check if two equal or similar geometries are displacement in some way when they overlap? I don't want to validate when they are not related in any way, but only if they are with some kind of displacement.

 

Thanks

Best answer by virtualcitymatt

Do the features have IDs? If you you can use a CenterPointrRplacer followed by a NeigborFinder to get the direction and offset distance (you can use the ID to group-by in the NeigborFinder

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.

3 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • May 12, 2023

Do the features have IDs? If you you can use a CenterPointrRplacer followed by a NeigborFinder to get the direction and offset distance (you can use the ID to group-by in the NeigborFinder


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • May 12, 2023

I have ID but are differents...Are two dataset with similar features or equals and ID differents between them.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

I have ID but are differents...Are two dataset with similar features or equals and ID differents between them.

ok, depending on the rest of the data the NeighborFinder might still work. You can set it up so there it only matches with the closest feature. I'd give it a go.