Sub-map of raster map

Command line (2)

To perform the sub-map of raster map operation on all raster maps in a map list, type one of the following expressions on the command line of the Main window:

  

OUTMAPLIST

=

MapListApplic(InputMapListName, MapSubMap(##, start row, start col, nr rows, nr cols))

OUTMAPLIST

=

MapListApplic(InputMapListName, MapSubMap(##, start row, start col, nr rows, nr cols, NewGeoref))

OUTMAPLIST

=

MapListApplic(InputMapListName, MapSubMapCorners(##, start row, start col, end row, end col))

OUTMAPLIST

=

MapListApplic(InputMapListName, MapSubMapCorners(##, start row, start col, end row, end col, NewGeoref))

OUTMAPLIST

=

MapListApplic(InputMapListName, MapSubMapCoords(##, start X-coord, start Y-coord, end X-coord, end Y-coord))

OUTMAPLIST

=

MapListApplic(InputMapListName, MapSubMapCoords(##, start X-coord, start Y-coord, end X-coord, end Y-coord, NewGeoref))

where:

OUTMAPLIST

is the name of the output map list map; all output raster maps will be created when the map list is opened, the raster maps will obtain the same name as the map list followed by _1, _2, _3, etc.

MapListApplic

is the command to start an operation on all raster maps in a map list.

InputMapListName

is the name of the input map list which contains all raster maps on which the operation should be performed.

MapSubMap

is the command to start the sub-map of raster map operation, see Sub-map of raster map : command line (1)

MapSubMapCorners

is another command to start the sub-map of raster map operation, see Sub-map of raster map : command line (1)

MapSubMapCoords

is another command to start the sub-map of raster map operation, see Sub-map of raster map : command line (1)

##

is an obligatory parameter in map list expressions; it indicates the individual raster maps in the input map list.

NewGeoref

see Sub-map of raster map : command line (1)

other parameters

see Sub-map of raster map : command line (1)

 

When the definition symbol = is used, a dependent output map list is created. When the map list is opened and thus calculated, the dependent output raster maps will be defined and calculated.

When the assignment symbol := is used, the output raster maps will be defined and calculated, then the dependency links of the output raster maps will be broken.

See also: