Show / Hide Table of Contents

Enum MosaicMethod

Enumerates mosaic method types.

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

The mosaic method is used to determine how multiple rasters in an ArcGIS Pro created Mosaic Dataset will be sorted.

An ImageServiceRaster may not support every mosaic method. Check the service's metadata for 'Allowed Mosaic Methods' to see which methods are supported. MosaicMethod's that are 'view-dependent' order rasters based off 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
MosaicMethod

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.