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.
|
Modifier and Type | Method and Description |
---|---|
static NmeaGpsLocation |
NmeaGpsLocation.parse(java.lang.String nmeaString)
Returns location from NMEA string.
|
static NmeaGpsLocation |
NmeaGpsLocation.parseIgnoringChecksum(java.lang.String nmeaString)
Returns location from NMEA string.
|