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