Constructor and Description |
---|
TemporaryStreetTransitLink(StreetVertex fromv,
TransitStop tov,
boolean wheelchairAccessible) |
TemporaryStreetTransitLink(TransitStop fromv,
StreetVertex tov,
boolean wheelchairAccessible) |
Modifier and Type | Method and Description |
---|---|
StreetVertex |
DeviatedRouteGraphModifier.getLocationForTemporaryStop(State s,
FlexPatternHop hop) |
StreetVertex |
FlagStopGraphModifier.getLocationForTemporaryStop(State s,
FlexPatternHop hop) |
abstract StreetVertex |
GtfsFlexGraphModifier.getLocationForTemporaryStop(State s,
FlexPatternHop hop)
Subclasses can specify where the new temporary stop should be created, given a nearby
PatternHop.
|
Modifier and Type | Method and Description |
---|---|
protected TemporaryTransitStop |
GtfsFlexGraphModifier.getTemporaryStop(StreetVertex streetVertex,
State s,
RoutingContext rctx,
RoutingRequest options) |
protected TemporaryTransitStop |
GtfsFlexGraphModifier.getTemporaryStop(StreetVertex streetVertex,
State s,
RoutingContext rctx,
RoutingRequest options,
boolean forwards) |
Modifier and Type | Class and Description |
---|---|
class |
StreetLocation
Represents a location on a street, somewhere between the two corners.
|
class |
TemporaryStreetLocation |
Modifier and Type | Method and Description |
---|---|
StreetVertex |
StreetVertexIndexService.getIntersectionAt(org.locationtech.jts.geom.Coordinate coordinate) |
Modifier and Type | Class and Description |
---|---|
class |
BarrierVertex
This vertex is created from all barrier tags.
|
class |
ElevatorOffboardVertex |
class |
ElevatorOnboardVertex |
class |
ExitVertex |
class |
IntersectionVertex
Represents an ordinary location in space, typically an intersection.
|
class |
OsmVertex
A vertex coming from OpenStreetMap.
|
class |
SampleVertex
A vertex representing a Sample in the Analyst sense -- a temporary and nondestructive linkage of
a single geographic point into the street network.
|
class |
SemiPermanentSplitterVertex
This class models a vertex that is used to connect split StreetEdges to semi-permanent vertices such as bike rental
stations.
|
class |
SplitterVertex
A vertex representing a place along a street between two intersections that is not derived from an OSM node,
but is instead the result of breaking that street segment into two pieces in order to connect it to
a transit stop.
|
class |
TemporarySplitterVertex
TODO: decide what to do with this.
|
class |
TransitStopStreetVertex
A vertex for an OSM node that represents a transit stop and has a ref=(stop_code) tag.
|
Modifier and Type | Method and Description |
---|---|
StreetVertex |
TemporaryTransitStop.getStreetVertex() |
Constructor and Description |
---|
TemporaryTransitStop(Stop stop,
StreetVertex streetVertex) |
Copyright © 2020. All rights reserved.