public interface ICellSizeLevel
extends 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 |
IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getCellSize()
The cell size value assocated with the level.
|
IGeometry |
getGeometry()
The geometry defining the boundary of the cell size level.
|
int |
getID()
The unique ID associated with the cell size level.
|
double |
getMaximumCellSize()
The maximum cell size value associated with the level.
|
double |
getMinimumCellSize()
The minimum cell size value associated with the level.
|
void |
setCellSize(double pCellsize)
The cell size value assocated with the level.
|
void |
setGeometryByRef(IGeometry ppLevelBoundary)
The geometry defining the boundary of the cell size level.
|
void |
setID(int pDescriptionID)
The unique ID associated with the cell size level.
|
void |
setMaximumCellSize(double pMaximumCellSize)
The maximum cell size value associated with the level.
|
void |
setMinimumCellSize(double pMinimumCellSize)
The minimum cell size value associated with the level.
|
static final int IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021
static final int xxDummy
static final java.lang.String IID
void setCellSize(double pCellsize) throws java.io.IOException, AutomationException
pCellsize
- The pCellsize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry ppLevelBoundary) throws java.io.IOException, AutomationException
ppLevelBoundary
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumCellSize(double pMinimumCellSize) throws java.io.IOException, AutomationException
pMinimumCellSize
- The pMinimumCellSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSize(double pMaximumCellSize) throws java.io.IOException, AutomationException
pMaximumCellSize
- The pMaximumCellSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setID(int pDescriptionID) throws java.io.IOException, AutomationException
pDescriptionID
- The pDescriptionID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.