com.esri.arcgis.datasourcesraster
Interface IRasterFunctionTemplate

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterFunctionTemplate2, IRasterFunctionTemplate3, IRasterFunctionTemplate4
All Known Implementing Classes:
IRasterFunctionTemplate2Proxy, IRasterFunctionTemplate3Proxy, IRasterFunctionTemplate4Proxy, IRasterFunctionTemplateProxy, RasterFunctionTemplate

public interface IRasterFunctionTemplate
extends java.io.Serializable

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

Description: 'Provides access to members that control a raster template function.' 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 IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getArguments()
          The raster function arguments in the template.
 IRasterFunction getFunction()
          The raster function in the template.
 IArray getVariables()
          The raster function variables in the template.
 void setArgumentsByRef(java.lang.Object ppArgumets)
          The raster function arguments in the template.
 void setFunctionByRef(IRasterFunction ppFunction)
          The raster function in the template.
 

Field Detail

IIDc395d08b_7fc8_4a61_ac3f_c114d690be52

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

getFunction

IRasterFunction getFunction()
                            throws java.io.IOException,
                                   AutomationException
The raster function in the template.

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

setFunctionByRef

void setFunctionByRef(IRasterFunction ppFunction)
                      throws java.io.IOException,
                             AutomationException
The raster function in the template.

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

setArgumentsByRef

void setArgumentsByRef(java.lang.Object ppArgumets)
                       throws java.io.IOException,
                              AutomationException
The raster function arguments in the template.

Parameters:
ppArgumets - 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 raster function arguments in the template.

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

getVariables

IArray getVariables()
                    throws java.io.IOException,
                           AutomationException
The raster function variables in the template.

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.