Package | Description |
---|---|
org.opentripplanner.graph_builder.module |
Modifier and Type | Method and Description |
---|---|
static NearbyStopFinder.StopAtDistance |
NearbyStopFinder.stopAtDistanceForState(State state)
Given a State at a TransitStop, bundle the TransitStop together with information about how far away it is
and the geometry of the path leading up to the given State.
|
Modifier and Type | Method and Description |
---|---|
List<NearbyStopFinder.StopAtDistance> |
NearbyStopFinder.findNearbyStops(Vertex vertex)
Return all stops within a certain radius of the given vertex, using network distance along streets.
|
Set<NearbyStopFinder.StopAtDistance> |
NearbyStopFinder.findNearbyStopsConsideringPatterns(Vertex vertex)
Find all unique nearby stops that are the closest stop on some trip pattern.
|
List<NearbyStopFinder.StopAtDistance> |
NearbyStopFinder.findNearbyStopsEuclidean(Vertex originVertex)
Return all stops within a certain radius of the given vertex, using straight-line distance independent of streets.
|
List<NearbyStopFinder.StopAtDistance> |
NearbyStopFinder.findNearbyStopsViaStreets(Vertex originVertex)
Return all stops within a certain radius of the given vertex, using network distance along streets.
|
Modifier and Type | Method and Description |
---|---|
int |
NearbyStopFinder.StopAtDistance.compareTo(NearbyStopFinder.StopAtDistance that) |
Copyright © 2019. All rights reserved.