Uses of Class
rgu.transport.geospatial.multimodal.Trip
Packages that use Trip
Package
Description
Multimodal geospatial data such as public transport networks.
-
Uses of Trip in rgu.transport.geospatial.multimodal
Methods in rgu.transport.geospatial.multimodal that return types with arguments of type TripModifier and TypeMethodDescriptionTransitNetwork.outgoingTrips(GeoLocation from) Returns a list of Trips which depart from a given location.TransitNetwork.scanForIncomingTrips(GeoLocation to) Returns a list of Trips which arrive at a given location.TransitNetwork.Builder.transitNeighbours(GeoLocation location) Returns the neighbours reachable by transit.TransitNetwork.transitNeighbours(GeoLocation location) Method parameters in rgu.transport.geospatial.multimodal with type arguments of type TripModifier and TypeMethodDescriptionNetworkSearcher.reachable(GeoLocation location, LocalTime earliestDeparture, LocalTime latestArrival, TravelDirection direction, Map<GeoLocation, List<Trip>> extra) Returns a map of locations reachable within the given time windows, and the corresponding cost of each location's shortest path duration.voidNetworkSearcher.reachable(GeoLocation location, LocalTime earliestDeparture, LocalTime latestArrival, TravelDirection direction, Map<GeoLocation, List<Trip>> extra, BiConsumer<GeoLocation, Duration> consumer) Streams to a callback function the set of locations reachable within the given time windows, and the corresponding cost of each location's shortest path duration.TransitNetwork.spatialTemporalGraph(Map<GeoLocation, List<Trip>> extra) TransitNetwork.spatialTemporalGraph(Map<GeoLocation, List<Trip>> extra, boolean freeArtificial)