MosaicMethod

sealed class MosaicMethod

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.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

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 MosaicRule.sortField and the value is specified by MosaicRule.sortValue. Mosaic results are view-independent.

Link copied to clipboard

Orders rasters based on the distance between each raster's center and the view center. Mosaic results are view-dependent.

Link copied to clipboard

Displays only the selected rasters specified in MosaicRule.lockRasterIds. Mosaic results are view-independent.

Link copied to clipboard

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.

Link copied to clipboard

Orders rasters based on the order (ObjectID) in the mosaic dataset attribute table. Mosaic results are view-independent.

Link copied to clipboard

Orders rasters based on the distance between each raster's center and the northwest point of the service. Mosaic results are view-independent.

Link copied to clipboard

Orders rasters based on the predefined seamline. The MosaicRule.isAscending property is defined by the seamline so is not applicable anymore. Only two mosaic operations are applicable as listed below. Mosaic results are view-independent. https://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/mosaic-dataset-seamlines.htm

Link copied to clipboard

Orders rasters based on the distance between each raster's center and a user defined view point. Mosaic results are view-independent.