| 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.validator |
| Class and Description |
|---|
| FeedLoadResult
An instance of this class is returned by the GTFS feed loading method.
|
| SnapshotResult
This contains the result of a feed snapshot operation.
|
| Class and Description |
|---|
| Table
This groups a table name with a description of the fields in the table.
|
| Class and Description |
|---|
| EntityPopulator
For now we will copy all available fields into Java model objects.
|
| FeedLoadResult
An instance of this class is returned by the GTFS feed loading method.
|
| Field
Field subclasses process an incoming String that represents a single GTFS CSV field value.
|
| IllegalCharacter
This class contains a convenient way to describe illegal character sequences during GTFS feed loading, as well as the
appropriate replacement value and a human-readable description (rather than inputting the bad sequence into the
database and having to deal with downstream issues).
|
| Requirement
These are field requirement levels, which should be assigned accordingly to any fields within a
Table
to determine if a field is requisite for a specific purpose. |
| SnapshotResult
This contains the result of a feed snapshot operation.
|
| Table
This groups a table name with a description of the fields in the table.
|
| TableLoadResult
An instance of this class is returned by the method that loads a single GTFS table.
|
| TableReader
This is an interface for classes that can iterate over all entities in a single GTFS table, or fetch single entities
by ID, or fetch ordered groups of entities with the same ID (e.g.
|
| TableWriter
This is an interface for classes to create, update, or delete a GTFS entity given an Integer ID and/or JSON string.
|
| ValidateFieldResult
This mini helper class is used during feed loading to return both:
- a cleaned value of arbitrary type T and
- any errors encountered while validating the original value.
|
| Class and Description |
|---|
| Feed
This connects to an SQL RDBMS containing GTFS data and lets you fetch elements out of it.
|
Copyright © 2019. All rights reserved.