com.esri.arcgis.geoprocessing
Interface IGPResultOptions2

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

public interface IGPResultOptions2
extends java.io.Serializable

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

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 IID25842766_41a0_43c7_8718_5e74e20b562e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFormat()
          The format of results.
 IPropertySet getFormatProperties()
          The format properties of results.
 ISpatialReference getSpatialReference()
          The spatial reference of result geodatasets.
 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 setFormat(java.lang.String format)
          The format of results.
 void setFormatPropertiesByRef(IPropertySet ppProperties)
          The format properties of results.
 void setSpatialReferenceByRef(ISpatialReference ppSpRef)
          The spatial reference of result geodatasets.
 void setTransportType(int transportType)
          Indicates if the result files should be returned embedded or referenced by url.
 

Field Detail

IID25842766_41a0_43c7_8718_5e74e20b562e

static final int IID25842766_41a0_43c7_8718_5e74e20b562e
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.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of result geodatasets.

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference ppSpRef)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of result geodatasets.

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

getFormat

java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
The format of results.

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

setFormat

void setFormat(java.lang.String format)
               throws java.io.IOException,
                      AutomationException
The format of results.

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

getFormatProperties

IPropertySet getFormatProperties()
                                 throws java.io.IOException,
                                        AutomationException
The format properties of results.

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

setFormatPropertiesByRef

void setFormatPropertiesByRef(IPropertySet ppProperties)
                              throws java.io.IOException,
                                     AutomationException
The format properties of results.

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