rstMosaicOperatorType

Options to specify a mosaic operation for resolving overlapping pixels.

Value

Description

MT_FIRST

Takes the first value of all overlapping pixels.

MT_LAST

Takes the last value of all overlapping pixels.

MT_MIN

Takes the minimum value of all overlapping pixels.

MT_MAX

Takes the maximum value of all overlapping pixels.

MT_MEAN

Takes the mean value of all overlapping pixels.

MT_BLEND

Takes the blended value of all overlapping pixels.

11/8/2016