See: Description
Class | Description |
---|---|
BlocksProcessor |
Goes through all the Trip objects and creates corresponding Block
assignments that use them.
|
DbConfig |
Reads all the configuration data from the database.
|
DbWriter |
Writes the GTFS data contained in a GtfsData object to the database.
|
GtfsData |
Contains all the GTFS data processed into Java lists and such.
|
GtfsLoggingAppender |
Special logging appender.
|
GtfsUpdatedModule |
Downloads GTFS file from web server if it has been updated and notifies
users.
|
HttpGetGtfsFile |
For grabbing a GTFS zip file over the web using http.
|
StopPathProcessor |
Part of GtfsData class.
|
StopsByLoc |
For determining which stops are near a location.
|
StopsByLoc.StopInfo |
For describing a stop.
|
Test | |
TitleFormatter |
Tool for formatting titles in the GTFS data.
|
TravelTimesProcessorForGtfsUpdates |
For setting travel times when processing GTFS configuration.
|