com.esri.arcgis.geodatabase
Interface ITrafficFeedGPService

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrafficFeedGPService

public interface ITrafficFeedGPService
extends Serializable

Provides access to a GP service for retrieving traffic feed data.

Product Availability

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


Method Summary
 IPropertySet getConnectionProperties()
          Connection properties of the GP service.
 String getServiceName()
          The name of the GP service.
 String getTaskName()
          The name of the GP service task which returns a URL to TrafficIndex.xml.
 void setConnectionProperties(IPropertySet connectionProperties)
          Connection properties of the GP service.
 void setServiceName(String serviceName)
          The name of the GP service.
 void setTaskName(String taskName)
          The name of the GP service task which returns a URL to TrafficIndex.xml.
 

Method Detail

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws IOException,
                                            AutomationException
Connection properties of the GP service.

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.

setConnectionProperties

void setConnectionProperties(IPropertySet connectionProperties)
                             throws IOException,
                                    AutomationException
Connection properties of the GP service.

Product Availability

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

Parameters:
connectionProperties - 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.

getServiceName

String getServiceName()
                      throws IOException,
                             AutomationException
The name of the GP service.

Product Availability

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

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

setServiceName

void setServiceName(String serviceName)
                    throws IOException,
                           AutomationException
The name of the GP service.

Product Availability

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

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

getTaskName

String getTaskName()
                   throws IOException,
                          AutomationException
The name of the GP service task which returns a URL to TrafficIndex.xml.

Product Availability

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

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

setTaskName

void setTaskName(String taskName)
                 throws IOException,
                        AutomationException
The name of the GP service task which returns a URL to TrafficIndex.xml.

Product Availability

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

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