com.esri.arcgis.spatialanalyst
Interface ILocalFunctionArguments

All Superinterfaces:
IGeoAnalysisFunctionArguments, java.io.Serializable
All Known Implementing Classes:
ILocalFunctionArgumentsProxy, LocalFunctionArguments

public interface ILocalFunctionArguments
extends IGeoAnalysisFunctionArguments, java.io.Serializable

COM Interface 'ILocalFunctionArguments'. 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 IID1e81bae2_c938_49f9_be8c_6a9a74e68b3d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments
IIDc77713d6_a584_48f3_8e2b_368db7288ab2
 
Method Summary
 IArray getRasters()
          An array of rasters to be processed by this local function.
 void setRastersByRef(IArray pArray)
          An array of rasters to be processed by this local function.
 
Methods inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments
getCellsizeType, getExtentType, getOperation, getRasterInfo, setCellsizeType, setExtentType, setOperation, setRasterInfoByRef
 

Field Detail

IID1e81bae2_c938_49f9_be8c_6a9a74e68b3d

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

setRastersByRef

void setRastersByRef(IArray pArray)
                     throws java.io.IOException,
                            AutomationException
An array of rasters to be processed by this local function. This overrides the raster/raster2 properties.

Parameters:
pArray - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasters

IArray getRasters()
                  throws java.io.IOException,
                         AutomationException
An array of rasters to be processed by this local function. This overrides the raster/raster2 properties.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.