|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPModelTool
COM Interface 'IGPModelTool'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to methods on a geoprocessing model tool object.' 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 |
IIDedd3b6b7_ba3c_473a_891c_d4f793ea4756
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addParameter(java.lang.String name)
Adds a parameter to the model tool. |
void |
clearParameters()
Clear parameters. |
void |
deleteIntermediateData()
Delete intermediate data. |
IGPParameter |
findParameter(java.lang.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(java.lang.String name)
Removes a parameter from the model tool. |
void |
renameElement(java.lang.String oldName,
java.lang.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. |
Field Detail |
---|
static final int IIDedd3b6b7_ba3c_473a_891c_d4f793ea4756
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IMdModel getModel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setModelByRef(IMdModel model) throws java.io.IOException, AutomationException
model
- A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMdDiagramProperties getDiagramProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDiagramPropertiesByRef(IMdDiagramProperties diagramProperties) throws java.io.IOException, AutomationException
diagramProperties
- A reference to a com.esri.arcgis.geoprocessing.IMdDiagramProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addParameter(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 removeParameter(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.IGPParameter findParameter(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 generateDefaultParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void renameElement(java.lang.String oldName, java.lang.String newName) throws java.io.IOException, AutomationException
oldName
- The oldName (in)newName
- The newName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteIntermediateData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumMdVariable getIntermediateVariables() throws java.io.IOException, AutomationException
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 |