com.esri.arcgis.geoprocessing
Class IGeoProcessorResultProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGeoProcessorResultProxy
All Implemented Interfaces:
IGeoProcessorResult, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGeoProcessorResult'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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 IGeoProcessorResultProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoProcessorResult, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IGeoProcessorResult
IID, IIDe6f5ed50_72bb_42ae_b62f_b749185e2792
 
Constructor Summary
  IGeoProcessorResultProxy()
          Deprecated. For internal use only
  IGeoProcessorResultProxy(java.lang.Object obj)
          Deprecated.  
protected IGeoProcessorResultProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeoProcessorResultProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeoProcessorResultProxy(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.
 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.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeoProcessorResultProxy

public IGeoProcessorResultProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGeoProcessorResultProxy

public IGeoProcessorResultProxy()
Deprecated. 
For internal use only


IGeoProcessorResultProxy

public IGeoProcessorResultProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeoProcessorResultProxy

protected IGeoProcessorResultProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeoProcessorResultProxy

protected IGeoProcessorResultProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getReturnValue

public java.lang.Object getReturnValue()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get the GeoProcessor return value.

Specified by:
getReturnValue in interface IGeoProcessorResult
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

public int getStatus()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Get the job status.

Specified by:
getStatus in interface IGeoProcessorResult
Returns:
A com.esri.arcgis.system.esriJobStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResultID

public java.lang.String getResultID()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get the job ID.

Specified by:
getResultID in interface IGeoProcessorResult
Returns:
The resultID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResultMessages

public IGPMessages getResultMessages()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Return the GPMessages object which will be messages.

Specified by:
getResultMessages in interface IGeoProcessorResult
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageCount

public int getMessageCount()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Return the number of messages.

Specified by:
getMessageCount in interface IGeoProcessorResult
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessage

public java.lang.String getMessage(int index)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Return the message description by index.

Specified by:
getMessage in interface IGeoProcessorResult
Parameters:
index - The index (in)
Returns:
The pMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeverity

public int getSeverity(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Return the message severity by index.

Specified by:
getSeverity in interface IGeoProcessorResult
Parameters:
index - The index (in)
Returns:
The pSeverity
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReturnCode

public int getReturnCode(int index)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Return the message error code (Error Messages Only) by index.

Specified by:
getReturnCode in interface IGeoProcessorResult
Parameters:
index - The index (in)
Returns:
The pCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

public java.lang.String getMessages(int severity)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Return all of the message descriptions.

Specified by:
getMessages in interface IGeoProcessorResult
Parameters:
severity - The severity (in)
Returns:
The pMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxSeverity

public int getMaxSeverity()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Return the maximum severity of the message.

Specified by:
getMaxSeverity in interface IGeoProcessorResult
Returns:
The pSeverity
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputCount

public int getOutputCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Return the number of outputs.

Specified by:
getOutputCount in interface IGeoProcessorResult
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutput

public IGPValue getOutput(int index)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Return the output by index.

Specified by:
getOutput in interface IGeoProcessorResult
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputCount

public int getInputCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Return the number of inputs.

Specified by:
getInputCount in interface IGeoProcessorResult
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInput

public IGPValue getInput(int index)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Return the input by index.

Specified by:
getInput in interface IGeoProcessorResult
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cancel

public void cancel()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Cancel the job.

Specified by:
cancel in interface IGeoProcessorResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapImageURL

public java.lang.String getMapImageURL(ILongArray pParamIndexes,
                                       int height,
                                       int width,
                                       int resolution)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Delete the job and all associated data.

Specified by:
getMapImageURL in interface IGeoProcessorResult
Parameters:
pParamIndexes - A reference to a com.esri.arcgis.system.ILongArray (in)
height - The height (in)
width - The width (in)
resolution - The resolution (in)
Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.