|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConditionalFunctionArguments
Provides access to members that specify arguments to local raster functions.
Method Summary | |
---|---|
Object |
getConditionalRaster()
The 1st raster object, raster dataset or raster variable. |
Object |
getFalseRaster()
The raster info object describing the output of this function. |
Object |
getTrueRaster()
The 2nd raster, scalar, raster dataset or raster variable. |
void |
setConditionalRasterByRef(Object ppRaster)
The 1st raster object, raster dataset or raster variable. |
void |
setFalseRasterByRef(Object ppRaster)
The raster info object describing the output of this function. |
void |
setTrueRasterByRef(Object ppRaster)
The 2nd raster, scalar, raster dataset or raster variable. |
Methods inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments |
---|
getCellsizeType, getExtentType, getOperation, getRasterInfo, setCellsizeType, setExtentType, setOperation, setRasterInfoByRef |
Method Detail |
---|
Object getConditionalRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConditionalRasterByRef(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.Object getTrueRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrueRasterByRef(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.void setFalseRasterByRef(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.Object getFalseRaster() 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 |