| Package | Description |
|---|---|
| org.opentripplanner.graph_builder.annotation |
Graph builder annotation classes represent errors or exceptional conditions encountered
during the graph bulding process.
|
| org.opentripplanner.model | |
| org.opentripplanner.model.impl | |
| org.opentripplanner.routing.trippattern |
| Modifier and Type | Field and Description |
|---|---|
StopTime |
NegativeHopTime.st0 |
StopTime |
NegativeHopTime.st1 |
| Constructor and Description |
|---|
BogusShapeDistanceTraveled(StopTime st) |
BogusShapeGeometryCaught(FeedScopedId shapeId,
StopTime stA,
StopTime stB) |
NegativeDwellTime(StopTime stop) |
NegativeHopTime(StopTime st0,
StopTime st1) |
StopAtEntrance(StopTime st,
boolean repaired) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StopTime> |
OtpTransitService.getAllStopTimes() |
List<StopTime> |
OtpTransitService.getStopTimesForTrip(Trip trip) |
| Modifier and Type | Method and Description |
|---|---|
int |
StopTime.compareTo(StopTime o) |
| Constructor and Description |
|---|
StopTime(StopTime st) |
| Constructor and Description |
|---|
StopPattern(List<StopTime> stopTimes)
Create StopPattern without deduplicating arrays
|
StopPattern(List<StopTime> stopTimes,
Deduplicator deduplicator)
Default constructor
|
StopPatternFlexFields(List<StopTime> stopTimes,
Map<String,org.locationtech.jts.geom.Geometry> areaGeometryByArea,
Deduplicator deduplicator)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<StopTime> |
OtpTransitServiceBuilder.getStopTimes() |
| Constructor and Description |
|---|
TripTimes(Trip trip,
List<StopTime> stopTimes,
Deduplicator deduplicator)
The provided stopTimes are assumed to be pre-filtered, valid, and monotonically increasing.
|
Copyright © 2020. All rights reserved.