Provides access to members that controls a distributed raster catalog loader.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Then IDrLoader interface provides the functionality to load raster datasets to a raster catalog in an ArcGIS server environment. The storage parameters can be specified while loading, and the settings apply to all rasters in the raster catalog.
ServerName specifies the ArcGIS server name.
Load method launches the loader process for loading a directory of rasters to the given raster catalog.
LoadDatasets launches the loader process for loading a list of raster datasets to the given raster catalog.
The storage parameters can be specified in RasterCatalogLoader.
Members
Description | ||
---|---|---|
Cancel | Cancels loading. | |
GetStats | Gets the current loading stats. | |
GetThreadHandle | Gets the loading thread handle. | |
InvalidDatasets | The current list of semicolon delimited failed dataset names. | |
IsBusy | Indicates if the loader is currently busy. | |
LastError | The last loading error. | |
Load | Loads all datasets in a directory into a given raster catalog. | |
LoadDatasets | Loads all datasets in a name list into a given raster catalog. | |
RasterCatalogLoader | The raster catalog loader to be distributed. | |
ServerName | The ArcGIS server name to host loaders. |
CoClasses that implement IDrLoader
CoClasses and Classes | Description |
---|---|
DrLoader | A distributed raster catalog loader. |