Understanding the mosaicking rules for a mosaic dataset

The mosaicked image displayed from a mosaic dataset can be created from a number of input rasters that are often overlapping. The mosaic method defines how the mosaicked image is created from these input rasters. For example, when using the By Attribute method, the values in an attribute field are used to sort the images, and when using Closest to Center, the image closest to the center of the display is positioned as the top image in the mosaic. Additionally, the mosaic operator allows you to define how to resolve the overlapping cells, such as choosing a blending operation.

When working with the mosaic dataset, there are two places to modify the mosaic method. If you're editing the mosaic dataset and you need to set the default mosaic method (or limit the options), you will modify the mosaic dataset properties. This permanently alters the mosaic dataset. However, if you're viewing the mosaic dataset as a data source and not modifying it for the benefit of others, you can change the mosaic method from the Image layer. This way, you only impact your display and do not permanently impact others when viewing or accessing the mosaic dataset.

Mosaic methods

There is always a default mosaic method. This will be used when a user accesses the mosaic dataset. However, any number of mosaic methods can be used with a mosaic dataset. The user can modify the mosaic method they use, and the person setting up the mosaic method can control the default and disable those that they don't want used with the mosaic dataset. The mosaic methods include the following:

When using a date field with the By Attribute mosaic method, the base value must be entered using one of the following:

To use the Closest to Viewpoint mosaic method, you need to add the Viewpoint controller to your application. To do this, see Using the Viewpoint window.

Mosaic operators

The mosaic operator is used to define how overlapping cells will be resolved in the mosaicked image. The mosaic operators include the following:

You will want to set Blend when using the Seamline mosaic method.

Sorting order rules

The sorting order of the images are impacted by the pixel sizes of each image, and can be impacted by the ZOrder field in the attribute table or the SOrder field (when the Seamline mosaic method is used).

The ZOrder is used in determining how the rasters will be mosaicked together when using the Closest To Center, North-West, By Attribute, Closest To Nadir, or Closest To Viewpoint mosaic methods. With these mosaic methods, the rasters are always sorted by their ZOrder first. The ZOrder can only be modified by someone with the ability to edit the mosaic dataset's attribute table.

Generally, lower values push forward and larger values push back. For example, if there are three values, 10, 0, and -10, the larger value (10) becomes heavier and has a lower priority when creating the mosaicked image so it may be covered up by a lower ZOrder value (0 or -10). And the smaller the value, the more important and lighter it becomes, so it's displayed on top of a larger ZOrder value (therefore, -10 is on top of 0). A Null ZOrder is treated like 0. Another way to think about this order of display value is the higher number is displayed first and the remaining rasters are displayed overtop of the preceding raster in descending order, so the smallest numbered raster is on top. Or think of it as weight, where the lightest value floats to the top.

SOrder works the same way as ZOrder, except it only applies to the Seamline mosaic method.

Rule orders

For Closest To Center, North-West, By Attribute, Closest To Nadir, or Closest To Viewpoint

  1. A spatial query defines the potential images.
  2. The minimum and maximum pixel size values are used to define the potential images.
  3. The ZOrder is examined and the images are prioritized.
  4. The cell size tolerance factor is used to refine the priority of overlapping imagery.
  5. The current scale is compared with the low pixel size values to refine the priority of overlapping imagery.
  6. The qualified images are selected and sorted according to the mosaic method (with the By Attribute mosaic method, the sorting order can be ascending or descending).
  7. The overlapping area is resolved by the mosaic operator.

For LockRaster

  • All rules are overridden, except the mosaic method.

For Seamline

  1. A spatial query defines the potential images.
  2. The minimum and maximum pixel size values are used to define the potential images.
  3. The ZOrder is examined and the images are prioritized.
  4. The cell size tolerance factor is used to refine the priority of overlapping imagery.
  5. The qualified images are selected and sorted according to the mosaic method.
  6. The overlapping area is resolved by the mosaic operator.

For None

  • No sorting rules are applied. The rasters are ordered as they are in the attribute table.

Related Topics

5/18/2014