Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.streets |
This is a new replacement street layer implementation
|
org.opentripplanner.transit |
This is a new replacement transit layer implementation.
|
Modifier and Type | Method and Description |
---|---|
LinkedPointSet |
PointSet.link(StreetLayer streetLayer)
Creates an object similar to a SampleSet but for the new TransitNetwork representation.
|
Modifier and Type | Field and Description |
---|---|
StreetLayer |
StreetRouter.streetLayer |
StreetLayer |
LinkedPointSet.streetLayer
We need to retain the street layer so we can look up edge endpoint vertices for the edge IDs.
|
Modifier and Type | Method and Description |
---|---|
static Split |
Split.find(double lat,
double lon,
double radiusMeters,
StreetLayer streetLayer) |
Constructor and Description |
---|
LinkedPointSet(PointSet pointSet,
StreetLayer streetLayer)
A LinkedPointSet is a PointSet that has been pre-connected to a StreetLayer in a non-destructive, reversible way.
|
StreetRouter(StreetLayer streetLayer) |
Modifier and Type | Field and Description |
---|---|
StreetLayer |
TransitLayer.linkedStreetLayer
A transitLayer can only be linked to one StreetLayer, otherwise the street indexes for the transit stops would
be ambiguous.
|
StreetLayer |
TransportNetwork.streetLayer |
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).
|
Copyright © 2015. All rights reserved.