Select to view content in your preferred language

Iteration using ModelBuilder

3368
3
11-17-2015 11:49 AM
FelekeAsrat
Deactivated User

I just want to select a tool that will go through all the counties in the dataset and clip one of three available feature layers(water bodies, stream or city limits).  Finally, the tool will create output that uses variable substitution to name the final output.  Plus, I want to use preconditions.  How do I design the model using ModelBuilder?Darren Wiens

0 Kudos
3 Replies
DarrenWiens2
MVP Alum

I don't use Model Builder much, but I'd look into Iterate Feature Selection.

0 Kudos
ChrisDonohue__GISP
MVP Alum

Here's some pieces of the puzzle:

To loop through the data, use an iterator

ArcGIS Desktop

In-line Variable Substitution:

ArcGIS Help 10.1

Chris Donohue, GISP

0 Kudos
FreddieGibson
Honored Contributor

Have you tried creating a model without the iterator logic? If you were to show a screenshot of a working model without the Iterator or provide a detailed descriptions of the tools you're using to manually accomplish this workflow we'd be better able to assist you with question.