| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.loader | |
| com.conveyal.gtfs.validator |
| Modifier and Type | Method and Description |
|---|---|
Map<TripPatternKey,Pattern> |
PatternFinder.createPatternObjects(Map<String,Stop> stopById,
SQLErrorStorage errorStorage)
Once all trips have been processed, call this method to produce the final Pattern objects representing all the
unique sequences of stops encountered.
|
| Modifier and Type | Method and Description |
|---|---|
com.csvreader.CsvReader |
Table.getCsvReader(ZipFile zipFile,
SQLErrorStorage sqlErrorStorage)
In GTFS feeds, all files are supposed to be in the root of the zip file, but feed producers often put them
in a subdirectory.
|
Field[] |
Table.getFieldsFromFieldHeaders(String[] headers,
SQLErrorStorage errorStorage)
|
static String |
JdbcGtfsLoader.sanitize(String string,
SQLErrorStorage errorStorage)
Protect against SQL injection.
|
Copyright © 2019. All rights reserved.