Make Mosaic Layer (Data Management)

Summary

Creates a mosaic layer from a mosaic dataset or layer file. The layer that is created by the tool is temporary and will not persist after the session ends unless the layer is saved as a layer file or the map is saved.

This tool can be used to make a layer so you can work with a specified subset of bands in a mosaic dataset.

Usage

  • To persist your layer, right-click the layer in the Contents Pane and click Save As Layer File, or use the Save To Layer File tool.

  • The output can be created with only a subset of the bands. This will save time and disk space.

Parameters

LabelExplanationData Type
Mosaic Dataset

The path and name of the input mosaic dataset.

Mosaic Layer
Output Mosaic Layer

The name of the output mosaic layer.

Mosaic Layer
Expression
(Optional)

Define a query using SQL or use the Query Builder to build a query.

SQL Expression
Template Extent
(Optional)

The output extent can be specified by defining the four coordinates or by using the extent of an existing layer.

  • Default—The extent will be based on the maximum extent of all participating inputs. This is the default.
  • Current Display Extent—The extent is equal to the data frame or visible display. The option is not available when there is no active map.
  • As Specified Below—The extent will be based on the minimum and maximum extent values specified.
  • Browse—The extent will be based on an existing dataset.
Extent
Bands
(Optional)

The bands that will be exported for the layer. If no bands are specified, all the bands will be used in the output.

Value Table
Mosaic Method
(Optional)

Choose the mosaic method. The mosaic method defines how the layer is created from different rasters in the mosaic dataset.

  • Closest to centerSorts rasters based on an order where rasters that have their center closest to the view center are placed on top.
  • NorthwestSorts rasters based on an order where rasters that have their center closest to the northwest are placed on top.
  • Lock rasterEnables a user to lock the display of single or multiple rasters, based on an ID or name. When you choose this option, you need to specify the Lock Raster ID.
  • By attributeSorts rasters based on an attribute field and its difference from the base value. When this option is chosen, the order field and order base value parameters also need to be set.
  • Closest to nadirSorts rasters based on an order where rasters that have their nadir position closest to the view center are placed on top. The nadir point can be different from the center point, especially in oblique imagery.
  • Closest to view pointSorts rasters based on an order where the nadir position is closest to the user-defined viewpoint location and are placed on top.
  • SeamlineCuts the rasters using the predefined seamline shape for each raster using optional feathering along the seams. The ordering is predefined during seamline generation. The LAST mosaic operator is not valid with this mosaic method.
String
Order Field
(Optional)

Choose the order field. When the mosaic method is By attribute, the default field to use when ordering rasters needs to be set. The list of fields is defined as those in the service table that are of type metadata.

Choose the order field. When the mosaic method is BY_ATTRIBUTE, the default field to use when ordering rasters needs to be set. The list of fields is defined as those in the service table that are of type metadata.

String
Order Base Value
(Optional)

The order base value. The images are sorted based on the difference between this value and the attribute value in the specified field.

String
Lock Raster ID
(Optional)

The Raster ID or raster name to which the service should be locked so that only the specified rasters are displayed. If left undefined, it will be similar to the system default. Multiple IDs can be defined as a semicolon-delimited list.

String
Sort Order
(Optional)

Choose whether the sort order is ascending or descending.

  • AscendingThe sort order will be ascending. This is the default.
  • DescendingThe sort order will be descending.
String
Mosaic Operator
(Optional)

Choose the mosaic operator to use. When two or more rasters have the same sort priority, this parameter is used to further refine the sort order.

  • FirstThe first raster in the list will be on top. This is the default.
  • LastThe last raster in the list will be on top.
  • MinimumThe raster with the lowest value will be on top.
  • MaximumThe raster with the highest value will be on top.
  • MeanThe average pixel value will be on top.
  • BlendThe output cell value will be a blend of values; this blend value relies on an algorithm that is weight based and dependent on the distance from the pixel to the edge within the overlapping area.
  • SumThe output cell value will be the aggregate of all overlapping cells.
String
Output Cell Size
(Optional)

The cell size of the output mosaic layer.

Double
Processing Template
(Optional)

The raster function processing template that can be applied on the output mosaic layer.

  • NoneNo processing template.
String

arcpy.management.MakeMosaicLayer(in_mosaic_dataset, out_mosaic_layer, {where_clause}, {template}, {band_index}, {mosaic_method}, {order_field}, {order_base_value}, {lock_rasterid}, {sort_order}, {mosaic_operator}, {cell_size}, {processing_template})
NameExplanationData Type
in_mosaic_dataset

The path and name of the input mosaic dataset.

Mosaic Layer
out_mosaic_layer

The name of the output mosaic layer.

Mosaic Layer
where_clause
(Optional)

Define a query using SQL.

SQL Expression
template
(Optional)

The output extent can be specified by defining the four coordinates or by using the extent of an existing layer.

  • MAXOF—The maximum extent of all inputs will be used.
  • MINOF—The minimum area common to all inputs will be used.
  • DISPLAY—The extent is equal to the visible display.
  • Layer name—The extent of the specified layer will be used.
  • Extent object—The extent of the specified object will be used.
  • Space delimited string of coordinates—The extent of the specified string will be used. Coordinates are expressed in the order of x-min, y-min, x-max, y-max.
Extent
band_index
[ID,...]
(Optional)

The bands that will be exported for the layer. If no bands are specified, all the bands will be used in the output.

Value Table
mosaic_method
(Optional)

Choose the mosaic method. The mosaic method defines how the layer is created from different rasters in the mosaic dataset.

  • CLOSEST_TO_CENTERSorts rasters based on an order where rasters that have their center closest to the view center are placed on top.
  • NORTH_WESTSorts rasters based on an order where rasters that have their center closest to the northwest are placed on top.
  • LOCK_RASTEREnables a user to lock the display of single or multiple rasters, based on an ID or name. When you choose this option, you need to specify the Lock Raster ID.
  • BY_ATTRIBUTESorts rasters based on an attribute field and its difference from the base value. When this option is chosen, the order field and order base value parameters also need to be set.
  • CLOSEST_TO_NADIRSorts rasters based on an order where rasters that have their nadir position closest to the view center are placed on top. The nadir point can be different from the center point, especially in oblique imagery.
  • CLOSEST_TO_VIEWPOINTSorts rasters based on an order where the nadir position is closest to the user-defined viewpoint location and are placed on top.
  • SEAMLINECuts the rasters using the predefined seamline shape for each raster using optional feathering along the seams. The ordering is predefined during seamline generation. The LAST mosaic operator is not valid with this mosaic method.
String
order_field
(Optional)

Choose the order field. When the mosaic method is BY_ATTRIBUTE, the default field to use when ordering rasters needs to be set. The list of fields is defined as those in the service table that are of type metadata.

String
order_base_value
(Optional)

The order base value. The images are sorted based on the difference between this value and the attribute value in the specified field.

String
lock_rasterid
(Optional)

The Raster ID or raster name to which the service should be locked so that only the specified rasters are displayed. If left undefined, it will be similar to the system default. Multiple IDs can be defined as a semicolon-delimited list.

String
sort_order
(Optional)

Choose whether the sort order is ascending or descending.

  • ASCENDINGThe sort order will be ascending. This is the default.
  • DESCENDINGThe sort order will be descending.
String
mosaic_operator
(Optional)

Choose the mosaic operator to use. When two or more rasters have the same sort priority, this parameter is used to further refine the sort order.

  • FIRSTThe first raster in the list will be on top. This is the default.
  • LASTThe last raster in the list will be on top.
  • MINThe raster with the lowest value will be on top.
  • MAXThe raster with the highest value will be on top.
  • MEANThe average pixel value will be on top.
  • BLENDThe output cell value will be a blend of values; this blend value relies on an algorithm that is weight based and dependent on the distance from the pixel to the edge within the overlapping area.
  • SUMThe output cell value will be the aggregate of all overlapping cells.
String
cell_size
(Optional)

The cell size of the output mosaic layer.

Double
processing_template
(Optional)

The raster function processing template that can be applied on the output mosaic layer.

  • NoneNo processing template.
String

Code sample

MakeMosaicLayer example 1 (Python window)

This is a Python sample for MakeMosaicLayer.

arcpy.MakeMosaicLayer_management(
        "fgdb.gdb/mdsrc", "mdlayer2", "", "clipmd.shp", "3;2;1", 
		"BY_ATTRIBUTE", "Tag", "Dataset", "", "DESCENDING", "LAST", "10", 
		processing_template="NDVI")
MakeMosaicLayer example 2 (Python window)

This is a Python script sample for MakeMosaicLayer.

arcpy.MakeMosaicLayer_management(
        "fgdb.gdb/mdsrc", "mdlayer2", "", "clipmd.shp", "3;2;1", 
		"BY_ATTRIBUTE", "Tag", "Dataset", "", "DESCENDING", "LAST", "10", 
		processing_template="Custom_func")

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes