Package | Description |
---|---|
org.opentripplanner.common.model | |
org.opentripplanner.graph_builder.linking | |
org.opentripplanner.routing.core | |
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 | Method and Description |
---|---|
Vertex |
StreetSplitter.linkOriginDestination(GenericLocation location,
RoutingRequest options,
boolean endVertex)
Used to link origin and destination points to graph non destructively.
|
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 |
---|---|
Vertex |
StreetVertexIndexService.getVertexForLocation(GenericLocation loc,
RoutingRequest options,
boolean endVertex)
Finds the appropriate vertex for this location.
|
Copyright © 2020. All rights reserved.