Maybe I'm just not wording my searches correctly, but I can't seem to find an answer to this. Is there a way to run a simple true/false intersect on an entire FeatureLayer?
Essentially I have a single polygon feature and I want to see if it intersects with a different Feature Layer that has 10's of thousands of features. Is the only way to do this to loop over every feature, checking if each one intersects with my target feature or is there a simpler way?
Thanks!