|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterInfos
Provides access to an array of RasterInfos.
Method Summary | |
---|---|
void |
add(IRasterInfo pRasterInfo)
Adds a RasterInfo. |
int |
getCount()
The RasterInfo count. |
IRasterInfo |
getElement(int index)
The RasterInfo at the specified position. |
void |
insert(int index,
IRasterInfo pRasterInfo)
Adds a RasterInfo at the specified position. |
void |
remove(int index)
Removes the RasterInfo at the specified position. |
void |
removeAll()
Removes all RasterInfos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterInfo 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(IRasterInfo pRasterInfo) throws IOException, AutomationException
pRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IRasterInfo pRasterInfo) throws IOException, AutomationException
index
- The index (in)pRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (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 |