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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.15 |