rstMosaicOperatorType Constants

Supported types of raster merging operations.

Constant Value Description
MT_​FIRST 1 Mosaics using the first value.
MT_​LAST 2 Mosaics using the last value.
MT_​MIN 3 Mosaics using the minimum value.
MT_​MAX 4 Mosaics using the maximum value.
MT_​MEAN 5 Mosaics using the mean value.
MT_​BLEND 6 Mosaics using the blend value.
MT_​SUM 7 Mosaics using a sum mosaic operator.
MT_​CUSTOM 64 Mosaics using a custom mosaic operator.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.