|
|||||||||
| 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.IGPTaskProxy
Description: 'Provides access to properties/methods of a task 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 =
public class IGPTaskProxy
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.IGPTask |
|---|
IID, IIDf25fa93f_27ff_4698_889d_115904e429ab |
| Constructor Summary | |
|---|---|
|
IGPTaskProxy()
Deprecated. For internal use only |
|
IGPTaskProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPTaskProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPTaskProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPTaskProxy(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. |
int |
getMode()
Deprecated. The task mode. |
java.lang.String |
getParameterDescription(java.lang.String name)
Deprecated. Get the parameter description. |
void |
getParameterInfo(java.lang.String name,
boolean[] visible,
IGPParameter[] ppParameter,
IGPDomain[] ppDomain)
Deprecated. Get the parameter info. |
IPropertySet |
getParameterMapping()
Deprecated. The parameter mapping associated with the task. |
IMdProcess |
getProcess()
Deprecated. The task process. |
java.lang.Object |
getRenderer(java.lang.String name)
Deprecated. Get the parameter renderer. |
void |
init(IMdProcess process)
Deprecated. Initialize the task. |
void |
initPackage(IMdProcess process)
Deprecated. Initialize the task. |
boolean |
isHasWorkspace()
Deprecated. Set the parameter renderer. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setHasWorkspace(boolean pHasWorkspace)
Deprecated. Set the parameter renderer. |
void |
setParameterDescription(java.lang.String name,
java.lang.String desc)
Deprecated. Set the parameter description. |
void |
setParameterInfo(java.lang.String name,
boolean visible,
IGPParameter pParameter,
IGPDomain pDomain)
Deprecated. Set the parameter info. |
void |
setProcessByRef(IMdProcess process)
Deprecated. The task process. |
void |
setRenderer(java.lang.String name,
java.lang.Object pRenderer)
Deprecated. Set the parameter renderer. |
| 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 IGPTaskProxy(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 IGPTaskProxy()
public IGPTaskProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPTaskProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPTaskProxy(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 void init(IMdProcess process)
throws java.io.IOException,
AutomationException
init in interface IGPTaskprocess - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initPackage(IMdProcess process)
throws java.io.IOException,
AutomationException
initPackage in interface IGPTaskprocess - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMode()
throws java.io.IOException,
AutomationException
getMode in interface IGPTaskjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMdProcess getProcess()
throws java.io.IOException,
AutomationException
getProcess in interface IGPTaskjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProcessByRef(IMdProcess process)
throws java.io.IOException,
AutomationException
setProcessByRef in interface IGPTaskprocess - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getParameterMapping()
throws java.io.IOException,
AutomationException
getParameterMapping in interface IGPTaskjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getParameterInfo(java.lang.String name,
boolean[] visible,
IGPParameter[] ppParameter,
IGPDomain[] ppDomain)
throws java.io.IOException,
AutomationException
getParameterInfo in interface IGPTaskname - The name (in)visible - The visible (out: use single element array)ppParameter - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (out: use single element array)ppDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameterInfo(java.lang.String name,
boolean visible,
IGPParameter pParameter,
IGPDomain pDomain)
throws java.io.IOException,
AutomationException
setParameterInfo in interface IGPTaskname - The name (in)visible - The visible (in)pParameter - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)pDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getRenderer(java.lang.String name)
throws java.io.IOException,
AutomationException
getRenderer in interface IGPTaskname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRenderer(java.lang.String name,
java.lang.Object pRenderer)
throws java.io.IOException,
AutomationException
setRenderer in interface IGPTaskname - The name (in)pRenderer - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasWorkspace()
throws java.io.IOException,
AutomationException
isHasWorkspace in interface IGPTaskjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasWorkspace(boolean pHasWorkspace)
throws java.io.IOException,
AutomationException
setHasWorkspace in interface IGPTaskpHasWorkspace - The pHasWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getParameterDescription(java.lang.String name)
throws java.io.IOException,
AutomationException
getParameterDescription in interface IGPTaskname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameterDescription(java.lang.String name,
java.lang.String desc)
throws java.io.IOException,
AutomationException
setParameterDescription in interface IGPTaskname - The name (in)desc - The desc (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 | ||||||||