The mosaic method is used to determine how multiple rasters in a MosaicDatasetRaster 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. MosaicMethods 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. The MosaicMethod can be one of:
| Constant | Description | 
|---|---|
Enums. | (0) None. | 
Enums. | (1) Center. | 
Enums. | (2) Northwest. | 
Enums. | (3) Nadir. | 
Enums. | (4) Viewpoint. | 
Enums. | (5) Attribute. | 
Enums. | (6) Lock | 
Enums. | (7) Seamline. |