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 [2015/10/13 01:43]
admin
regionalize_map [2026/06/29 12:24] (current)
chrystian Add usage examples to functor documentation
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^+^ Name  ^ Type  ^ Description ​ ^
 | Global Map  | [[Map Type]] ​ | Any map.  | | Global Map  | [[Map Type]] ​ | Any map.  |
-| Region Id  | [[Integer Value Type]] ​ | Region ​Id.((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)) ​ |
 | 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 29: Line 33:
 RegionalizeMap RegionalizeMap
  
 +===== Usage examples =====
 +
 +See practical examples of this functor in [[lesson_14|Lesson 14: Using For Each Category and Region Manager]]