Find All Intersectsfeature.findall.intersectsInput:objects – Featureother – FeatureOutput:objects_out – Featureother_out – FeatureFinds all pairs of objects that intersect between the two datasets (full join).Returns two synchronized lists: objects_out and other_out containing all intersecting pairs.