I'm working on a test setup that compares two polygon data sets with each other. The end result should be a match on geometry within a 10% tolerance (bigger and smaller) and the centerpoint (inside point) should not be more than 2 meters away.
The one on one match with matcher is quite easy and also the test for the 10% tolerance and 2m centerpoint works but i'm getting stuck on the next step. I have one data set that is leading (red is more detailed) and i would like to know if there is a match with the blue set when you combine two or more polygons of the red data set and do the same test (10% and 2m).
Is there a way to loop the results at the end so i can use the output from the unreferenced featurmerger and and match them with mutiple polygons from the attributecreater '3 = no 1on1 match' and do the same tests as before.
If there is a case that there are two or more matches, how can i use the best match in size?
In the end i want to use it on two maps that both have a complete topology.
Some info about the files
Test DWG with some single test case, in the end i want to use it on the two maps that both have a complete topology of an area.
Info added in the comments in this file
A extra case that should give no result (11% bigger) but if it was smaller than 10% the three red tiles would get matched with the ID of upper blue box and the lower three red boxes would get the ID of the lower blue box.