com.esri.arcgis.geoprocessing
Interface IGPResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPResult, IGPResultProxy

public interface IGPResult
extends java.io.Serializable

COM Interface 'IGPResult'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of the geoprocessing results.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe848af8a_5b8b_45f5_b4b1_e3a0d4adb365
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IJobMessages getMessages()
          The result messages.
 IGPValues getValues()
          The result values.
 void setMessagesByRef(IJobMessages ppMessages)
          The result messages.
 void setValuesByRef(IGPValues ppValues)
          The result values.
 

Field Detail

IIDe848af8a_5b8b_45f5_b4b1_e3a0d4adb365

static final int IIDe848af8a_5b8b_45f5_b4b1_e3a0d4adb365
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getValues

IGPValues getValues()
                    throws java.io.IOException,
                           AutomationException
The result values.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPValues
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValuesByRef

void setValuesByRef(IGPValues ppValues)
                    throws java.io.IOException,
                           AutomationException
The result values.

Parameters:
ppValues - A reference to a com.esri.arcgis.geoprocessing.IGPValues (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

IJobMessages getMessages()
                         throws java.io.IOException,
                                AutomationException
The result messages.

Returns:
A reference to a com.esri.arcgis.system.IJobMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessagesByRef

void setMessagesByRef(IJobMessages ppMessages)
                      throws java.io.IOException,
                             AutomationException
The result messages.

Parameters:
ppMessages - A reference to a com.esri.arcgis.system.IJobMessages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.