Provides access to members that control rastercatalog loading.
Product Availability
Members
Description | ||
---|---|---|
Background | The background value to filtered. | |
ConnectionProperties | The GeoDatabase connection properties. | |
EnableBuildStatistics | Indicates if statistics should be built on loading. | |
Foreground | The foreground value for 1-Bit images. | |
IgnoreValues | The ignore values for statistics. | |
InvalidDatasets | The current list of newline delimited failed dataset names. | |
LastError | The last loading error. | |
LastLoadedDataset | The last loaded dataset name. | |
Load | Loads all raster datasets in a given directory into a raster catalog. | |
LoadDatasets | Loads all raster datasets in a given name list file into a raster catalog. | |
Projected | Indicates if datasets are to be reprojected on loading. | |
StorageDef | The GeoDatabase storage definition. | |
Transformed | Indicates if datasets are to be transformed on loading. | |
Workspace | The GeoDatabase workspace. | |
XSkipFactor | The X skip factor for statistics. | |
YSkipFactor | The Y skip factor for statistics. |
CoClasses that implement IRasterCatalogLoader
CoClasses and Classes | Description |
---|---|
RasterCatalogLoader | A raster catalog loader class. |
Remarks
The IRasterCatalogLoader interface provides functions to load a list of raster datasets or a directory of raster datasets to the given raster catalog. The storage parameters can be specified by StorageDef. If the raster datasets have transformations associated, the rasters can either be loaded and stored in its native spatial space and the transformation information stored separately; or transformed on-the-fly and the pixels stored in the transformed space. If the raster datasets have spatial reference that is different from the spatial reference of the raster column of the raster catalog, the rasters can either be projected on-the-fly or kept in its original spatial reference.
Load loads raster datasets in the given directory to the raster catalog.
LoadDatasets loads a list of raster datasets to the raster catalog.