AddRastersParameters class final
Adds raster datasets to a MosaicDatasetRaster by setting various parameters.
Mosaic datasets (via the MosaicDatasetRaster 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 AddRastersParameters object provides the mechanism to set various properties, so that a raster can be added to a mosaic dataset via the MosaicDatasetRaster.addRasters method.
Some of the parameters (aka. properties) on AddRastersParameters 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 (AddRastersParameters.filter property), the directory location (AddRastersParameters.inputDirectory property) of the raster files, the minimum pixel cell size of the raster to be included (AddRastersParameters.minPixelSizeFactor property) and more.
- Implemented types
- Implementers
Constructors
- AddRastersParameters()
-
Creates an add rasters parameters object.
factory
Properties
- filter ↔ String
-
Raster filename filter.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDirectory ↔ Uri?
-
Input directory.
getter/setter pair
- inputFileUri ↔ Uri?
-
Input CSV file.
getter/setter pair
- maxPixelSizeFactor ↔ double
-
Max pixel size factor.
getter/setter pair
- minPixelSizeFactor ↔ double
-
Min pixel size factor.
getter/setter pair
- rasterFunctionTemplateFileUri ↔ Uri?
-
Raster function template file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited