TrafficData
A class that contains members in traffic data.
Property |
Type |
Description |
---|---|---|
ProfilesTableName |
string |
The name of the table containing profiles. |
TimeSliceDurationInMinutes |
int |
The duration of time slice in minutes. |
FirstTimeSliceStartTime |
DateTime |
The start time of valid period of a day for traffic data. |
FirstTimeSliceFieldName |
string |
The field name of the first time slice of the given period in the profile table. |
LastTimeSliceFieldName |
string |
The field name of the last time slice of the given period in the profile table. |
JoinTableName |
string |
The name of the join table between edges and profiles. |
JoinTableBaseTravelTimeFieldName |
string |
The field name for base travel time in the join table. |
JoinTableBaseTravelTimeUnits |
Base travel time units. | |
JoinTableProfileIDFieldNames |
string[] |
The field names of the historic join table pointing to speed profiles. |