| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.error |
This package contains all the objects that represent errors encountered during GTFS loading.
|
| com.conveyal.gtfs.loader | |
| com.conveyal.gtfs.model |
This package contains an alternative to the GTFS loading classes we have been using from OBA.
|
| com.conveyal.gtfs.validator |
| Modifier and Type | Field and Description |
|---|---|
org.mapdb.BTreeMap<String,Trip> |
GTFSFeed.trips |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternFinder.processTrip(Trip trip,
Iterable<StopTime> orderedStopTimes)
Bin all trips by the sequence of stops they visit.
|
| Constructor and Description |
|---|
DuplicateTripError(Trip trip,
long line,
String duplicateTripId,
String patternName,
String firstDeparture,
String lastArrival) |
MissingShapeError(Trip trip) |
ReversedTripShapeError(Trip trip) |
| Modifier and Type | Field and Description |
|---|---|
static EntityPopulator<Trip> |
EntityPopulator.TRIP |
TableReader<Trip> |
Feed.trips |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<Trip> |
Trip.Writer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Trip.Writer.writeOneRow(Trip t) |
| Constructor and Description |
|---|
Pattern(List<String> orderedStops,
Collection<Trip> trips,
com.vividsolutions.jts.geom.LineString patternGeometry) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencesTripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
ServiceValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
SpeedTripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
ReversedTripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
PatternFinderValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
abstract void |
TripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops)
This method will be called on each trip in the feed.
|
Copyright © 2019. All rights reserved.