====== Region Manager ====== ===== 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. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Regions | [[Categorical Map Type]] | Map of subregions, e.g, countries, states, counties, etc. | ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Border Cells | [[Non Negative Integer Value Type]] | Number of lines and columns used to create an additional border around each region. | 0 | ===== Group ===== [[Functor List#Region | Region]] ===== Notes ===== 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 ===== RegionManager