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