ArcObjects Library Reference (DataSourcesRaster)  

esriRasterCatalogItemCategory Constants

Possible raster categories in a mosaic catalog.

Constant Value Description
esriRasterCatalogItemCategoryUnknown 0 Raster catalog item category is unknown.
esriRasterCatalogItemCategoryPrimary 1 Raster catalog item holds primary (base) data.
esriRasterCatalogItemCategoryOverview 2 Raster catalog item is a service overview.
esriRasterCatalogItemCategoryUnprocessedOverview 3 Raster catalog item is an unprocessed service overview.
esriRasterCatalogItemCategoryPartialOverview 4 Raster catalog item is a partially processed service overview.
esriRasterCatalogItemCategoryUploaded 253 Raster catalog item has been uploaded.
esriRasterCatalogItemCategoryIncomplete 254 Raster catalog item is incomplete and needs to be synchronized before use.
esriesriRasterCatalogItemCategoryCustom 255 Custom raster catalog item category.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

.NET Samples

Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType)