com.esri.arcgis.datasourcesraster
Interface esriCellSizeLevelCategory

All Superinterfaces:
java.io.Serializable

public interface esriCellSizeLevelCategory
extends java.io.Serializable

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

Description: 'Possible categories in a cell size levels table; this indicates ' 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 esriCellSizeLevelCategoryOverview
          Mosaic dataset overviews appear within the cell size level.
static int esriCellSizeLevelCategoryPrimary
          Primary (base) data appear within the cell size level.
static int esriCellSizeLevelCategorySeamline
          Seamlines have been computed for items that appear within the cell size level.
static int esriCellSizeLevelCategoryUnknown
          Cell size level category is unknown.
 

Field Detail

esriCellSizeLevelCategoryUnknown

static final int esriCellSizeLevelCategoryUnknown
Cell size level category is unknown.

See Also:
Constant Field Values

esriCellSizeLevelCategoryPrimary

static final int esriCellSizeLevelCategoryPrimary
Primary (base) data appear within the cell size level.

See Also:
Constant Field Values

esriCellSizeLevelCategoryOverview

static final int esriCellSizeLevelCategoryOverview
Mosaic dataset overviews appear within the cell size level.

See Also:
Constant Field Values

esriCellSizeLevelCategorySeamline

static final int esriCellSizeLevelCategorySeamline
Seamlines have been computed for items that appear within the cell size level.

See Also:
Constant Field Values