Adds raster datasets to an AGSMosaicDatasetRaster by setting various parameters.
Mosaic datasets (via the AGSMosaicDatasetRaster class) are used to manage, display, serve, and share raster data. When you create a new mosaic dataset, it is created as an empty container in a geodatabase to which you can add raster data. The AGSAddRastersParameters object provides the mechanism to set various properties, so that a raster can be added to a mosaic dataset via the AGSMosaicDatasetRaster::addRastersWithParameters:completion: method.
Some of the parameters (aka. properties) on AGSAddRastersParameters class that enable adding a raster into a mosaic dataset include specifying the file filter type (like .tif or .jpg) of the rasters that are to be included (AGSAddRastersParameters::filter property), the directory location (AGSAddRastersParameters::inputDirectory property) of the raster files, the minimum pixel cell size of the raster to be included (AGSAddRastersParameters::minPixelSizeFactor property) and more.
- Since
- 100
- See also
- addRasters:completion: (AGSMosaicDatasetRaster)