IHistoricalTrafficData Interface

Provides access to members in historical traffic data.

Members

Name Description
Read/write property FirstTimeSliceFieldName The field name of the first time slice of the given period in the profile table.
Read/write property FirstTimeSliceStartTime The start time of valid period of a day for traffic data.
Read/write property JoinTableBaseSpeedFieldName The field name for base speed in the join table.
Read/write property JoinTableBaseSpeedUnits Base speed units.
Read/write property JoinTableBaseTravelTimeFieldName The field name for base travel time in the join table.
Read/write property JoinTableBaseTravelTimeUnits Base travel time units.
Read/write property JoinTableName The name of the join table between edges and profiles.
Read/write property JoinTableProfileIDFieldNames The field names of the historic join table pointing to speed profiles.
Read/write property LastTimeSliceFieldName The field name of the last time slice of the given period in the profile table.
Read/write property ProfilesTableName The name of the table containing profiles.
Read/write property TimeSliceDurationInMinutes The duration of time slice in minutes.

IHistoricalTrafficData.FirstTimeSliceFieldName Property

The field name of the first time slice of the given period in the profile table.

Public Property FirstTimeSliceFieldName As String
public string FirstTimeSliceFieldName {get; set;}

IHistoricalTrafficData.FirstTimeSliceStartTime Property

The start time of valid period of a day for traffic data.

Public Property FirstTimeSliceStartTime As DateTime
public DateTime FirstTimeSliceStartTime {get; set;}

IHistoricalTrafficData.JoinTableBaseSpeedFieldName Property

The field name for base speed in the join table.

Public Property JoinTableBaseSpeedFieldName As String
public string JoinTableBaseSpeedFieldName {get; set;}

IHistoricalTrafficData.JoinTableBaseSpeedUnits Property

Base speed units.

Public Property JoinTableBaseSpeedUnits As esriNetworkAttributeUnits
public esriNetworkAttributeUnits JoinTableBaseSpeedUnits {get; set;}

IHistoricalTrafficData.JoinTableBaseTravelTimeFieldName Property

The field name for base travel time in the join table.

Public Property JoinTableBaseTravelTimeFieldName As String
public string JoinTableBaseTravelTimeFieldName {get; set;}

IHistoricalTrafficData.JoinTableBaseTravelTimeUnits Property

Base travel time units.

Public Property JoinTableBaseTravelTimeUnits As esriNetworkAttributeUnits
public esriNetworkAttributeUnits JoinTableBaseTravelTimeUnits {get; set;}

IHistoricalTrafficData.JoinTableName Property

The name of the join table between edges and profiles.

Public Property JoinTableName As String
public string JoinTableName {get; set;}

IHistoricalTrafficData.JoinTableProfileIDFieldNames Property

The field names of the historic join table pointing to speed profiles.

Public Property JoinTableProfileIDFieldNames As IStringArray
public IStringArray JoinTableProfileIDFieldNames {get; set;}

IHistoricalTrafficData.LastTimeSliceFieldName Property

The field name of the last time slice of the given period in the profile table.

Public Property LastTimeSliceFieldName As String
public string LastTimeSliceFieldName {get; set;}

IHistoricalTrafficData.ProfilesTableName Property

The name of the table containing profiles.

Public Property ProfilesTableName As String
public string ProfilesTableName {get; set;}

IHistoricalTrafficData.TimeSliceDurationInMinutes Property

The duration of time slice in minutes.

Public Property TimeSliceDurationInMinutes As Integer
public int TimeSliceDurationInMinutes {get; set;}

Classes that implement IHistoricalTrafficData

Classes Description
TrafficData A container for members in traffic data.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.