Package | Description |
---|---|
org.opentripplanner.common.model | |
org.opentripplanner.routing.core | |
org.opentripplanner.routing.impl | |
org.opentripplanner.routing.services |
Modifier and Type | Method and Description |
---|---|
GenericLocation |
GenericLocation.clone() |
static GenericLocation |
GenericLocation.fromOldStyleString(String input)
Creates the GenericLocation by parsing a "name::place" string, where "place" is a latitude,longitude string or a vertex ID.
|
Modifier and Type | Field and Description |
---|---|
GenericLocation |
RoutingRequest.from
The start location
|
GenericLocation |
RoutingRequest.to
The end location
|
Modifier and Type | Field and Description |
---|---|
List<GenericLocation> |
RoutingRequest.intermediatePlaces
An ordered list of intermediate locations to be visited.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingRequest.addIntermediatePlace(GenericLocation location)
Adds a GenericLocation to the end of the intermediatePlaces list.
|
Modifier and Type | Method and Description |
---|---|
CandidateEdgeBundle |
StreetVertexIndexServiceImpl.getClosestEdges(GenericLocation location,
TraversalRequirements reqs) |
CandidateEdgeBundle |
StreetVertexIndexServiceImpl.getClosestEdges(GenericLocation location,
TraversalRequirements reqs,
List<Edge> extraEdges,
Collection<Edge> preferredEdges,
boolean possibleTransitLinksOnly) |
Vertex |
StreetVertexIndexServiceImpl.getVertexForLocation(GenericLocation loc,
RoutingRequest options,
boolean endVertex) |
Constructor and Description |
---|
CandidateEdge(StreetEdge e,
GenericLocation loc,
double pref,
TraverseModeSet mode)
Construct CandidateEdge based on a GenericLocation.
|
Modifier and Type | Method and Description |
---|---|
CandidateEdgeBundle |
StreetVertexIndexService.getClosestEdges(GenericLocation location,
TraversalRequirements reqs)
Get the closest edges to this location are traversable given these preferences.
|
CandidateEdgeBundle |
StreetVertexIndexService.getClosestEdges(GenericLocation location,
TraversalRequirements reqs,
List<Edge> extraEdges,
Collection<Edge> preferredEdges,
boolean possibleTransitLinksOnly)
Get the closest edges to this location are traversable given these preferences.
|
Vertex |
StreetVertexIndexService.getVertexForLocation(GenericLocation place,
RoutingRequest options,
boolean endVertex)
Finds the appropriate vertex for this location.
|
Copyright © 2015. All rights reserved.