Is it possible to find out thetopological relationship between the polygons from one layer compared to other ones?
Basically, the outcone should be: Polygon X intersects Polygon a, Polygon X contains Polygon b,c,d and so on.
(params DISJOINT, TOUCH, OVERLAP-DISJOINT, OVERLAP-INTERSECT, EQUAL, CONTAINS and so on). I am not sure which tool I should use.
Thank you,