Package | Description |
---|---|
org.opentripplanner.profile | |
org.opentripplanner.transit |
This is a new replacement transit layer implementation.
|
Modifier and Type | Field and Description |
---|---|
TransportNetwork |
TNRepeatedRaptorProfileRouter.network |
Constructor and Description |
---|
TNRepeatedRaptorProfileRouter(TransportNetwork network,
AnalystClusterRequest clusterRequest,
LinkedPointSet targets,
TaskStatistics ts)
Make a router to use for making ResultEnvelopes.
|
Modifier and Type | Method and Description |
---|---|
TransportNetwork |
TransportNetworkCache.buildNetwork(String networkId)
If we did not find a cached network, build one
|
static TransportNetwork |
TransportNetwork.fromDirectory(File directory) |
static TransportNetwork |
TransportNetwork.fromFiles(String osmSourceFile,
String gtfsSourceFile)
OSM PBF files are fragments of a single global database with a single namespace.
|
TransportNetwork |
TransportNetworkCache.getNetwork(String networkId)
Return the graph for the given unique identifier for graph builder inputs on S3.
|
static TransportNetwork |
TransportNetwork.read(InputStream stream) |
Constructor and Description |
---|
TransportNetworkHandler(TransportNetwork network) |
Copyright © 2015. All rights reserved.