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

Name Type Description
Cells Table The resulting table containing the corresponding values and coordinates.

Group

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

ExtractMapValues