Show / Hide Table of Contents

Enum MosaicOperation

Enumerates mosaic method types.

Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum MosaicOperation
Remarks

The mosaic operator is used to define how overlapping cells from various rasters in a mosaic dataset will be resolved in the mosaicked image. Look at the ArcGIS Pro document: Mosaic dataset properties in the Default Mosaic Operator section for more information.

Fields

Name Description
Blend

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 Seamline.

First

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

Last

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

Max

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

Mean

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

Min

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

Sum

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

See Also
MosaicOperation

Applies to

TargetVersions
.NET Standard 2.0100.10 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.10 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Android100.10 - 100.15
iOS100.10 - 100.15
UWP100.10 - 200.0
In This Article
Back to top Copyright © 2022 Esri.