For Each Region
Description
This container creates and manages the regions identified by a categorical map, and executes the functors it contains once for each region. Each execution is called a step. While a step runs, the container makes the region manager available to its contents through the internal output port Region Manager, and the identifier of the region currently being processed through the internal output port Step.
| Name | Type | Description |
| Regions | Categorical Map Type | Map of subregions, such as countries, states, or counties. The cells that make up a region do not need to be contiguous. |
| Name | Type | Default | Description |
| Border Cells | Non Negative Integer Value Type | 0 | Number of lines and columns added as an extra border around each region in its regional maps. |
| Sequence Input | None Type | None | Ensures that the functor connected to this port finishes executing before this container starts. |
Outputs
| Name | Type | Description |
| Sequence Output | None Type | Connect this port to another container's Sequence Input to make this container finish executing before that other container starts. |
Internal Outputs
| Name | Type | Description |
| Region Manager | Region Manager Type | The region manager holding the regions being iterated. |
| Step | Integer Value Type | Identifier of the region currently being processed. |
Group
Notes
Internal Name