Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
region_manager [2011/07/31 19:58] hermann created |
region_manager [2015/10/13 17:34] (current) admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This container creates and manages regions identified by a categorical map, whose classes represent regions. It manages both processes of splitting a map into several maps, each one comprising a region, and the subsequent merging of all regional maps in a mosaic, that is a new map. | + | This container creates and manages regions identified by a categorical map, whose classes represent regions. |
| + | |||
| + | It manages both processes of splitting a map into several maps, each one comprising a region, and the subsequent merging of all regional maps in a mosaic, that is a new map. | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Regions | [[Categorical Map Type|Categorical Map]] | Map of subregions, e.g, countries, states, counties, etc. | | + | | Regions | [[Categorical Map Type]] | Map of subregions, e.g, countries, states, counties, etc. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Region Cell Type | [[Cell Type Type|Cell Type]] | Data cell type for the mask map of a region internally stored. | Unsigned 1 Bit Integer | | + | | Border Cells | [[Non Negative Integer Value Type]] | Number of lines and columns used to create an additional border around each region. | 0 | |
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 23: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | Since a Boolean representation is used as a mask for a region, it is advised to use "Unsigned 1 Bit Integer" as the cell type for the region mask map. | + | When the number of additional border cells is greater than zero, the bounds of each region are increased by "2 * borderCells" lines and columns. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||