|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterFunctionArguments
COM Interface 'IRasterFunctionArguments'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID04aa081e_28b0_47e4_b375_f367046da924
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID04aa081e_28b0_47e4_b375_f367046da924
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||