esriMosaicMethod
Options to specify the raster mosaic method.
| Value | Description | 
|---|---|
| esriMosaicLockRaster | Selects only rasters in a given list of raster IDs to participate in the mosaic. This method takes LockRasterIDs as its parameter. The rasters are in a random order. The rasters will be visible at all pixel sizes regardless of the minimum and maximum pixel size range of the locked rasters. | 
| esriMosaicCenter | Sorts rasters based on an order where rasters that have their centers closest to the view center or the center of view extent, are placed on top. | 
| esriMosaicNone | By no special ordering. | 
| esriMosaicViewpoint | By the closest to a given view point. | 
| esriMosaicAttribute | By an attribute or the closest from the attribute to a given base value. | 
| esriMosaicNorthwest | By the closest to a view point positioned far in northwest. | 
| esriMosaicSeamline | By the Seamline. | 
| esriMosaicNadir | Sorts rasters by the distance between the nadir position and view center. This is similar to the "esriMosaicCente"r method but uses the nadir point to a raster, which may be different than the center, especially for oblique imagery. |