| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.loader |
| Modifier and Type | Method and Description |
|---|---|
static FeedLoadResult |
GTFS.export(String feedId,
String outFile,
DataSource dataSource,
boolean fromEditor)
Export a feed ID from the database to a zipped GTFS file in the specified export directory.
|
static FeedLoadResult |
GTFS.load(String filePath,
DataSource dataSource)
Load the GTFS data in the specified file into the given JDBC DataSource.
|
FeedLoadResult |
GTFSFeed.toSQL(DataSource dataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotResult
This contains the result of a feed snapshot operation.
|
| Modifier and Type | Method and Description |
|---|---|
FeedLoadResult |
JdbcGtfsExporter.exportTables()
Export primary entity tables as well as Pattern and PatternStops tables.
|
FeedLoadResult |
JdbcGtfsLoader.loadTables() |
FeedLoadResult |
JdbcGTFSFeedConverter.loadTables() |
Copyright © 2019. All rights reserved.