com.esri.arcgis.geoprocessing
Interface IGPResultOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPResultOptions

public interface IGPResultOptions
extends Serializable

Provides access to the properties/methods of the result options.

Superseded By

IGPResultOptions2

Product Availability

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


Method Summary
 int getTransportType()
          Indicates if the result files should be returned embedded or referenced by url.
 boolean isDensifyFeatures()
          Indicates if the result features should be densified.
 void setDensifyFeatures(boolean pVal)
          Indicates if the result features should be densified.
 void setTransportType(int transportType)
          Indicates if the result files should be returned embedded or referenced by url.
 

Method Detail

isDensifyFeatures

boolean isDensifyFeatures()
                          throws IOException,
                                 AutomationException
Indicates if the result features should be densified.

Product Availability

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

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDensifyFeatures

void setDensifyFeatures(boolean pVal)
                        throws IOException,
                               AutomationException
Indicates if the result features should be densified.

Product Availability

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

Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransportType

int getTransportType()
                     throws IOException,
                            AutomationException
Indicates if the result files should be returned embedded or referenced by url.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransportType

void setTransportType(int transportType)
                      throws IOException,
                             AutomationException
Indicates if the result files should be returned embedded or referenced by url.

Product Availability

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

Parameters:
transportType - A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.