MosaicOperation

sealed class MosaicOperation

The mosaic operator is used to define how overlapping cells from various rasters in a mosaic dataset will be resolved in the mosaicked image.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

The overlapping areas will be a blend of the cell values that overlap; this blend value relies on an algorithm that is weight based and dependent on the distance from the cells to the edge within the overlapping area. You will want to set Blend when using the MosaicMethod.Seamline.

Link copied to clipboard

The overlapping areas will contain the cells from the first raster dataset listed in the mosaic dataset.

Link copied to clipboard

The overlapping areas will contain the cells from the last raster dataset listed in the mosaic dataset.

Link copied to clipboard

The overlapping areas will contain the maximum cell values from all the overlapping cells.

Link copied to clipboard

The overlapping areas will contain the mean cell values from all the overlapping cells.

Link copied to clipboard

The overlapping areas will contain the minimum cell values from all the overlapping cells.

Link copied to clipboard

The overlapping areas will contain the total sum of the cell values from all the overlapping cells.