Label | Explanation | Data Type |
Mosaic Dataset | The mosaic dataset to calculate the visibility levels for. | Mosaic Layer |
Query Definition (Optional) | An SQL expression to select specific rasters in the mosaic dataset on which to calculate visibility levels. If no query is specified, all the mosaic dataset items will have their cell size ranges calculated. | SQL Expression |
Compute Minimum Cell Sizes (Optional) | Compute the minimum pixel size for each selected raster dataset in the mosaic dataset.
| Boolean |
Compute Maximum Cell Sizes (Optional) | Compute the maximum pixel size for each selected raster in the mosaic dataset.
| Boolean |
Maximum Cell Size Range Factor (Optional) | Set a multiplication factor to apply to the native resolution. The default is 10, meaning that an image with a resolution of 30 meters will be visible at a scale appropriate for 300 meters. The relationship between cell size and scale is as follows: Cell Size = Scale * 0.0254 / 96 Scale = Cell Size * 96 / 0.0254 | Double |
Cell Size Tolerance Factor (Optional) | Use this to group images with similar resolutions as having the same nominal resolution. For example 1 m imagery and 0.9 m imagery can be grouped together by setting this factor to 0.1, because they are within 10% of each other. | Double |
Update Missing Values Only (Optional) | Calculate only the missing cell size range values.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Updated Input Mosaic Dataset | The updated mosaic dataset. | Mosaic Layer |