public interface IRasterFunctionTemplate
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
static final int xxDummy
static final java.lang.String IID
IRasterFunction getFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionByRef(IRasterFunction ppFunction) throws java.io.IOException, AutomationException
ppFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setArgumentsByRef(java.lang.Object ppArgumets) throws java.io.IOException, AutomationException
ppArgumets
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.