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.readers |
For reading in a GTFS file in CSV format.
|
Modifier and Type | Class and Description |
---|---|
class |
AvlCsvReader
For reading in AVL data from a CSV file.
|
Modifier and Type | Class and Description |
---|---|
class |
GtfsAgenciesSupplementReader
GTFS reader for supplemental agency.txt file
|
class |
GtfsAgencyReader
GTFS reader for the agency.txt file
|
class |
GtfsCalendarDatesReader
GTFS reader for the calendar_dates.txt file
|
class |
GtfsCalendarReader |
class |
GtfsFareAttributesReader
GTFS reader for the fare_attributes.txt file
|
class |
GtfsFareRulesReader
GTFS reader for the fare_rules.txt file
|
class |
GtfsFeedInfosReader
GTFS reader for the feed_info.txt file
|
class |
GtfsFrequenciesReader
GTFS reader for the frequencies.txt file
|
class |
GtfsRoutesReader
GTFS reader for the route.txt file
|
class |
GtfsRoutesSupplementReader
GTFS reader for the routeSupplement.txt file
|
class |
GtfsShapesReader
GTFS reader for the shapes.txt file
|
class |
GtfsShapesSupplementReader
GTFS reader for supplemental shapes.txt file.
|
class |
GtfsStopsReader
GTFS reader for the stops.txt file
|
class |
GtfsStopsSupplementReader
GTFS reader for supplemental stops.txt file
|
class |
GtfsStopTimesReader
GTFS reader for the stop_times.txt file
|
class |
GtfsStopTimesSupplementReader
GTFS reader for supplemental stop_times.txt file
|
class |
GtfsTransfersReader |
class |
GtfsTripsReader
GTFS reader for the trips.txt file
|
class |
GtfsTripsSupplementReader
GTFS reader for supplemental trips.txt file
|