Class AddRastersParameters
Adds raster datasets to a MosaicDatasetRaster by setting various parameters.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class AddRastersParameters
Remarks
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 AddRastersAsync(AddRastersParameters) method.
Some of the 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 (Filter property), the directory location (InputDirectory property) of the raster files, the minimum pixel cell size of the raster to be included (MinPixelSizeFactor and more.
Constructors
Name | Description |
---|---|
AddRastersParameters() | Initializes a new instance of the AddRastersParameters class. |
Properties
Name | Description |
---|---|
Filter | Gets or sets the raster filename filter. |
InputDirectory | Gets or sets the input directory. |
InputFile | Gets or sets the input file. |
MaxPixelSizeFactor | Gets or sets the maximum pixel size factor. |
MinPixelSizeFactor | Gets or sets the minimum pixel size factor. |
RasterFunctionTemplateFile | Gets or sets the raster function template file. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |