com.esri.arcgis.geodatabase
Interface ITrafficFeedDirectory

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrafficFeedDirectory

public interface ITrafficFeedDirectory
extends Serializable

Provides access to a folder directory for retrieving traffic feed data.

Product Availability

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


Method Summary
 String getTrafficDirectory()
          The directory containing dynamic traffic data.
 void setTrafficDirectory(String directory)
          The directory containing dynamic traffic data.
 

Method Detail

getTrafficDirectory

String getTrafficDirectory()
                           throws IOException,
                                  AutomationException
The directory containing dynamic traffic data.

Product Availability

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

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

setTrafficDirectory

void setTrafficDirectory(String directory)
                         throws IOException,
                                AutomationException
The directory containing dynamic traffic data.

Product Availability

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

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