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 voidGtfsPlanitFileHandlerRoutes. handle(GtfsRoute gtfsRoute)Handle a GTFS routevoidGtfsServicesHandlerData. 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 voidGtfsFileHandlerRoutes. handle(GtfsRoute gtfsRoute)Handle a GTFS route
-