com.esri.arcgis.datasourcesraster
Interface ICellSizeLevel2

All Superinterfaces:
ICellSizeLevel, java.io.Serializable
All Known Implementing Classes:
CellSizeLevel, ICellSizeLevel2Proxy

public interface ICellSizeLevel2
extends ICellSizeLevel, java.io.Serializable

COM Interface 'ICellSizeLevel2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a cell size level.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDa5c2a545_736d_493f_a981_f0f23531d3d2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ICellSizeLevel
IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021
 
Method Summary
 int getCategory()
          The category associated with the cell size level.
 void setCategory(int pCategory)
          The category associated with the cell size level.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ICellSizeLevel
getCellSize, getGeometry, getID, getMaximumCellSize, getMinimumCellSize, setCellSize, setGeometryByRef, setID, setMaximumCellSize, setMinimumCellSize
 

Field Detail

IIDa5c2a545_736d_493f_a981_f0f23531d3d2

static final int IIDa5c2a545_736d_493f_a981_f0f23531d3d2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCategory

void setCategory(int pCategory)
                 throws java.io.IOException,
                        AutomationException
The category associated with the cell size level.

Parameters:
pCategory - A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCategory

int getCategory()
                throws java.io.IOException,
                       AutomationException
The category associated with the cell size level.

Returns:
A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.