com.esri.arcgis.spatialanalyst
Interface IConditionalFunctionArguments

All Superinterfaces:
IGeoAnalysisFunctionArguments, java.io.Serializable
All Known Implementing Classes:
ConditionalFunctionArguments, IConditionalFunctionArgumentsProxy

public interface IConditionalFunctionArguments
extends IGeoAnalysisFunctionArguments, java.io.Serializable

COM Interface 'IConditionalFunctionArguments'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to members that specify arguments to local raster functions.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID303c480c_bd85_49fe_a7ab_b054bc755c3a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments
IIDc77713d6_a584_48f3_8e2b_368db7288ab2
 
Method Summary
 java.lang.Object getConditionalRaster()
          The 1st raster object, raster dataset or raster variable.
 java.lang.Object getFalseRaster()
          The raster info object describing the output of this function.
 java.lang.Object getTrueRaster()
          The 2nd raster, scalar, raster dataset or raster variable.
 void setConditionalRasterByRef(java.lang.Object ppRaster)
          The 1st raster object, raster dataset or raster variable.
 void setFalseRasterByRef(java.lang.Object ppRaster)
          The raster info object describing the output of this function.
 void setTrueRasterByRef(java.lang.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
 

Field Detail

IID303c480c_bd85_49fe_a7ab_b054bc755c3a

static final int IID303c480c_bd85_49fe_a7ab_b054bc755c3a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getConditionalRaster

java.lang.Object getConditionalRaster()
                                      throws java.io.IOException,
                                             AutomationException
The 1st raster object, raster dataset or raster variable.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConditionalRasterByRef

void setConditionalRasterByRef(java.lang.Object ppRaster)
                               throws java.io.IOException,
                                      AutomationException
The 1st raster object, raster dataset or raster variable.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrueRaster

java.lang.Object getTrueRaster()
                               throws java.io.IOException,
                                      AutomationException
The 2nd raster, scalar, raster dataset or raster variable.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrueRasterByRef

void setTrueRasterByRef(java.lang.Object ppRaster)
                        throws java.io.IOException,
                               AutomationException
The 2nd raster, scalar, raster dataset or raster variable.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFalseRasterByRef

void setFalseRasterByRef(java.lang.Object ppRaster)
                         throws java.io.IOException,
                                AutomationException
The raster info object describing the output of this function.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFalseRaster

java.lang.Object getFalseRaster()
                                throws java.io.IOException,
                                       AutomationException
The raster info object describing the output of this function.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.