com.esri.arcgis.spatialanalyst
Interface IMathFunctionArguments

All Superinterfaces:
IGeoAnalysisFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IMathFunctionArgumentsProxy, MathFunctionArguments

public interface IMathFunctionArguments
extends IGeoAnalysisFunctionArguments, java.io.Serializable

COM Interface 'IMathFunctionArguments'. 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 IID58cb2df3_def6_4896_b555_a76b63213054
           
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 getRaster()
          The 1st raster object, raster dataset or raster variable.
 java.lang.Object getRaster2()
          The 2nd raster, scalar, raster dataset or raster variable.
 void setRaster2ByRef(java.lang.Object ppRaster)
          The 2nd raster, scalar, raster dataset or raster variable.
 void setRasterByRef(java.lang.Object ppRaster)
          The 1st raster object, raster dataset or raster variable.
 
Methods inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments
getCellsizeType, getExtentType, getOperation, getRasterInfo, setCellsizeType, setExtentType, setOperation, setRasterInfoByRef
 

Field Detail

IID58cb2df3_def6_4896_b555_a76b63213054

static final int IID58cb2df3_def6_4896_b555_a76b63213054
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, 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.

setRasterByRef

void setRasterByRef(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.

getRaster2

java.lang.Object getRaster2()
                            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.

setRaster2ByRef

void setRaster2ByRef(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.