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, and the person setting up the mosaic method can control the default and disable methods they don't want used with the mosaic dataset.

To help convey the effect of the different mosaic methods, consider an example mosaic data composed of 12 individual rasters located in the manner shown in the following diagram:

Arrangement of component rasters of a mosaic example
Arrangement of component rasters of an example mosaic (50 percent scaled view)

Refer back to this diagram when reviewing the explanations for the individual methods below. Note that the diagram of all of the individual rasters was scaled down 50 percent only to preserve space here.

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 is 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 higher values push backward. For example, if there are three values, 10, 0, and -10, the higher 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). The lower the value, the more important and lighter it becomes, so it's displayed on top of a higher 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 over the preceding rasters in descending order, so the lowest 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

Following is a more comprehensive listing of the rules that explain how each of the mosaic methods orders the data in your mosaic dataset. While the mosaic order descriptions listed in the section above were generalizations, this section details each possible scenario and how the images are ordered accordingly.

By Attribute, Closest to Center, Closest to Nadir, Closest to Viewpoint, or North-West:

  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.

Lock Raster:

  • All rules are overridden, except the mosaic method.

None:

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

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.

Related Topics

9/10/2014