com.esri.arcgis.datasourcesraster
Interface IRecastFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRecastFunctionArgumentsProxy, RecastFunctionArguments

public interface IRecastFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control Invoke 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 IID8d988129_4711_47bb_ac48_d70ef1f38ad4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getArguments()
          The new function arguments.
 java.lang.Object getRaster()
          The source function raster dataset or templete object.
 void setArgumentsByRef(java.lang.Object ppArguments)
          The new function arguments.
 void setRasterByRef(java.lang.Object ppRaster)
          The source function raster dataset or templete object.
 

Field Detail

IID8d988129_4711_47bb_ac48_d70ef1f38ad4

static final int IID8d988129_4711_47bb_ac48_d70ef1f38ad4
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 source function raster dataset or templete 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 source function raster dataset or templete 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.

getArguments

java.lang.Object getArguments()
                              throws java.io.IOException,
                                     AutomationException
The new function arguments.

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

setArgumentsByRef

void setArgumentsByRef(java.lang.Object ppArguments)
                       throws java.io.IOException,
                              AutomationException
The new function arguments.

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