I have a scenario where there are multiple FeatureLayers with static features lets call them F1,F2,F3, and F4.
I also have a FeatureLayer called DF that has dynamic features (because the user goes out and makes changes depending on landscape).
I am trying to figure out if it is possible to compare all features in DF against all features in F1,F2,F3, and F4 and return set of intersecting features or geometries.
Idea is then to create a FeatureLayer with these intersecting points so that the user can see all the intersecting points.
Any advice as to how to approach this?