Uses of Interface
rgu.transport.geospatial.multimodal.gtfs.GTFSDataSource
Packages that use GTFSDataSource
Package
Description
Implementation of General Transit Feed Specification (GTFS) data loading.
-
Uses of GTFSDataSource in rgu.transport.geospatial.multimodal.gtfs
Methods in rgu.transport.geospatial.multimodal.gtfs that return GTFSDataSourceModifier and TypeMethodDescriptionstatic GTFSDataSourceReturns a GTFS data source which reads from a specified directory in the file system.Methods in rgu.transport.geospatial.multimodal.gtfs with parameters of type GTFSDataSourceModifier and TypeMethodDescriptionstatic voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute, GTFSProgressListener progress) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, Predicate<GeoLocation> spatialFilter, Predicate<LocalTime> temporalFilter, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, Predicate<GeoLocation> spatialFilter, Predicate<LocalTime> temporalFilter, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute, GTFSProgressListener progress) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, Set<GeoLocation> points, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, Set<GeoLocation> points, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute, GTFSProgressListener progress) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, Set<GeoLocation> points, Predicate<GeoLocation> spatialFilter, Predicate<LocalTime> temporalFilter, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSLoader.load(GTFSDataSource source, TransitNetwork.Builder builder, Set<GeoLocation> points, Predicate<GeoLocation> spatialFilter, Predicate<LocalTime> temporalFilter, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> drawLine, boolean skipMissingInRoute, GTFSProgressListener progress) Deprecated, for removal: This API element is subject to removal in a future version.static voidGTFSParser.load(GTFSDataSource source, TransitNetwork.Builder builder, Range<LocalDate> dateRange, Predicate<GeoLocation> locationFilter, boolean allowBrokenRoutes, GTFSProgressListener progress, AtomicReference<Runnable> cancel, BiConsumer<GeoLocation, GeoLocation> edgeLocationConsumer) Loads the specified GTFS data source.