Provides access to members in historical traffic data.
Members
Name | Description | |
---|---|---|
FirstTimeSliceFieldName | The field name of the first time slice of the given period in the profile table. | |
FirstTimeSliceStartTime | The start time of valid period of a day for traffic data. | |
JoinTableBaseSpeedFieldName | The field name for base speed in the join table. | |
JoinTableBaseSpeedUnits | Base speed units. | |
JoinTableBaseTravelTimeFieldName | The field name for base travel time in the join table. | |
JoinTableBaseTravelTimeUnits | Base travel time units. | |
JoinTableName | The name of the join table between edges and profiles. | |
JoinTableProfileIDFieldNames | The field names of the historic join table pointing to speed profiles. | |
LastTimeSliceFieldName | The field name of the last time slice of the given period in the profile table. | |
ProfilesTableName | The name of the table containing profiles. | |
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. |