Label | Explanation | Data Type |
Mosaic Dataset | The mosaic dataset with the properties that need to be set. | Mosaic Layer |
Rows of Maximum Image Size of Requests (Optional) | The maximum number of rows for the mosaicked image, generated by the mosaic dataset for each request. This can help control how much work the server has to do when clients view the imagery. A higher number will create a larger image but will also increase the amount of time to process the mosaic dataset. It is possible to set the value too small, in which case the image may not display.
| Long |
Columns of Maximum Image Size of Requests (Optional) | The maximum number of columns for the mosaicked image, generated by the mosaic dataset for each request. This can help control how much work the server has to do when clients view the imagery. A higher number will create a larger image but will also increase the amount of time to process the mosaic dataset. It is possible to set the value too small, in which case the image may not display. | Long |
Allowed Transmission Compression (Optional) | Specifies the compression methods that will be used to transmit the mosaicked image from the computer to the display (or from the server to the client). - None —No compression will be used.
- JPEG — Compression up to 8:1 will be used, which is suitable for backdrops.
- LZ77 — Compression of approximately 2:1 will be used ,which is suitable for analysis.
- LERC —Compression between 10:1 and 20:1 will be used, which is fast and suitable for serving raw imagery with high bit depth (12 bit to 32 bit).
| String |
Default Compression Type (Optional) | Specifies the default compression type. The default compression must be in the list of values used for the Allowed Transmission Compression parameter or must be set in the mosaic dataset's Allowed Compression Methods property. - None —No compression will be used.
- JPEG — Compression up to 8:1 will be used, which is suitable for backdrops.
- LZ77 — Compression of approximately 2:1 will be used, which is suitable for analysis.
- LERC —Compression between 10:1 and 20:1 will be used, which is fast and suitable for serving raw imagery with high bit depth (12 bit to 32 bit).
- None —No compression will be used.
- JPEG — Compression up to 8:1 will be used, which is suitable for backdrops.
- LZ77 — Compression of approximately 2:1 will be used, which is suitable for analysis.
- LERC —Compression between 10:1 and 20:1 will be used, which is fast and suitable for serving raw imagery with high bit depth (12 bit to 32 bit).
| String |
JPEG Quality (Optional) | The compression quality when using JPEG. Compression quality ranges from 1 to 100. A higher number means better image quality but less compression. | Long |
LERC Tolerance (Optional) | The maximum per pixel error when using LERC compression. This value is specified in the units of the mosaic dataset. For example, if the error is 10 centimeters and the mosaic dataset is in meters, enter 0.1. | Double |
Resampling Technique (Optional) | Specifies how pixel values will be calculated when the dataset is displayed at small scales. Choose an appropriate technique based on the type of data. - Nearest —The value of each pixel will be from the nearest corresponding pixel. This technique is suitable for discrete data, such as land cover.This is the fastest resampling technique. It minimizes the changes to pixel values since it uses the value from the nearest pixel.
- Bilinear —The value of each pixel will be calculated by averaging the values of the surrounding four pixels (based on distance). This technique is suitable for continuous data.
- Cubic —The value of each pixel will be calculated by fitting a smooth curve based on the surrounding 16 pixels. This technique produces the smoothest image but can create values outside of the range in the source data. It is suitable for continuous data.
- Majority —The value of each pixel is based on the most popular value within a 3 by 3 window. This technique is suitable for discrete data.
| String |
Clip To Footprints (Optional) | Specifies whether rasters will be clipped to the footprint. Often the raster dataset and its footprint have the same extent. If they differ, the raster dataset can be clipped to the footprint.
- Unchecked—The rasters will not be clipped to the footprint. This is the default.
- Checked—The rasters will be clipped to the footprint.
| Boolean |
Footprints May Contain NoData (Optional) | Specifies whether pixels with NoData values will be shown. - Checked—Pixels with NoData values will be shown.
- Unchecked—Pixels with NoData values will not be shown. You may notice an improvement in performance; however, if your imagery does include NoData values, they will appear as holes in the mosaic dataset.
| Boolean |
Clip To Boundary (Optional) | Specifies whether the mosaicked image will be clipped to the boundary. Often the mosaic dataset and its boundary have the same extent. If they differ, the mosaic dataset can be clipped to the boundary. - Checked—The mosaicked image will be clipped to the boundary. This is the default.
- Unchecked—The mosaicked image will not be clipped to the boundary.
| Boolean |
Color Correction (Optional) | Specifies whether color correction will be used on the mosaic dataset. - Unchecked—Color correction will not be used. This is the default.
- Checked—The color correction that has been set up for the mosaic dataset will be used.
| Boolean |
Allowed Mensuration Capabilities (Optional) | Specifies the measurements that will be performed on the mosaic dataset. The ability to perform vertical measurements is dependent on the imagery and may require a DEM. - None —No mensuration capabilities will be performed.
- Basic —Ground measurements such as distance, point, centroid, and area calculations will be performed.
- Feature base to top of feature —Measurements from the base to the top of features will be performed. Rational polynomial coefficients must be imbedded in the imagery.
- Feature base to top of shadow —Measurements from the base of a feature to the top of its shadow will be performed. Sun azimuth and sun elevation information is required.
- Top of feature to top of shadow —Measurements from the top of a feature to the top of its shadow will be performed. Sun azimuth, sun elevation, and rational polynomial coefficients are required.
- Measure in 3D —Measurements in 3D will be performed if a DEM is available.
| String |
Default Mensuration (Optional) | Specifies the default mensuration capability for the mosaic dataset. The default mensuration value must be set in the list of values used for the Allowed Mensuration Capabilities parameter or be set in the mosaic dataset's Mensuration Capabilities property. - None —No mensuration capabilities will be performed.
- Basic — Ground measurements such as distance, point, centroid, and area calculations will be performed.
- Feature base to top of feature —Measurements from the base to the top of features will be performed. Rational polynomial coefficients must be imbedded in the imagery.
- Feature base to top of shadow —Measurements from the base of a feature to the top of its shadow will be performed. Sun azimuth and sun elevation information is required.
- Top of feature to top of shadow —Measurements from the top of a feature to the top of its shadow will be performed. Sun azimuth, sun elevation, and rational polynomial coefficients are required.
- Measure in 3D —Measurements in 3D will be performed if a DEM is available.
- None —No mensuration capabilities will be performed.
- Basic — Ground measurements such as distance, point, centroid, and area calculations will be performed.
- Feature base to top of feature —Measurements from the base to the top of features will be performed. Rational polynomial coefficients must be imbedded in the imagery.
- Feature base to top of shadow —Measurements from the base of a feature to the top of its shadow will be performed. Sun azimuth and sun elevation information is required.
- Top of feature to top of shadow —Measurements from the top of a feature to the top of its shadow will be performed. Sun azimuth, sun elevation, and rational polynomial coefficients are required.
- Measure in 3D —Measurements in 3D will be performed if a DEM is available.
| String |
Allowed Mosaic Methods (Optional) | Specifies the rules for displaying overlapping imagery. - None —Rasters will be ordered based on the ObjectID field in the mosaic dataset attribute table.
- Center —Imagery that is closest to the center of the screen will be displayed.
- Northwest —Imagery that is closest to the northwest corner of the mosaic dataset boundary will be displayed.
- Lock raster —Selected raster datasets will be displayed.
- By attribute —Imagery will be displayed and prioritized based on a field in the attribute table.
- Nadir —Rasters with viewing angles closest to zero will be displayed.
- Viewpoint —Imagery that is closest to a selected viewing angle will be displayed.
- Seamline —Transitions between images will be smoothed using seamlines.
| String |
Default Mosaic Methods (Optional) | Specifies the mosaic method that will be used for views. The default mosaic method must be set in the list of values used for the Allowed Mosaic Methods parameter or be set in the mosaic dataset's Allowed Mosaic Methods property. - None —Rasters will be ordered based on the ObjectID field in the mosaic dataset attribute table.
- Center —Imagery that is closest to the center of the screen will be displayed.
- Northwest —Imagery that is closest to the northwest corner of the mosaic dataset boundary will be displayed.
- Lock raster —Selected raster datasets will be displayed.
- By attribute —Imagery will be displayed and prioritized based on a field in the attribute table.
- Nadir —Rasters with viewing angles closest to zero will be displayed.
- Viewpoint —Imagery that is closest to a selected viewing angle will be displayed.
- Seamline —Transitions between images will be smoothed using seamlines.
- None —Rasters will be ordered based on the ObjectID field in the mosaic dataset attribute table.
- Center —Imagery that is closest to the center of the screen will be displayed.
- Northwest —Imagery that is closest to the northwest corner of the mosaic dataset boundary will be displayed.
- Lock raster —Selected raster datasets will be displayed.
- By attribute —Imagery will be displayed and prioritized based on a field in the attribute table.
- Nadir —Rasters with viewing angles closest to zero will be displayed.
- Viewpoint —Imagery that is closest to a selected viewing angle will be displayed.
- Seamline —Transitions between images will be smoothed using seamlines.
| String |
Order Field (Optional) | The field that will be used when ordering rasters using the By attribute value of the Default Mosaic Methods parameter. The list of available fields are defined as those in the attribute table that are of type metadata and are integer. This list can include, but is not limited to, the following: - MinPS
- MaxPS
- LowPS
- HighPS
- CenterX
- CenterY
- ZOrder
- Shape_Length
- Shape_Area
If the field is a numeric or date field, the Order Base parameter must be set. This parameter is not needed if the By attribute value is not part of the Allowed Mosaic Methods list. | String |
Order Base (Optional) | Sorts the rasters based on their difference from this value in the field selected in the Order Field parameter. If a Date attribute is used, it must be in one of the following formats: - YYYY/MM/DD HH:mm:ss.s
- YYYY/MM/DD HH:mm:ss
- YYYY/MM/DD HH:mm
- YYYY/MM/DD HH
- YYYY/MM/DD
- YYYY/MM
- YYYY
This parameter is required only if the By attribute value is specified for the Allowed Mosaic Methods parameter. | String |
Sorting Order Ascending (Optional) | Specifies whether the rasters will be sorted in an ascending or a descending order. - Checked—Rasters will be sorted in an ascending order. This is the default.
- Unchecked—Rasters will be sorted in a descending order.
This parameter is required only if the By attribute value is specified for the Allowed Mosaic Methods parameter. | Boolean |
Mosaic Operator (Optional) | Specifies the rules for resolving overlapping pixels. - First —The first image in the attribute table will be displayed.
- Last —The last image in the attribute table will be displayed.
- Minimum —The lowest pixel values will be displayed.
- Maximum —The highest pixel values will be displayed.
- Mean —The arithmetic mean will be used to average overlapping pixels.
- Blend —A distance weighted algorithm will be used to average overlapping pixels.
- Sum —All of the overlapping pixel values will be added together.
| String |
Blend Width (Optional) | The number of pixels over which the Blend value of the Mosaic Operator parameter will be applied. | Long |
View Point Spacing X (Optional) | A numeric value that will be used to horizontally shift the center of the image. The units are the same as the spatial reference system. This parameter is only applicable if the Allowed Mosaic Methods parameter is set to Viewpoint. | Double |
View Point Spacing Y (Optional) | A numeric value that will be used to vertically shift the center of the image. The units are the same as the spatial reference system. This parameter is only applicable if the Allowed Mosaic Methods parameter is set to Viewpoint. | Double |
Max Number Per Mosaic (Optional) | The maximum number of raster datasets that will be displayed at a given time in a mosaic dataset. | Long |
Cell Size Tolerance Factor (Optional) | The maximum pixel size difference that is allowed before images are considered to have a different cell pixel. This allows images of similar spatial resolutions to be considered as having the same nominal resolution. For example, with a factor of 0.1, all images with cell sizes within 10 percent of each other will be grouped for tools and operations that use cell sizes. | Double |
Output Cell Size (Optional) | The cell size of the mosaic dataset using an existing raster dataset or its specified width (x) and height (y). | Cell Size XY |
Metadata Level (Optional) | Specifies the level of metadata that will be exposed from the server to a client when publishing the mosaic dataset. - Full metadata —Metadata regarding the processing applied at the mosaic dataset level as well as metadata related to the individual raster datasets will be exposed.
- No metadata —No metadata will be exposed to the client.
- Basic metadata —Metadata related to individual raster datasets, such as the number of columns and rows, cell size, and spatial reference information will be exposed.
| String |
Allowed Transmission Field (Optional) | The fields in the attribute table that clients can view. By default, the list includes the following: - Name
- MinPS
- MaxPS
- LowPS
- HighPS
- Tag
- GroupName
- ProductName
- CenterX
- CenterY
- ZOrder
- Shape_Length
- Shape_Area
| String |
Use Time (Optional) | Specifies whether the mosaic dataset will be time aware. If time is activated, the start and end fields and the time format must be specified. - Unchecked—The mosaic dataset will not be time aware. This is the default.
- Checked—The mosaic dataset will be time aware. This allows the client to use the Time Slider.
| Boolean |
Start Time Field (Optional) | The field from the attribute table that shows the start time. | String |
End Time Field (Optional) | The field from the attribute table that shows the end time. | String |
Time Format (Optional) | Specifies the time format for the mosaic dataset for parameters such as Start Time Field and End Time Field. - YYYY (Year) —Year
- YYYYMM (Year and month) —Year and month
- YYYY/MM (Year and month) —Year and month
- YYYY-MM (Year and month) —Year and month
- YYYYMMDD (Year, month, and day) —Year, month, and day
- YYYY/MM/DD (Year, month, and day) —Year, month, and day
- YYYY-MM-DD (Year, month, and day) —Year, month, and day
- YYYYMMDDhhmmss (Year, month, day, hour, minute, and seconds) —Year, month, day, hour, minute, and seconds
- YYYY/MM/DD hh:mm:ss (Year, month, day, hour, minute, and seconds) —Year, month, day, hour, minute, and seconds
- YYYY-MM-DD hh:mm:ss (Year, month, day, hour, minute, and seconds) —Year, month, day, hour, minute, and seconds
- YYYYMMDDhhmmss.s (Year, month, day, hour, minute, seconds, and fraction of seconds) —Year, month, day, hour, minute, seconds, and fraction of seconds
- YYYY/MM/DD hh:mm:ss.s (Year, month, day, hour, minute, seconds, and fraction of seconds) —Year, month, day, hour, minute, seconds, and fraction of seconds
- YYYY-MM-DD hh:mm:ss.s (Year, month, day, hour, minute, seconds, and fraction of seconds) —Year, month, day, hour, minute, seconds, and fraction of seconds
| String |
Geographic Transformation (Optional) | The geographic transformations to associate with the mosaic dataset. | String |
Max Number of Download Items (Optional) |
The maximum number of raster datasets that can be downloaded per request.
| Long |
Max Number of Records Returned (Optional) | The maximum number of records that can be downloaded per request. | Long |
Data Source Type (Optional) | Specifies the type of imagery in the mosaic dataset. - Generic —The mosaic dataset contains no specified data type.
- Thematic —The mosaic dataset contains thematic data with discrete values, such as land cover.
- Processed —The mosaic dataset has been color adjusted.
- Elevation —The mosaic dataset contains elevation data.
- Scientific —The mosaic dataset contains scientific data.
- Two variable vector —The mosaic dataset has two variables.
- Magnitude and direction —The mosaic dataset has magnitude and direction.
| String |
Minimum Pixel Contribution (Optional) |
The minimum number of pixels required for a mosaic dataset item to be considered significant enough to be used in the mosaic dataset. Because of overlapping imagery, an item that may display only a small sliver of its overall image. Skipping these mosaic dataset items will improve performance of the mosaic dataset. | Long |
Processing Templates (Optional) | The function chains that will be used to process a mosaic dataset or the mosaic dataset items on the fly. You can add, remove, or reorder the function chains. All the template names that are added must be unique. For information on how to work with function chains, see Raster function template. | File; String |
Default Processing Template (Optional) | The default function chain. The default function chain will be applied when the mosaic dataset is accessed.
- None —No processing template.
| String |
Time Interval (Optional) | The duration of each time step interval.
The time step interval defines the granularity of the temporal data. The unit of time is specified in the Time Interval Units parameter. | Double |
Time Interval Units (Optional) | Specifies the units of the time interval.
- None —There are no time units or they are unknown.
- Milliseconds —The time units are in milliseconds.
- Seconds —The time units are in seconds.
- Minutes —The time units are in minutes.
- Hours —The time units are in hours.
- Days —The time units are in days.
- Weeks —The time units are in weeks.
- Months —The time units are in months.
- Years —The time units are in years.
- Decades —The time units are in decades.
- Centuries —The time units are in centuries.
| String |
Product Definition (Optional) | Specifies a template that is either specific to the type of imagery you are working with or generic. The generic options include the standard supported raster sensor types as follows: - None —No band ordering is specified for the mosaic dataset. This is the default.
- Natural color —Create a 3-band mosaic dataset, with red, green, and blue wavelength ranges. This is designed for natural color imagery.
- Natural color and infrared —Create a 4-band mosaic dataset, with red, green, blue, and near infrared wavelength ranges.
- U and V —Create a mosaic dataset displaying two variables.
- Magnitude and Direction —Create a mosaic dataset displaying magnitude and direction.
- Color infrared —Create a 3-band mosaic dataset, with near infrared, red, and green wavelength ranges.
- DMCii —Create a 3-band mosaic dataset using the DMCii wavelength ranges.
- Deimos-2 —Create a 4-band mosaic dataset using the Deimos-2
wavelength ranges.
- DubaiSat-2 —Create a 4-band mosaic dataset using the DubaiSat-2 wavelength ranges.
- FORMOSAT-2 —Create a 4-band mosaic dataset using the FORMOSAT-2 wavelength ranges.
- GeoEye-1 —Create a 4-band mosaic dataset using the GeoEye-1 wavelength ranges.
- GF-1 Panchromatic/Multispectral (PMS) —Create a 4-band mosaic dataset using the Gaofen-1
Panchromatic Multispectral Sensor wavelength ranges.
- GF-1 Wide Field of View (WFV) —Create a 4-band mosaic dataset using the Gaofen-1
Wide Field of View Sensor wavelength ranges.
- GF-2 Panchromatic/Multispectral (PMS) —Create a 4-band mosaic dataset using the Gaofen-2 Panchromatic Multispectral Sensor wavelength ranges.
- GF-4 Panchromatic/Multispectral Imagery (PMI) —Create a 4-band mosaic dataset using the Gaofen-4 panchromatic and multispectral wavelength ranges.
- HJ 1A/1B Multispectral/Hyperspectral —Create a 4-band mosaic dataset using the Huan Jing-1 CCD Multispectral or Hyperspectral Sensor wavelength ranges.
- IKONOS —Create a 4-band mosaic dataset using the IKONOS wavelength ranges.
- Jilin-1 —Create a 3-band mosaic dataset using the Jilin-1 wavelength ranges.
- KOMPSAT-2 —Create a 4-band mosaic dataset using the KOMPSAT-2 wavelength ranges.
- KOMPSAT-3 —Create a 4-band mosaic dataset using the KOMPSAT-3 wavelength ranges.
- Landsat TM and ETM+ —Create a 6-band mosaic dataset using the Landsat 5 and 7 wavelength ranges from the TM and ETM+ sensors.
- Landsat OLI —Create an 8-band mosaic dataset using the LANDSAT 8 wavelength ranges.
- Landsat MSS —Create a 4-band mosaic dataset using the Landsat wavelength ranges from the MSS sensor.
- PlanetScope —Create a mosaic dataset using the PlanetScope wavelength ranges.
- Pleiades 1 —Create a 4-band mosaic dataset using the PLEIADES-1 wavelength ranges.
- QuickBird —Create a 4-band mosaic dataset using the QuickBird wavelength ranges.
- RapidEye —Create a 5-band mosaic dataset using the RapidEye wavelength ranges.
- Sentinel 2 MSI —Create a 13-band mosaic dataset using the Sentinel 2 MSI wavelength ranges.
- SkySat-C —Create a 4-band mosaic dataset using the SkySat-C MSI wavelength ranges.
- Spot 5 —Create a 4-band mosaic dataset using the SPOT-5 wavelength ranges.
- Spot 6 —Create a 4-band mosaic dataset using the SPOT-6 wavelength ranges.
- Spot 7 —Create a 4-band mosaic dataset using the SPOT-7 wavelength ranges.
- TH-01 —Create a 4-band mosaic dataset using the Tian Hui-1 wavelength ranges.
- WorldView 2 —Create an 8-band mosaic dataset using the WorldView-2 wavelength ranges.
- WorldView 3 —Create an 8-band mosaic dataset using the WorldView-3 wavelength ranges.
- WorldView 4 —Create a 4-band mosaic dataset using the WorldView-4 wavelength ranges.
- ZY-1 Panchromatic/Multispectral —Create a 3-band mosaic dataset using the ZiYuan-1 panchromatic/multispectral wavelength ranges.
- ZY-3 CRESDA —Create a 4-band mosaic dataset using the ZiYuan-3 CRESDA wavelength ranges.
- ZY3 SASMAC —Create a 4-band mosaic dataset using the ZiYuan-3 SASMAC wavelength ranges.
- Custom —Define the number of bands and the average wavelength for each band.
| String |
Product Band Definitions
(Optional) |
The wavelength ranges, number of bands, and band order definitions. To edit the number of bands, use the Add another and Remove controls. To rearrange the band order, right-click a band definition and move the band up or down in the list. | Value Table |