|
|||||||||
| 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.IMdProcessProxy
Description: 'Provides access to properties/methods of a model process.' 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 =
public class IMdProcessProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.IMdProcess |
|---|
IID, IID890d0dd1_0f70_4235_9d01_09de87ec949c |
| Constructor Summary | |
|---|---|
|
IMdProcessProxy()
Deprecated. For internal use only |
|
IMdProcessProxy(java.lang.Object obj)
Deprecated. |
protected |
IMdProcessProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMdProcessProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMdProcessProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
execute(ITrackCancel trackCancel,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
Deprecated. Executes the current tool associated with the process using the current parameter values. |
IGPEnvironmentManager |
getEnvironmentManager()
Deprecated. The set of overriding environment values used when validating/executing the process. |
IArray |
getInputParameters()
Deprecated. The collection of input parameter objects used when validating/executing the process. |
IArray |
getOutputParameters()
Deprecated. The collection of output parameter objects used when validating/executing the process. |
IMdParameter |
getParameter(java.lang.String name)
Deprecated. The parameter object with the specified name. |
IArray |
getParameters()
Deprecated. The collection of parameter objects used when validating/executing the process. |
IGPValue |
getParameterValue(java.lang.String name)
Deprecated. Returns the value of specified process parameter. |
IArray |
getPreconditions()
Deprecated. Collection of variables that must be executed prior to executing the process. |
IGPTool |
getTool()
Deprecated. The tool object currently associated with the model process. |
IGPToolName |
getToolName()
Deprecated. The tool name object of the tool currently associated with the model process. |
boolean |
isToolValid()
Deprecated. Returns whether or not the current tool associated with the process is valid. |
boolean |
needsRepair()
Deprecated. Returns whether or not the current tool associated with the process needs to be repaired (e.g., the tool parameters have changed). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
repairParameters()
Deprecated. Updates/repairs the processes collection of parameters to match the tool currently associated with the process. |
void |
setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
Deprecated. The set of overriding environment values used when validating/executing the process. |
void |
setParameterValue(java.lang.String name,
IGPValue value)
Deprecated. Sets the value of specified process parameter. |
void |
setPreconditionsByRef(IArray ppValues)
Deprecated. Collection of variables that must be executed prior to executing the process. |
void |
setToolByRef(IGPTool tool)
Deprecated. The tool object currently associated with the model process. |
| 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 IMdProcessProxy(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 IMdProcessProxy()
public IMdProcessProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMdProcessProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMdProcessProxy(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 IGPToolName getToolName()
throws java.io.IOException,
AutomationException
getToolName in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPTool getTool()
throws java.io.IOException,
AutomationException
getTool in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToolByRef(IGPTool tool)
throws java.io.IOException,
AutomationException
setToolByRef in interface IMdProcesstool - A reference to a com.esri.arcgis.geoprocessing.IGPTool (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getParameters()
throws java.io.IOException,
AutomationException
getParameters in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getInputParameters()
throws java.io.IOException,
AutomationException
getInputParameters in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getOutputParameters()
throws java.io.IOException,
AutomationException
getOutputParameters in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMdParameter getParameter(java.lang.String name)
throws java.io.IOException,
AutomationException
getParameter in interface IMdProcessname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPEnvironmentManager getEnvironmentManager()
throws java.io.IOException,
AutomationException
getEnvironmentManager in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
throws java.io.IOException,
AutomationException
setEnvironmentManagerByRef in interface IMdProcessppEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameterValue(java.lang.String name,
IGPValue value)
throws java.io.IOException,
AutomationException
setParameterValue in interface IMdProcessname - The name (in)value - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getParameterValue(java.lang.String name)
throws java.io.IOException,
AutomationException
getParameterValue in interface IMdProcessname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute(ITrackCancel trackCancel,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
throws java.io.IOException,
AutomationException
execute in interface IMdProcesstrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isToolValid()
throws java.io.IOException,
AutomationException
isToolValid in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean needsRepair()
throws java.io.IOException,
AutomationException
needsRepair in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void repairParameters()
throws java.io.IOException,
AutomationException
repairParameters in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getPreconditions()
throws java.io.IOException,
AutomationException
getPreconditions in interface IMdProcessjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPreconditionsByRef(IArray ppValues)
throws java.io.IOException,
AutomationException
setPreconditionsByRef in interface IMdProcessppValues - A reference to a com.esri.arcgis.system.IArray (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 | ||||||||