ArcObjects Library Reference (DataSourcesRaster)  

IDrLoader Interface

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 for 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 for 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
Method Cancel Cancels loading.
Method GetStats Gets the current loading stats.
Method GetThreadHandle Gets the loading thread handle.
Read-only property InvalidDatasets The current list of semicolon delimited failed dataset names.
Read-only property IsBusy Indicates if the loader is currently busy.
Read-only property LastError The last loading error.
Method Load Loads all datasets in a directory into a given raster catalog.
Method LoadDatasets Loads all datasets in a name list into a given raster catalog.
Read/write property RasterCatalogLoader The raster catalog loader to be distributed.
Read/write property ServerName The ArcGIS server name to host loaders.

CoClasses that implement IDrLoader

CoClasses and Classes Description
DrLoader A distributed raster catalog loader.