What is the default mosaic_method for MakeMosaicLayer_management (see help here)? Usually, the docs say This is the default after the default value. And that is usually first option listed.
Is the default mosaic_method CLOSEST_TO_CENTER or something else?
MakeMosaicLayer_management (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}, {procesing_template})
أكثر...
Is the default mosaic_method CLOSEST_TO_CENTER or something else?
MakeMosaicLayer_management (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}, {procesing_template})
CLOSEST_TO_CENTER —Sorts rasters based on an order where rasters that have their center closest to the view center are placed on top.
NORTH_WEST —Sorts rasters based on an order where rasters that have their center closest to the northwest are placed on top.
LOCK_RASTER —Enables 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_ATTRIBUTE —Sorts 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_NADIR —Sorts 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_VIEWPOINT —Sorts rasters based on an order where the nadir position is closest to the user-defined viewpoint location and are placed on top.
SEAMLINE —Cuts 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.
NORTH_WEST —Sorts rasters based on an order where rasters that have their center closest to the northwest are placed on top.
LOCK_RASTER —Enables 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_ATTRIBUTE —Sorts 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_NADIR —Sorts 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_VIEWPOINT —Sorts rasters based on an order where the nadir position is closest to the user-defined viewpoint location and are placed on top.
SEAMLINE —Cuts 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.
أكثر...