com.esri.arcgis.datasourcesraster
Interface esriRasterCatalogItemCategory

All Superinterfaces:
java.io.Serializable

public interface esriRasterCatalogItemCategory
extends java.io.Serializable

Constants from esriRasterCatalogItemCategory' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Possible raster categories in a mosaic catalog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriesriRasterCatalogItemCategoryCustom
          Custom raster catalog item category.
static int esriRasterCatalogItemCategoryIncomplete
          Raster catalog item is incomplete and needs to be synchronized before use.
static int esriRasterCatalogItemCategoryOverview
          Raster catalog item is a service overview.
static int esriRasterCatalogItemCategoryPartialOverview
          Raster catalog item is a partially processed service overview.
static int esriRasterCatalogItemCategoryPrimary
          Raster catalog item holds primary (base) data.
static int esriRasterCatalogItemCategoryUnknown
          Raster catalog item category is unknown.
static int esriRasterCatalogItemCategoryUnprocessedOverview
          Raster catalog item is an unprocessed service overview.
static int esriRasterCatalogItemCategoryUploaded
          Raster catalog item has been uploaded.
 

Field Detail

esriRasterCatalogItemCategoryUnknown

static final int esriRasterCatalogItemCategoryUnknown
Raster catalog item category is unknown.

See Also:
Constant Field Values

esriRasterCatalogItemCategoryPrimary

static final int esriRasterCatalogItemCategoryPrimary
Raster catalog item holds primary (base) data.

See Also:
Constant Field Values

esriRasterCatalogItemCategoryOverview

static final int esriRasterCatalogItemCategoryOverview
Raster catalog item is a service overview.

See Also:
Constant Field Values

esriRasterCatalogItemCategoryUnprocessedOverview

static final int esriRasterCatalogItemCategoryUnprocessedOverview
Raster catalog item is an unprocessed service overview.

See Also:
Constant Field Values

esriRasterCatalogItemCategoryPartialOverview

static final int esriRasterCatalogItemCategoryPartialOverview
Raster catalog item is a partially processed service overview.

See Also:
Constant Field Values

esriRasterCatalogItemCategoryUploaded

static final int esriRasterCatalogItemCategoryUploaded
Raster catalog item has been uploaded.

See Also:
Constant Field Values

esriRasterCatalogItemCategoryIncomplete

static final int esriRasterCatalogItemCategoryIncomplete
Raster catalog item is incomplete and needs to be synchronized before use.

See Also:
Constant Field Values

esriesriRasterCatalogItemCategoryCustom

static final int esriesriRasterCatalogItemCategoryCustom
Custom raster catalog item category.

See Also:
Constant Field Values