Uses of Class
org.goplanit.gtfs.enums.RouteTypeChoice
-
Packages that use RouteTypeChoice Package Description org.goplanit.gtfs.converter org.goplanit.gtfs.converter.intermodal org.goplanit.gtfs.converter.service org.goplanit.gtfs.enums -
-
Uses of RouteTypeChoice in org.goplanit.gtfs.converter
Fields in org.goplanit.gtfs.converter declared as RouteTypeChoice Modifier and Type Field Description protected RouteTypeChoice
GtfsConverterReaderSettingsWithModeMapping. routeTypeChoice
Indicates what route types are applied, e.g.Methods in org.goplanit.gtfs.converter that return RouteTypeChoice Modifier and Type Method Description RouteTypeChoice
GtfsConverterReaderSettingsWithModeMapping. getRouteTypeChoice()
The route type choice used for identifying the GTFS route modes and mapping them to PLANit modesConstructors in org.goplanit.gtfs.converter with parameters of type RouteTypeChoice Constructor Description GtfsConverterReaderSettingsWithModeMapping(String inputSource, String countryName, RouteTypeChoice routeTypeChoice)
Constructor with user defined source localeGtfsConverterReaderSettingsWithModeMapping(URL inputSource, String countryName, RouteTypeChoice routeTypeChoice)
Constructor with user defined source locale -
Uses of RouteTypeChoice in org.goplanit.gtfs.converter.intermodal
Methods in org.goplanit.gtfs.converter.intermodal with parameters of type RouteTypeChoice Modifier and Type Method Description static GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, RouteTypeChoice typeChoice)
Create a GtfsIntermodalReader sourced from given input directory, but without a zoning available yet, an empty zoning based on global id token will be createdstatic GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, IdGroupingToken zoningIdToken, RouteTypeChoice typeChoice)
Create a GtfsIntermodalReader sourced from given input directory, but without a zoning available yet, an empty zoning based on the id grouping token will be created for youstatic GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, Zoning parentZoning, RouteTypeChoice typeChoice)
Create a GtfsIntermodalReader sourced from given input directorystatic GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, MacroscopicNetwork parentNetwork, Zoning parentZoning, RouteTypeChoice typeChoice)
Create a GtfsIntermodalReader sourced from given input directory.Constructors in org.goplanit.gtfs.converter.intermodal with parameters of type RouteTypeChoice Constructor Description GtfsIntermodalReaderSettings(String inputSource, String countryName, DayOfWeek dayOfWeek, RouteTypeChoice routeTypeChoice)
Constructor with user defined source localeGtfsIntermodalReaderSettings(String inputSource, String countryName, RouteTypeChoice routeTypeChoice)
Constructor with user defined source localeGtfsIntermodalReaderSettings(URL inputSource, String countryName, DayOfWeek dayOfWeek, RouteTypeChoice routeTypeChoice)
Constructor with user defined source locale -
Uses of RouteTypeChoice in org.goplanit.gtfs.converter.service
Methods in org.goplanit.gtfs.converter.service with parameters of type RouteTypeChoice Modifier and Type Method Description static GtfsServicesReader
GtfsServicesReaderFactory. create(MacroscopicNetwork parentNetwork, String inputZipLocation, String countryName, DayOfWeek dayOfWeek, RouteTypeChoice typeChoice)
Create a GtfsRoutedServicesReader sourced from given input directoryConstructors in org.goplanit.gtfs.converter.service with parameters of type RouteTypeChoice Constructor Description GtfsServicesReaderSettings(String inputSource, String countryName, DayOfWeek dayOfWeekFilter, RouteTypeChoice routeTypeChoice)
Constructor with user defined source localeGtfsServicesReaderSettings(String inputSource, String countryName, RouteTypeChoice routeTypeChoice)
Constructor with user defined source locale, input location and route choice type infoGtfsServicesReaderSettings(URL inputSource, String countryName, DayOfWeek dayOfWeekFilter, RouteTypeChoice routeTypeChoice)
Constructor with user defined source locale -
Uses of RouteTypeChoice in org.goplanit.gtfs.enums
Methods in org.goplanit.gtfs.enums that return RouteTypeChoice Modifier and Type Method Description static RouteTypeChoice
RouteTypeChoice. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouteTypeChoice[]
RouteTypeChoice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-