|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICellSizeLevel
Provides access to members that control a cell size level.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setCellSize(double pCellsize) throws IOException, AutomationException
pCellsize
- The pCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCellSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry ppLevelBoundary) throws IOException, AutomationException
ppLevelBoundary
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumCellSize(double pMinimumCellSize) throws IOException, AutomationException
pMinimumCellSize
- The pMinimumCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumCellSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSize(double pMaximumCellSize) throws IOException, AutomationException
pMaximumCellSize
- The pMaximumCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumCellSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(int pDescriptionID) throws IOException, AutomationException
pDescriptionID
- The pDescriptionID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |