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
Next revision Both sides next revision
extract_map_values [2011/07/31 15:48]
hermann [Outputs]
extract_map_values [2015/10/13 20:17]
admin
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Map  | [[ Map Type| Map  ​]]  | The input map.   |+| Map  | [[Map Type]] ​ | The input map.   |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Use Map Values As Keys  | [[Bool Type|Bool  ​]]  | If true, the map values are used to identify the cells in the output tables. Each cell value must be unique; otherwise, a unique key will be automatically generated to represent each cell.  | False  |+| Use Map Values As Keys  | [[Boolean Value Type]] ​ | If true, the map values are used to identify the cells in the output tables. Each cell value must be unique; otherwise, a unique key will be automatically generated to represent each cell.  | False  |
  
 ===== Outputs ===== ===== Outputs =====
  
-| Value Table  | [[ Lookup Table Type| Lookup Table  ]]  | The resulting table containing the corresponding values. ​ | +^ Name  Type  ​^ Description ​ ^ 
-Line Table  | [[Lookup ​Table Type|Lookup Table  ​]]  | The resulting table containing the corresponding ​lines (Y coordinates). The upper line uses 1 as the line number. ​ | +Cells  | [[Table Type]] ​ | The resulting table containing the corresponding ​values and coordinates. ​ |
-| Column Table  | [[Lookup Table Type|Lookup Table  ]]  | The resulting table containing the corresponding columns (X coordinates). The leftmost column uses 1 as the column number.  |+
  
 ===== Group ===== ===== Group =====
Line 27: Line 26:
 ===== Notes ===== ===== Notes =====
  
 +The table containing the resulting cells has the following format.
 +
 +^ Column Name  ^ Key or Data?  ^ Column Type  ^ Description ​ ^
 +| "​Id" ​ | Key  | Real  | Unique identifier. If the flag "Use Map Values As Keys" is set, the cell value is used as the unique identifier. ​ |
 +| "​Value" ​ | Data  | Real  | Cell value  |
 +| "​Line" ​ | Data  | Real  | Cell line. The upper line is indexed using 1 as the line number. ​ |
 +| "​Column" ​ | Data  | Real  | Cell column. The leftmost column is indexed using 1 as the column number. ​ |
 ===== Internal Name =====  ===== Internal Name ===== 
  
 ExtractMapValues ExtractMapValues