This functor extracts map values and geographic coordinates and stores them in lookup tables.
Name | Type | Description |
---|---|---|
Map | Map | The input map. |
Name | Type | Description | Default Value |
---|---|---|---|
Use Map Values As Keys | 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 |
Value Table | Lookup Table | The resulting table containing the corresponding values. |
Line Table | Lookup Table | The resulting table containing the corresponding lines (Y coordinates). The upper line uses 1 as the line number. |
Column Table | Lookup Table | The resulting table containing the corresponding columns (X coordinates). The leftmost column uses 1 as the column number. |
ExtractMapValues