public interface IRasterFunctionTemplate2 extends IRasterFunctionTemplate, 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 |
IIDe312d8af_1b60_482b_ae13_b8e111cfc894 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
Modifier and Type | Method and Description |
---|---|
void |
findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID,
IArray ppMatchingFunctionArguments)
Finds raster function arguments in this template that match the given function arguments CLSID.
|
IArray |
findMemberFunctionsByCLSID(IUID rasterFunctionCLSID)
Finds raster functions in this template that match the given function CLSID.
|
IArray |
findMemberFunctionsByName(java.lang.String rasterFunctionName)
Finds raster functions in this template that match the given function name.
|
java.lang.String |
getHelp()
The help document URL.
|
IPropertySet |
getProperties()
The properties.
|
void |
setHelp(java.lang.String pHelp)
The help document URL.
|
void |
setPropertiesByRef(IPropertySet pProperties)
The properties.
|
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
static final int IIDe312d8af_1b60_482b_ae13_b8e111cfc894
static final int xxDummy
static final java.lang.String IID
java.lang.String getHelp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHelp(java.lang.String pHelp) throws java.io.IOException, AutomationException
pHelp
- The pHelp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet pProperties) throws java.io.IOException, AutomationException
pProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray findMemberFunctionsByCLSID(IUID rasterFunctionCLSID) throws java.io.IOException, AutomationException
rasterFunctionCLSID
- A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray findMemberFunctionsByName(java.lang.String rasterFunctionName) throws java.io.IOException, AutomationException
rasterFunctionName
- The rasterFunctionName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID, IArray ppMatchingFunctionArguments) throws java.io.IOException, AutomationException
functionArgumentsCLSID
- A reference to a com.esri.arcgis.system.IUID (in)ppMatchingFunctionArguments
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.