|
|||||||||
| 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.IGeoProcessorResult2Proxy
Description: 'The Geoprocessor Result. Provides access to the results of tools.' 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 IGeoProcessorResult2Proxy
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.IGeoProcessorResult2 |
|---|
IID, IID23c0c81f_421a_44d9_a123_ae12b3c4e282 |
| Constructor Summary | |
|---|---|
|
IGeoProcessorResult2Proxy()
Deprecated. For internal use only |
|
IGeoProcessorResult2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IGeoProcessorResult2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGeoProcessorResult2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGeoProcessorResult2Proxy(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 |
cancel()
Deprecated. Cancel the job. |
IGPValue |
getInput(int index)
Deprecated. Return the input by index. |
int |
getInputCount()
Deprecated. Return the number of inputs. |
java.lang.String |
getMapImageURL(ILongArray pParamIndexes,
int height,
int width,
int resolution)
Deprecated. Delete the job and all associated data. |
int |
getMaxSeverity()
Deprecated. Return the maximum severity of the message. |
java.lang.String |
getMessage(int index)
Deprecated. Return the message description by index. |
int |
getMessageCount()
Deprecated. Return the number of messages. |
java.lang.String |
getMessages(int severity)
Deprecated. Return all of the message descriptions. |
IGPValue |
getOutput(int index)
Deprecated. Return the output by index. |
int |
getOutputCount()
Deprecated. Return the number of outputs. |
IMdProcess |
getProcess()
Deprecated. Set the GeoProcessor process value. |
java.lang.String |
getResultID()
Deprecated. Get the job ID. |
IGPMessages |
getResultMessages()
Deprecated. Return the GPMessages object which will be messages. |
int |
getReturnCode(int index)
Deprecated. Return the message error code (Error Messages Only) by index. |
java.lang.Object |
getReturnValue()
Deprecated. Get the GeoProcessor return value. |
int |
getSeverity(int index)
Deprecated. Return the message severity by index. |
int |
getStatus()
Deprecated. Get the job status. |
boolean |
isAsync()
Deprecated. Get the GeoProcessor ASync status. |
boolean |
isCanceled()
Deprecated. Get the GeoProcessor return value. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setProcessByRef(IMdProcess process)
Deprecated. Set the GeoProcessor process value. |
void |
setResultID(java.lang.String resultID)
Deprecated. Get the job ID. |
void |
setStatus(int status)
Deprecated. Get the job status. |
| 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 IGeoProcessorResult2Proxy(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 IGeoProcessorResult2Proxy()
public IGeoProcessorResult2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGeoProcessorResult2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGeoProcessorResult2Proxy(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 java.lang.Object getReturnValue()
throws java.io.IOException,
AutomationException
getReturnValue in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStatus()
throws java.io.IOException,
AutomationException
getStatus in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getResultID()
throws java.io.IOException,
AutomationException
getResultID in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessages getResultMessages()
throws java.io.IOException,
AutomationException
getResultMessages in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageCount()
throws java.io.IOException,
AutomationException
getMessageCount in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMessage(int index)
throws java.io.IOException,
AutomationException
getMessage in interface IGeoProcessorResult2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSeverity(int index)
throws java.io.IOException,
AutomationException
getSeverity in interface IGeoProcessorResult2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReturnCode(int index)
throws java.io.IOException,
AutomationException
getReturnCode in interface IGeoProcessorResult2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMessages(int severity)
throws java.io.IOException,
AutomationException
getMessages in interface IGeoProcessorResult2severity - The severity (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxSeverity()
throws java.io.IOException,
AutomationException
getMaxSeverity in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOutputCount()
throws java.io.IOException,
AutomationException
getOutputCount in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getOutput(int index)
throws java.io.IOException,
AutomationException
getOutput in interface IGeoProcessorResult2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getInputCount()
throws java.io.IOException,
AutomationException
getInputCount in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getInput(int index)
throws java.io.IOException,
AutomationException
getInput in interface IGeoProcessorResult2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cancel()
throws java.io.IOException,
AutomationException
cancel in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMapImageURL(ILongArray pParamIndexes,
int height,
int width,
int resolution)
throws java.io.IOException,
AutomationException
getMapImageURL in interface IGeoProcessorResult2pParamIndexes - A reference to a com.esri.arcgis.system.ILongArray (in)height - The height (in)width - The width (in)resolution - The resolution (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStatus(int status)
throws java.io.IOException,
AutomationException
setStatus in interface IGeoProcessorResult2status - A com.esri.arcgis.system.esriJobStatus constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultID(java.lang.String resultID)
throws java.io.IOException,
AutomationException
setResultID in interface IGeoProcessorResult2resultID - The resultID (in)
java.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 IGeoProcessorResult2java.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 IGeoProcessorResult2process - 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 boolean isCanceled()
throws java.io.IOException,
AutomationException
isCanceled in interface IGeoProcessorResult2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAsync()
throws java.io.IOException,
AutomationException
isAsync in interface IGeoProcessorResult2java.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 | ||||||||