Hi there, is it possible to spatial join features using intersect and specifying a tolerance for the amount of overlap? I have two large polygon featureclasses, and I want to join them using intersect, but to specify a certain overlap tolerance so that if one polygon intersects a feature by only a certain amount, it is not included.
See the diagram attached; in this scenario, the polygon feature in red intersects both polygon A and polygon B. But because the intersection with polygon A is minimal (within some overlap tolerance), I want it to be excluded from a join.
Is this possible?