| 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.
|
| Modifier and Type | Field and Description |
|---|---|
NavigableSet<org.mapdb.Fun.Tuple2<String,Frequency>> |
GTFSFeed.frequencies |
| Modifier and Type | Method and Description |
|---|---|
Collection<Frequency> |
GTFSFeed.getFrequencies(String trip_id) |
| Modifier and Type | Field and Description |
|---|---|
TableReader<Frequency> |
Feed.frequencies |
static EntityPopulator<Frequency> |
EntityPopulator.FREQUENCY |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Frequency> |
Frequency.Writer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
Frequency.compareTo(Frequency o)
must have a comparator since they go in a navigable set that is serialized
|
void |
Frequency.Writer.writeOneRow(Frequency f) |
Copyright © 2019. All rights reserved.