|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IGPModelToolProxy
public class IGPModelToolProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPModelTool |
|---|
IID, IIDedd3b6b7_ba3c_473a_891c_d4f793ea4756 |
| Constructor Summary | |
|---|---|
|
IGPModelToolProxy()
For internal use only |
|
IGPModelToolProxy(java.lang.Object obj)
|
protected |
IGPModelToolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGPModelToolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGPModelToolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGPModelToolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGPModelToolProxy()
public IGPModelToolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPModelToolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPModelToolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IMdModel getModel()
throws java.io.IOException,
AutomationException
getModel in interface IGPModelTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setModelByRef(IMdModel model)
throws java.io.IOException,
AutomationException
setModelByRef in interface IGPModelToolmodel - 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.
public IMdDiagramProperties getDiagramProperties()
throws java.io.IOException,
AutomationException
getDiagramProperties in interface IGPModelTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDiagramPropertiesByRef(IMdDiagramProperties diagramProperties)
throws java.io.IOException,
AutomationException
setDiagramPropertiesByRef in interface IGPModelTooldiagramProperties - 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.
public void addParameter(java.lang.String name)
throws java.io.IOException,
AutomationException
addParameter in interface IGPModelToolname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeParameter(java.lang.String name)
throws java.io.IOException,
AutomationException
removeParameter in interface IGPModelToolname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPParameter findParameter(java.lang.String name)
throws java.io.IOException,
AutomationException
findParameter in interface IGPModelToolname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void generateDefaultParameters()
throws java.io.IOException,
AutomationException
generateDefaultParameters in interface IGPModelTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void renameElement(java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException,
AutomationException
renameElement in interface IGPModelToololdName - The oldName (in)newName - The newName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearParameters()
throws java.io.IOException,
AutomationException
clearParameters in interface IGPModelTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteIntermediateData()
throws java.io.IOException,
AutomationException
deleteIntermediateData in interface IGPModelTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumMdVariable getIntermediateVariables()
throws java.io.IOException,
AutomationException
getIntermediateVariables in interface IGPModelTooljava.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 | ||||||||