|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterInfoFunctionArguments
Provides access to members that control raster info function arguments.
Method Summary | |
---|---|
Object |
getRaster()
The input image. |
IRasterInfo |
getRasterInfo()
The specified raster info object. |
boolean |
isCaching()
Indicates if the raster info will be cached. |
void |
setCaching(boolean pCaching)
Indicates if the raster info will be cached. |
void |
setRasterByRef(Object ppRaster)
The input image. |
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The specified raster info object. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws IOException, AutomationException
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCaching() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCaching(boolean pCaching) throws IOException, AutomationException
pCaching
- The pCaching (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 |