Uses of Class
org.goplanit.gtfs.entity.GtfsStopTime
-
Packages that use GtfsStopTime Package Description org.goplanit.gtfs.converter.service.handler org.goplanit.gtfs.handler -
-
Uses of GtfsStopTime in org.goplanit.gtfs.converter.service.handler
Methods in org.goplanit.gtfs.converter.service.handler with parameters of type GtfsStopTime Modifier and Type Method Description void
GtfsPlanitFileHandlerStopTimes. handle(GtfsStopTime gtfsStopTime)
Handle a GTFS stop time for a given trip -
Uses of GtfsStopTime in org.goplanit.gtfs.handler
Methods in org.goplanit.gtfs.handler with parameters of type GtfsStopTime Modifier and Type Method Description void
GtfsFileHandlerStopTimes. handle(GtfsStopTime gtfsStop)
Handle a GTFS stop time
-