public interface IRasterFunctionVariable
extends java.io.Serializable
Description: 'Provides access to members that control a raster function variable.' 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 |
IIDbf661e16_879d_4b7e_8a05_96e2476eef17 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getAliases()
The variable's aliases.
|
java.lang.String |
getDescription()
The variable's description.
|
java.lang.String |
getName()
The variable name.
|
java.lang.Object |
getValue()
The variable value.
|
boolean |
isDataset()
Indicates whether the variable is a dataset.
|
void |
resolve(java.lang.Object pArgumentValues)
Resolves the variable using a set of values.
|
void |
setAliasesByRef(IStringArray ppAliases)
The variable's aliases.
|
void |
setDescription(java.lang.String pDescription)
The variable's description.
|
void |
setIsDataset(boolean pbIsDataset)
Indicates whether the variable is a dataset.
|
void |
setName(java.lang.String pName)
The variable name.
|
void |
setValue(java.lang.Object pValue)
The variable value.
|
static final int IIDbf661e16_879d_4b7e_8a05_96e2476eef17
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.Object getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValue(java.lang.Object pValue) throws java.io.IOException, AutomationException
pValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resolve(java.lang.Object pArgumentValues) throws java.io.IOException, AutomationException
pArgumentValues
- A reference to another Object (IUnknown) (in)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 getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAliasesByRef(IStringArray ppAliases) throws java.io.IOException, AutomationException
ppAliases
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getAliases() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsDataset(boolean pbIsDataset) throws java.io.IOException, AutomationException
pbIsDataset
- The pbIsDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.