public interface IRasterFunctionInfo
extends java.io.Serializable
Description: 'Provides access to members that describe a raster 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 |
IID22a9001d_d872_49f2_8600_a212bdc15d82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The raster function description.
|
java.lang.String |
getHelp()
The raster function help URL.
|
java.lang.String |
getName()
The raster function name.
|
void |
setDescription(java.lang.String pDescription)
The raster function description.
|
void |
setHelp(java.lang.String pHelp)
The raster function help URL.
|
void |
setName(java.lang.String pName)
The raster function name.
|
static final int IID22a9001d_d872_49f2_8600_a212bdc15d82
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String pDescription) throws java.io.IOException, AutomationException
pDescription
- The pDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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.