com.esri.arcgis.geoprocessing
Interface IGPResultOptions2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPResultOptions

public interface IGPResultOptions2
extends Serializable

Description

This interface is new at ArcGIS 9.3. It supersedes IGPResultOptions.

Product Availability

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


Method Summary
 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(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.
 

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.

getSpatialReference

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

Product Availability

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

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

setSpatialReferenceByRef

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

Product Availability

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

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

getFormat

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

Product Availability

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

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

setFormat

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

Product Availability

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

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

getFormatProperties

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

Product Availability

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

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

setFormatPropertiesByRef

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

Product Availability

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

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