Class GtfsPlanitFileHandlerStops
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsStop>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerStops
-
- org.goplanit.gtfs.converter.zoning.handler.GtfsPlanitFileHandlerStops
-
public class GtfsPlanitFileHandlerStops extends GtfsFileHandlerStops
Handler for handling stops and augmenting a PLANit zoning with the found stops in the process- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsPlanitFileHandlerStops(GtfsZoningHandlerData data)
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, handleComplete, handleRaw, isCompatible, reset
-
-
-
-
Constructor Detail
-
GtfsPlanitFileHandlerStops
public GtfsPlanitFileHandlerStops(GtfsZoningHandlerData data)
Constructor- Parameters:
data
- all handler related data is provided, tracked via this instance
-
-
Method Detail
-
handle
public void handle(GtfsStop gtfsStop)
Handle a GTFS stop- Overrides:
handle
in classGtfsFileHandlerStops
- Parameters:
gtfsStop
- to handler
-
-