Package org.goplanit.gtfs.handler
Class GtfsFileHandlerStopTimes
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsStopTime>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerStopTimes
-
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 voidhandle(GtfsStopTime gtfsStop)Handle a GTFS stop time-
Methods inherited from class org.goplanit.gtfs.handler.GtfsFileHandler
getFileScheme, handleRaw, isCompatible
-
-
-
-
Method Detail
-
handle
public void handle(GtfsStopTime gtfsStop)
Handle a GTFS stop time- Specified by:
handlein classGtfsFileHandler<GtfsStopTime>- Parameters:
gtfsStop- to handler
-
-