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
calculate_categorical_map [2013/08/13 20:07]
admin
calculate_categorical_map [2022/08/19 23:48] (current)
admin [Notes]
Line 8: Line 8:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Expression ​ | [[Image Expression Type|Image Expression]]  | Algebraic or logical expression used to calculate the output map.  |+| Expression ​ | [[Image Expression Type]] ​ | Algebraic or logical expression used to calculate the output map.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^ ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
-| Cell Type  | [[Cell Type Type|Cell ​Type]] ​ | Data cell type  | Signed 32 Bit Integer ​ | +| Cell Type  | [[Cell Type Type]] ​ | Data cell type  | Signed 32 Bit Integer ​ | 
-| Null Value  | [[Null Value Type|Null Value]]  | Null value  | Default((Based on the value of the Cell Type input.)) ​ | +| Null Value  | [[Null Value Type]] ​ | Null value  | Default((Based on the value of the Cell Type input.)) ​ | 
-| Result Is Sparse ​ | [[Bool Type| Bool]]  | If true, the resulting map is created as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, but they have diminished access time.  | False  | +| Result Is Sparse ​ | [[Boolean Value Type]] ​ | If true, the resulting map is created as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, but they have diminished access time.  | False  | 
-| Result Format ​ | [[Map Type| Map]]  | Map representing the output format. Any category information presents in the given map is not used as part of the map format. ​ | None  |+| Result Format ​ | [[Map Type]] ​ | Map representing the output format. Any category information presents in the given map is not used as part of the map format. ​ | None  | 
 ===== Outputs ===== ===== Outputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Result ​ | [[Categorical Map Type|Categorical Map]]  | Output map of classes or categories ​ |+| Result ​ | [[Categorical Map Type]] ​ | Output map of classes or categories ​ |
  
 ===== Group ===== ===== Group =====
Line 57: Line 58:
  
 The maps used by the "​Calculate Categorical Map" must be provided by a corresponding [[Number Map]], the tables must be provided by a corresponding [[Number Table]] and the values must be provided by a corresponding [[Number Value]]. The maps used by the "​Calculate Categorical Map" must be provided by a corresponding [[Number Map]], the tables must be provided by a corresponding [[Number Table]] and the values must be provided by a corresponding [[Number Value]].
 +
 +For additional information about how the null values are handled during image and value calculation,​ see [[Image Expression Null Value Handling|this reference]].
    
 ===== Internal Name ===== ===== Internal Name =====
  
 CalculateCategoricalMap CalculateCategoricalMap