Hey all,
I am pretty new to Model Builder, and a question pertaining to selecting polygons based on points.
I have a large number of Layers each containing points of interest. I also have 1 layer which holds all of my polygons. I need to use the points from each layer to select the polygons and save that selection of polygons. The new layer containing the selected polygons should retain the name of the Point layer that was used to select it. and I need it to iterate through each of the point layers selecting and saving a different set of polygons.
So far I have not been able to really eve start tis project since I cant seem to find an iterator that will let me limit what point layers I want it to iterate through. The ones that look most promising seem to want me to set the entire GDB as the source, which would be fine if I didn't also have data I don't want it to iterate through.
Can anyone show me a screen shout of how I should begin to set this project up by any chance? Thanks in advance.