com.esri.arcgis.geoprocessing
Interface IGPResultOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPResultOptions, IGPResultOptionsProxy

public interface IGPResultOptions
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of the result options.' 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 IID4ce28af5_6030_469c_bd35_6a6d096b4409
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID4ce28af5_6030_469c_bd35_6a6d096b4409

static final int IID4ce28af5_6030_469c_bd35_6a6d096b4409
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

isDensifyFeatures

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

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

setDensifyFeatures

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

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

getTransportType

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

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

setTransportType

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

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