Class GtfsPlanitFileHandlerRoutes
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsRoute>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerRoutes
-
- org.goplanit.gtfs.converter.service.handler.GtfsPlanitFileHandlerRoutes
-
public class GtfsPlanitFileHandlerRoutes extends GtfsFileHandlerRoutes
Handler for handling routes and populating a PLANit (Service) network and routes with the found GTFS routes- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsPlanitFileHandlerRoutes(GtfsServicesHandlerData gtfsServicesHandlerData)
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
-
-
-
-
Constructor Detail
-
GtfsPlanitFileHandlerRoutes
public GtfsPlanitFileHandlerRoutes(GtfsServicesHandlerData gtfsServicesHandlerData)
Constructor- Parameters:
gtfsServicesHandlerData
- containing all data to track and resources needed to perform the processing
-
-
Method Detail
-
handle
public void handle(GtfsRoute gtfsRoute)
Handle a GTFS route- Overrides:
handle
in classGtfsFileHandlerRoutes
- Parameters:
gtfsRoute
- to handler
-
-