com.esri.arcgis.datasourcesraster
Interface esriRasterCatalogType

All Superinterfaces:
Serializable

public interface esriRasterCatalogType
extends Serializable

The types of raster catalogs that can be associated with a mosaic datset.

Product Availability

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


Field Summary
static int esriRasterCatalogTypeImageService
          An Image Service raster catalog with special fields, e.g.
static int esriRasterCatalogTypeMilitaryAnalyst
          A Military Analyst raster catalog with special fields, e.g.
static int esriRasterCatalogTypeRegular
          Any regular raster catalog without any special fields.
 

Field Detail

esriRasterCatalogTypeRegular

static final int esriRasterCatalogTypeRegular
Any regular raster catalog without any special fields.

See Also:
Constant Field Values

esriRasterCatalogTypeMilitaryAnalyst

static final int esriRasterCatalogTypeMilitaryAnalyst
A Military Analyst raster catalog with special fields, e.g. 'SCALE', and etc.

See Also:
Constant Field Values

esriRasterCatalogTypeImageService

static final int esriRasterCatalogTypeImageService
An Image Service raster catalog with special fields, e.g. 'MinPS', 'MaxPS', and etc.

See Also:
Constant Field Values