Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
regionalize_map [2016/05/02 18:34]
hermann
regionalize_map [2026/06/29 12:24] (current)
chrystian Add usage examples to functor documentation
Line 10: Line 10:
 | Global Map  | [[Map Type]] ​ | Any map.  | | Global Map  | [[Map Type]] ​ | Any map.  |
 | Region Id  | [[Integer Value Type]] ​ | Region identifier.((Since Dinamica EGO 2.0, this input is no longer optional)) ​ | | Region Id  | [[Integer Value Type]] ​ | Region identifier.((Since Dinamica EGO 2.0, this input is no longer optional)) ​ |
-| Keep Non Region Cells  | [[Boolean Value Type]] ​ | If true, cells from the regional map located outside the region mask are preserved, including the additional border cells. Otherwise, these cells are filled with null values. ​ | 
 | Region Manager ​ | [[Region Manager Type]] ​ | This is internally linked by the [[Region Manager]] container.((Since Dinamica EGO 2.0, this input is no longer optional)) ​ | | Region Manager ​ | [[Region Manager Type]] ​ | This is internally linked by the [[Region Manager]] container.((Since Dinamica EGO 2.0, this input is no longer optional)) ​ |
 +
 +^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
 +| Keep Non Region Cells  | [[Boolean Value Type]] ​ | If true, cells from the regional map located outside the region mask are preserved, including the additional border cells. Otherwise, these cells are filled with null values. ​ | False  |
 +
  
 ===== Outputs ===== ===== Outputs =====
Line 30: Line 33:
 RegionalizeMap RegionalizeMap
  
 +===== Usage examples =====
 +
 +See practical examples of this functor in [[lesson_14|Lesson 14: Using For Each Category and Region Manager]]