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 Mosaic
An Image
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
Sort |
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 Lock |
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 Is |
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.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |