|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPModelTool
Provides access to methods on a geoprocessing model tool object.
| Method Summary | |
|---|---|
void |
addParameter(String name)
Adds a parameter to the model tool. |
void |
clearParameters()
Clear parameters. |
void |
deleteIntermediateData()
Delete intermediate data. |
IGPParameter |
findParameter(String name)
Finds a parameter in the model tool. |
void |
generateDefaultParameters()
Finds a parameter in the model tool. |
IMdDiagramProperties |
getDiagramProperties()
The diagram properties object associated with the tool. |
IEnumMdVariable |
getIntermediateVariables()
Get intermediate variables. |
IMdModel |
getModel()
The model object associated with the tool. |
void |
removeParameter(String name)
Removes a parameter from the model tool. |
void |
renameElement(String oldName,
String newName)
Rename element. |
void |
setDiagramPropertiesByRef(IMdDiagramProperties diagramProperties)
The diagram properties object associated with the tool. |
void |
setModelByRef(IMdModel model)
The model object associated with the tool. |
| Method Detail |
|---|
IMdModel getModel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setModelByRef(IMdModel model)
throws IOException,
AutomationException
model - A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdDiagramProperties getDiagramProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDiagramPropertiesByRef(IMdDiagramProperties diagramProperties)
throws IOException,
AutomationException
diagramProperties - A reference to a com.esri.arcgis.geoprocessing.IMdDiagramProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addParameter(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeParameter(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPParameter findParameter(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void generateDefaultParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void renameElement(String oldName,
String newName)
throws IOException,
AutomationException
oldName - The oldName (in)newName - The newName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteIntermediateData()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdVariable getIntermediateVariables()
throws IOException,
AutomationException
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 | ||||||||