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.gtfsStructs |
Contains the classes the correspond directly to the GTFS data.
|
Modifier and Type | Class and Description |
---|---|
class |
AvlCsvRecord
Represents a single record in a CSV file containing AVL data.
|
Modifier and Type | Class and Description |
---|---|
class |
GtfsAgency |
class |
GtfsCalendar
A GTFS calendar object.
|
class |
GtfsCalendarDate
A GTFS calendar_dates object.
|
class |
GtfsExtendedStopTime
For when generating more accurate schedule times using AVL data.
|
class |
GtfsFareAttribute
A GTFS fare_attributes object.
|
class |
GtfsFareRule
A GTFS fare_rules object.
|
class |
GtfsFeedInfo
A GTFS feed_info object.
|
class |
GtfsFrequency
A GTFS frequencies object.
|
class |
GtfsRoute
A GTFS routes object.
|
class |
GtfsShape
A GTFS shapes object.
|
class |
GtfsStop
A GTFS stops object.
|
class |
GtfsStopTime
A GTFS stop_times object
|
class |
GtfsTransfer |
class |
GtfsTrip
A GTFS trip object.
|