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.custom.mbta |
Custom classes specifically for MBTA
|
org.transitime.custom.missionBay |
Custom classes specifically for Mission Bay Shuttle
|
org.transitime.custom.nyc |
Custom software for New York City.
|
org.transitime.custom.sfmta |
Custom classes specifically for SFMTA
|
Modifier and Type | Class and Description |
---|---|
class |
NextBusAvlModule
Reads AVL data from a NextBus AVL feed and processes each AVL report.
|
class |
ZonarAvlModule
Reads AVL data from Zonar XML AVL feed.
|
Modifier and Type | Class and Description |
---|---|
class |
MbtaNextBusAvlModule
For mbta the block assignments from the feed don't
match to the GTFS data.
|
Modifier and Type | Class and Description |
---|---|
class |
MissionBayAvlModule |
Modifier and Type | Class and Description |
---|---|
class |
BusTimeSiriAvlModule
Reads AVL data from the NYC MTA BusTime Siri AVL feed and publishes it to
appropriate JMS topic so that it can be read by AVL clients.
|
Modifier and Type | Class and Description |
---|---|
class |
MuniNextBusAvlModule
For sfmta agency the block assignments from the feed don't
match to the GTFS data.
|