This is an old revision of the document!


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

Set Map Values

Description

This functor creates a map from table values.

Inputs

Name Type Description
Value Table Lookup Table Input table containing the cell values. The table keys represent the cell identifier.
Line Table Lookup Table Input table containing the lines (Y coordinates). The table keys represent the cell identifier. The map upper line uses 1 as the line number.
Column Table Lookup Table Input table containing the columns (X coordinates). The table keys represent the cell identifier. The map leftmost column uses 1 as the column number.
Map Format Map Map used to define the output format.
Cell Type Cell Type Data cell type.
Null Value Null Value Null Value.

Optional Inputs

Name Type Description Default Value
Result Is Sparse Int If true, this flag forces the output map to be created as a sparse raster set. Sparse raster set stores only non-null value cells, minimizing storage memory, yet increasing access time. False

Outputs

Name Type Description
Map Map The output map.

Group

Notes

Internal Name

SetMapValues