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
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
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
I have ID but are differents...Are two dataset with similar features or equals and ID differents between them.
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.