Package | Description |
---|---|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.gtfs |
Contains classes for reading and writing GTFS configuration data.
|
Constructor and Description |
---|
TripPattern(int configRev,
java.lang.String shapeId,
java.util.List<StopPath> stopPaths,
Trip trip,
GtfsData gtfsData)
Create a TripPattern.
|
Modifier and Type | Method and Description |
---|---|
void |
TravelTimesProcessorForGtfsUpdates.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.
|
Constructor and Description |
---|
BlocksProcessor(GtfsData gtfsData)
Member Functions
|
DbWriter(GtfsData gtfsData)
Member Functions
|