Uses of Class
org.goplanit.gtfs.entity.GtfsRoute
-
Packages that use GtfsRoute Package Description org.goplanit.gtfs.converter.service.handler org.goplanit.gtfs.handler -
-
Uses of GtfsRoute in org.goplanit.gtfs.converter.service.handler
Methods in org.goplanit.gtfs.converter.service.handler with parameters of type GtfsRoute Modifier and Type Method Description void
GtfsPlanitFileHandlerRoutes. handle(GtfsRoute gtfsRoute)
Handle a GTFS routevoid
GtfsServicesHandlerData. registeredRemovedRoute(GtfsRoute gtfsRoute, GtfsServicesHandlerData.RouteRemovalType reason)
Register GTFS route as discarded based on its route type (mode), which is a valid reason to ignore it from further processing. -
Uses of GtfsRoute in org.goplanit.gtfs.handler
Methods in org.goplanit.gtfs.handler with parameters of type GtfsRoute Modifier and Type Method Description void
GtfsFileHandlerRoutes. handle(GtfsRoute gtfsRoute)
Handle a GTFS route
-