Label | Explanation | Data Type |
Input Map | The input map with the layers to iterate. | Map |
Wildcard (Optional) | A combination of * and characters that help to limit the results. The asterisk is the same as saying ALL. If no wildcard is specified, all inputs will be returned. For example, it can be used to restrict Iteration over input names starting with a certain character or word (for example, A* or Ari* or Land* and so on). | String |
Layer Type (Optional) | Specifies the layer type used to filter the layers. If a layer type is not specified, all supported layer types will be iterated. More than one layer type can be used to filter the layers.
| String |
Workspace Type
| Specifies the workspace type used to filter the layers. If a workspace type is not specified, all layers of the supported workspace types will be iterated.
| String |
Feature Type
(Optional) | Specifies the feature type used to filter the layers. If a feature type is not specified, all supported feature types will be iterated.
| String |
Raster Type
(Optional) | The raster format type used to filter the raster layers when the Workspace Type parameter is set to Raster. If a raster type is not specified, all layers of the supported raster types will be iterated. | String |
Visibility
(Optional) | Specifies whether layer visibility is used to filter the layers. If layer visibility is not specified, all layers will be iterated.
| String |
State
(Optional) | Specifies the layer state that will be used to filter the layers. Layers with broken source path layers are returned if the parameter is set to invalid. If a layer state is not specified, all layers will be iterated.
| String |
Recursive (Optional) | Specifies whether the iterator will iterate nested group layers.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Output Layer | The layer from the map based on the parameter filters that have been set. This layer will include any selections or joins already set on the layer. | Any Value |
Name | The name of the layer. | String |
Output Layer Type | The type of layer. | String |
Workspace or Format Type | The workspace type of the layer. | String |