Package org.goplanit.gtfs.handler
Class GtfsFileHandlerStopTimes
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsStopTime>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerStopTimes
-
- Direct Known Subclasses:
GtfsPlanitFileHandlerStopTimes
public class GtfsFileHandlerStopTimes extends GtfsFileHandler<GtfsStopTime>
Base handler for handling stop times- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsFileHandlerStopTimes()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(GtfsStopTime gtfsStop)
Handle a GTFS stop time-
Methods inherited from class org.goplanit.gtfs.handler.GtfsFileHandler
getFileScheme, handleComplete, handleRaw, isCompatible, reset
-
-
-
-
Method Detail
-
handle
public void handle(GtfsStopTime gtfsStop)
Handle a GTFS stop time- Specified by:
handle
in classGtfsFileHandler<GtfsStopTime>
- Parameters:
gtfsStop
- to handler
-
-