public abstract class GtfsRtVehiclePositionsReaderBase
extends java.lang.Object
| Constructor and Description |
|---|
GtfsRtVehiclePositionsReaderBase(java.lang.String urlString)
Member Functions
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUrlString()
Returns the URL that this class is reading the GTFS-realtime data from.
|
void |
process()
Actually processes the GTFS-realtime file and calls handleAvlReport()
for each AvlReport.
|