Package | Description |
---|---|
org.opentripplanner.profile | |
org.opentripplanner.streets |
This is a new replacement street layer implementation
|
org.opentripplanner.transit |
This is a new replacement transit layer implementation.
|
Constructor and Description |
---|
RaptorWorkerData(TransitLayer transitLayer,
LinkedPointSet targets,
org.joda.time.LocalDate date)
This is an adapter constructor, which makes Analyst cluster worker data from a new-style TransportNetwork.
|
Modifier and Type | Field and Description |
---|---|
TransitLayer |
StreetLayer.linkedTransitLayer |
Modifier and Type | Method and Description |
---|---|
void |
StreetLayer.associateStops(TransitLayer transitLayer,
int radiusMeters)
For every stop in a TransitLayer, find or create a nearby vertex in the street layer and record the connection
between the two.
|
void |
StreetLayer.testRouting(boolean withDestinations,
TransitLayer transitLayer)
After JIT this appears to scale almost linearly with number of cores.
|
Modifier and Type | Field and Description |
---|---|
TransitLayer |
TransportNetwork.transitLayer |
Modifier and Type | Method and Description |
---|---|
static TransitLayer |
TransitLayer.fromGtfs(String file) |
Constructor and Description |
---|
TransferFinder(TransitLayer transitLayer,
StreetLayer streetLayer,
int radiusMeters)
Should chooses whether to search via the street network or straight line distance based on the presence of
OSM street data (whether the street layer is null).
|
TransitRouter(TransitLayer transitLayer) |
Copyright © 2015. All rights reserved.