com.esri.arcgis.geoprocessing
Interface IGPResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPResult

public interface IGPResult
extends Serializable

Provides access to the properties/methods of the geoprocessing results.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getValues

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setValuesByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMessages

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMessagesByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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