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