public interface ICellSizeLevel2 extends ICellSizeLevel, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa5c2a545_736d_493f_a981_f0f23531d3d2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021
Modifier and Type | Method and Description |
---|---|
int |
getCategory()
The category associated with the cell size level.
|
void |
setCategory(int pCategory)
The category associated with the cell size level.
|
getCellSize, getGeometry, getID, getMaximumCellSize, getMinimumCellSize, setCellSize, setGeometryByRef, setID, setMaximumCellSize, setMinimumCellSize
static final int IIDa5c2a545_736d_493f_a981_f0f23531d3d2
static final int xxDummy
static final java.lang.String IID
void setCategory(int pCategory) throws java.io.IOException, AutomationException
pCategory
- A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.