org.onebusaway.transit_data_federation.services.tripplanner
Interface ItinerariesService
public interface ItinerariesService
Method Summary |
List<org.opentripplanner.routing.spt.GraphPath> |
getItinerariesBetween(TransitLocationBean from,
TransitLocationBean to,
long targetTime,
OBATraverseOptions options)
|
org.opentripplanner.routing.spt.GraphPath |
getWalkingItineraryBetweenPoints(CoordinatePoint from,
CoordinatePoint to,
Date time,
org.opentripplanner.routing.core.TraverseOptions options)
|
org.opentripplanner.routing.spt.GraphPath |
getWalkingItineraryBetweenStops(StopEntry fromStop,
StopEntry toStop,
Date time,
org.opentripplanner.routing.core.TraverseOptions options)
|
org.opentripplanner.routing.spt.GraphPath |
getWalkingItineraryBetweenVertices(org.opentripplanner.routing.core.Vertex from,
org.opentripplanner.routing.core.Vertex to,
Date time,
org.opentripplanner.routing.core.TraverseOptions options)
|
getItinerariesBetween
List<org.opentripplanner.routing.spt.GraphPath> getItinerariesBetween(TransitLocationBean from,
TransitLocationBean to,
long targetTime,
OBATraverseOptions options)
getWalkingItineraryBetweenStops
org.opentripplanner.routing.spt.GraphPath getWalkingItineraryBetweenStops(StopEntry fromStop,
StopEntry toStop,
Date time,
org.opentripplanner.routing.core.TraverseOptions options)
getWalkingItineraryBetweenPoints
org.opentripplanner.routing.spt.GraphPath getWalkingItineraryBetweenPoints(CoordinatePoint from,
CoordinatePoint to,
Date time,
org.opentripplanner.routing.core.TraverseOptions options)
getWalkingItineraryBetweenVertices
org.opentripplanner.routing.spt.GraphPath getWalkingItineraryBetweenVertices(org.opentripplanner.routing.core.Vertex from,
org.opentripplanner.routing.core.Vertex to,
Date time,
org.opentripplanner.routing.core.TraverseOptions options)
Copyright © 2012 OneBusAway. All Rights Reserved.