public interface IRasterFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control raster function arguments.' 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 |
IID04aa081e_28b0_47e4_b375_f367046da924 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getFileList()
The list of all files associated with the arguments.
|
IStringArray |
getNames()
The list of all argument names.
|
java.lang.Object |
getValue(java.lang.String name)
Gets a named argument value.
|
IVariantArray |
getValues()
The list of all arguments.
|
void |
putValue(java.lang.String name,
java.lang.Object value)
Puts a named argument value.
|
void |
remove(java.lang.String name)
Removes a named argument value.
|
void |
removeAll()
Removes all argument values.
|
void |
resolve(IRow pRow,
IPropertySet pPropertySet)
Resolves function variables using a row and set of properties.
|
void |
update(IRow pRow,
IPropertySet pPropertySet,
IRasterFunctionArguments pTemplateArguments)
Updates function variables using a row and set of properties.
|
static final int IID04aa081e_28b0_47e4_b375_f367046da924
static final int xxDummy
static final java.lang.String IID
java.lang.Object getValue(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putValue(java.lang.String name, java.lang.Object value) throws java.io.IOException, AutomationException
name
- The name (in)value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVariantArray getValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getFileList() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resolve(IRow pRow, IPropertySet pPropertySet) throws java.io.IOException, AutomationException
pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)pPropertySet
- 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.void update(IRow pRow, IPropertySet pPropertySet, IRasterFunctionArguments pTemplateArguments) throws java.io.IOException, AutomationException
pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)pTemplateArguments
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionArguments (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.