Package | Description |
---|---|
org.transitime.avl |
Contains the classes associated with AVL feeds including reading data
from an AVL feed and providing it to the main application usually via JMS for live feeds
but also by reading data and then directly calling AvlProcessor.processAvlReport(avlReport) for
other feeds, especially batch feeds used for debugging or testing.
|
org.transitime.gtfs.writers |
For writing GTFS configuration data in CSV format to files.
|
Modifier and Type | Class and Description |
---|---|
class |
AvlCsvWriter
For writing a CSV file containing AVL reports.
|
Modifier and Type | Class and Description |
---|---|
class |
GtfsExtendedStopTimesWriter
For writing out extended GTFS stop_times.txt file that contains additional
info beyond the usual stop_times.txt file such as statistical info determined
when creating the schedule.
|
class |
GtfsRoutesWriter
For writing out the routes.txt GTFS file.
|
class |
GtfsShapesWriter
Writes out a GTFS shapes.txt file.
|
class |
GtfsStopsWriter
For writing out the stops.txt GTFS file.
|
class |
GtfsStopTimesWriter
For writing a GTFS stop_times.txt file.
|
class |
GtfsTripsWriter
For writing out the trips.txt GTFS file.
|