public class TravelTimesProcessorForGtfsUpdates
extends java.lang.Object
Constructor and Description |
---|
TravelTimesProcessorForGtfsUpdates(ActiveRevisions activeRevisions,
int originalTravelTimesRev,
double maxTravelTimeSegmentLength,
int defaultWaitTimeAtStopMsec,
double maxSpeedKph)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
process(org.hibernate.Session session,
GtfsData gtfsData)
For trips where travel times not set in database via GPS data
default travel times are created by looking at the schedule
times and interpolating.
|
public TravelTimesProcessorForGtfsUpdates(ActiveRevisions activeRevisions, int originalTravelTimesRev, double maxTravelTimeSegmentLength, int defaultWaitTimeAtStopMsec, double maxSpeedKph)
activeRevisions
- originalTravelTimesRev
- maxTravelTimeSegmentLength
- defaultWaitTimeAtStopMsec
- maxSpeedKph
- public void process(org.hibernate.Session session, GtfsData gtfsData)
gtfsData
-