|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterFunctionArguments
Provides access to members that control raster function argments.
| Method Summary | |
|---|---|
IStringArray |
getFileList()
The list of all files associated with the arguments. |
IStringArray |
getNames()
The list of all argument names. |
Object |
getValue(String name)
Gets a named argument value. |
IVariantArray |
getValues()
The list of all arguments. |
void |
putValue(String name,
Object value)
Puts a named argument value. |
void |
remove(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. |
| Method Detail |
|---|
Object getValue(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putValue(String name,
Object value)
throws IOException,
AutomationException
name - The name (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IVariantArray getValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getFileList()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resolve(IRow pRow,
IPropertySet pPropertySet)
throws IOException,
AutomationException
pRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void update(IRow pRow,
IPropertySet pPropertySet,
IRasterFunctionArguments pTemplateArguments)
throws 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)
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 | ||||||||