com.esri.arcgis.networkanalyst
Interface ITrafficFeed

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrafficFeed

public interface ITrafficFeed
extends Serializable

Provides access to traffic feed.

Remarks

ITrafficFeed holds specifications for a traffic feed.

Product Availability

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


Method Summary
 IPropertySet getProperties()
          The type of feed.
 String getURL()
          The feed URL.
 void setProperties(IPropertySet ppVal)
          The type of feed.
 void setURL(String ppVal)
          The feed URL.
 

Method Detail

getURL

String getURL()
              throws IOException,
                     AutomationException
The feed URL.

Product Availability

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

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

setURL

void setURL(String ppVal)
            throws IOException,
                   AutomationException
The feed URL.

Product Availability

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

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

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
The type of feed.

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.

setProperties

void setProperties(IPropertySet ppVal)
                   throws IOException,
                          AutomationException
The type of feed.

Product Availability

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

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