com.esri.arcgis.geodatabase
Interface ITrafficData

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrafficData

public interface ITrafficData
extends Serializable

Provides access to members in traffic data.

Product Availability

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


Method Summary
 double getTimeInterval()
          The time interval of the traffic data.
 int getTimeIntervalUnits()
          The units of the time interval of the traffic data.
 

Method Detail

getTimeInterval

double getTimeInterval()
                       throws IOException,
                              AutomationException
The time interval of the traffic data.

Product Availability

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

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

getTimeIntervalUnits

int getTimeIntervalUnits()
                         throws IOException,
                                AutomationException
The units of the time interval of the traffic data.

Product Availability

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

Returns:
A com.esri.arcgis.system.esriTimeUnits constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.