Enum MosaicMethod
Enumerates mosaic method types.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum MosaicMethod
Remarks
A mosaic method specifies how multiple rasters in a MosaicDatasetRaster are sorted.
An ImageServiceRaster may not support every mosaic method. Check the service's metadata for 'Allowed Mosaic Methods' to see which methods are supported. Mosaic methods that are 'view-dependent' order rasters based on where the camera is located while 'view-independent' order rasters the same regardless of where the camera is located. See the document: Understanding the mosaicking rules for a mosaic dataset.
Fields
Name | Description |
---|---|
Attribute | Orders rasters based on the absolute distance between their values of an attribute and a base value. Only numeric or date fields are applicable. The attribute is specified by SortField and the value is specified by SortValue. Mosaic results are view-independent. |
Center | Orders rasters based on the distance between each raster's center and the view center. Mosaic results are view-dependent. |
LockRaster | Displays only the selected rasters specified in LockRasterIds. Mosaic results are view-independent. |
Nadir | Orders rasters based on the distance between each raster's nadir position and view center. Mosaic results are view-dependent. Nadir is defined as the point on the ground vertically beneath the perspective center of the camera lens that captured the image. |
None | Orders rasters based on the order (ObjectID) in the mosaic dataset attribute table. Mosaic results are view-independent. |
Northwest | Orders rasters based on the distance between each raster's center and the northwest point of the service. Mosaic results are view-independent. |
Seamline | Orders rasters based on the predefined seamline. The IsAscending property is defined by the seamline so is not applicable anymore. The MosaicOperator should be set to 'Blend' when using the Seamline option. Mosaic results are view-independent. See the document: Mosaic dataset seamlines. |
Viewpoint | Orders rasters based on the distance between each raster's center and a user defined view point. Mosaic results are view-independent. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |