Attribute map of raster map

Command line

The Attribute map of raster map operation can be directly executed by typing one of the following expressions on the command line of the Main window:

  

OUTMAP

=

MapAttribute(InputMapName, ColumnName)

OUTMAP

=

MapAttribute(InputMapName, TableName.ColumnName)

OUTMAP

=

InputMapName.ColumnName

where:

OUTMAP

is the name of your output raster map.

MapAttribute

is the command to start the creation of an attribute map of a raster map.

InputMapName

is the name of your input raster map. For the first and third expression, the attribute table needs to be linked to the input map or its domain.

TableName

is the name of an attribute table. The attribute table should use the same domain as the input map.

ColumnName

is the name of an attribute column in the attribute table.

When the definition symbol = is used, a dependent output map is created; when the assignment symbol := is used, the dependency link is immediately broken after the output map has been calculated.

See also: