|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICellSizeLevels
Provides access to members that control cell size levels.
Method Summary | |
---|---|
void |
add(ICellSizeLevel pCellSizeLevel)
Adds a cell size level. |
int |
find(double searchCellSize)
Finds the cell size level closest to the specified cell size value and returns its index within the collection. |
int |
getCount()
The property count. |
ICellSizeLevel |
getElement(int index)
Returns the cell size level at the specified position. |
void |
insert(int index,
ICellSizeLevel pCellSizeLevels)
Adds a cell size level at the specified position. |
void |
remove(int index)
Removes the cell size level at the specified position. |
void |
removeAll()
Removes all cell size levels. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICellSizeLevel getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ICellSizeLevel pCellSizeLevel) throws IOException, AutomationException
pCellSizeLevel
- A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, ICellSizeLevel pCellSizeLevels) throws IOException, AutomationException
index
- The index (in)pCellSizeLevels
- A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int find(double searchCellSize) throws IOException, AutomationException
searchCellSize
- The searchCellSize (in)
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 |