This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Extract Map Values

Description

This functor extracts map values and geographic coordinates and stores them in lookup tables.

Inputs

Name Type Description
Map Map The input map.

Optional Inputs

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

Outputs

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.

Group

Notes

Internal Name

ExtractMapValues