| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| 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 | |
| com.conveyal.gtfs.validator.model |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Route> |
GTFSFeed.routes |
| Modifier and Type | Field and Description |
|---|---|
static EntityPopulator<Route> |
EntityPopulator.ROUTE |
TableReader<Route> |
Feed.routes |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Route> |
Route.Writer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Route.Writer.writeOneRow(Route r) |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
Route |
InvalidValue.route
The route affected by this issue
|
Copyright © 2019. All rights reserved.