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