com.esri.arcgis.datasourcesraster
Interface IArithmeticFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IArithmeticFunctionArguments2
All Known Implementing Classes:
ArithmeticFunctionArguments, IArithmeticFunctionArguments2Proxy, IArithmeticFunctionArgumentsProxy

public interface IArithmeticFunctionArguments
extends java.io.Serializable

COM Interface 'IArithmeticFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control arithmetic function arguments.' 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 IIDf1a4a7af_bddd_43b8_89c0_6768675ddd0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getOperation()
          The arithmetic operation.
 java.lang.Object getRaster()
          The 1st raster object.
 java.lang.Object getRaster2()
          The 2nd raster object.
 void setOperation(int pOperation)
          The arithmetic operation.
 void setRaster2ByRef(java.lang.Object ppRaster)
          The 2nd raster object.
 void setRasterByRef(java.lang.Object ppRaster)
          The 1st raster object.
 

Field Detail

IIDf1a4a7af_bddd_43b8_89c0_6768675ddd0d

static final int IIDf1a4a7af_bddd_43b8_89c0_6768675ddd0d
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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The 1st raster object.

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

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The 1st raster object.

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.

getRaster2

java.lang.Object getRaster2()
                            throws java.io.IOException,
                                   AutomationException
The 2nd raster object.

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

setRaster2ByRef

void setRaster2ByRef(java.lang.Object ppRaster)
                     throws java.io.IOException,
                            AutomationException
The 2nd raster object.

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.

setOperation

void setOperation(int pOperation)
                  throws java.io.IOException,
                         AutomationException
The arithmetic operation.

Parameters:
pOperation - A com.esri.arcgis.datasourcesraster.esriRasterArithmeticOperation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOperation

int getOperation()
                 throws java.io.IOException,
                        AutomationException
The arithmetic operation.

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterArithmeticOperation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.