Hi,
I have two data sources with polygons. I need to match every single polygon from first dataset to every single polygon in second dataset. Output should be any pair that have their two polygons intersect.
I've tried to utilize SpatialFilter, but that doesn't do what I want. It only matche some polygons to each other.
I've had a look at SpatialRelator, but it still has assymetric inputs (Requestor, Supplier), so I think it'll work as SpatialFilter. Besides it requires some attribute condition which I can't meet.
What is the best way to make this M-by-N "spatial cross/outer join" ?
Cheers
Lars I.