This document is archived and information here might be outdated.  Recommended version.


ITrafficDataManager Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficDataManager Interface
ArcGIS Developer Help

ITrafficDataManager Interface

Provides editing capabilities for creating or deleting dynamic traffic files.

Product Availability

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

Members

Name Description
Method ConvertTMCToKey Converts a TMC string to a unique integer key value.
Method DeleteData Deletes all dynamic traffic files in the specified folder which are older than the specified cutoff date.
Method Insert Inserts the speed values per time slice for the specified TMC key.
Method StartEditing Starts a new edit session for tracking edits to a new dynamic traffic file.
Method StopEditing Stops the current edit session and writes all current edits to a new dynamic traffic file in the specified folder.

Classes that implement ITrafficDataManager

Classes Description
TrafficDataManager A class for creating/managing dynamic traffic files for dynamic traffic feeds.

Remarks

ITrafficDataManager is used to generate the files that contain real-time traffic speed values associated with the edges in a network dataset.