| 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.model |
This package contains an alternative to the GTFS loading classes we have been using from OBA.
|
| com.conveyal.gtfs.util | |
| com.conveyal.gtfs.validator | |
| com.conveyal.gtfs.validator.model |
| Class and Description |
|---|
| Agency |
| Fare
This table does not exist in GTFS.
|
| FeedInfo |
| Frequency |
| Pattern
Represents a collection of trips that all visit the same stops in the same sequence.
|
| Route |
| Service
This table does not exist in GTFS.
|
| Shape
Represents a collection of GTFS shape points.
|
| ShapePoint |
| Stop |
| StopTime
Represents a GTFS StopTime.
|
| Transfer |
| Trip |
| Class and Description |
|---|
| Entity
An abstract base class that represents a row in a GTFS table, e.g.
|
| ShapePoint |
| Stop |
| Trip |
| Class and Description |
|---|
| Agency |
| Calendar |
| CalendarDate |
| Entity
An abstract base class that represents a row in a GTFS table, e.g.
|
| FareAttribute |
| Frequency |
| PatternStop
A pattern stop represents generalized information about a stop visited by a pattern, i.e.
|
| Route |
| ScheduleException
Represents an exception to the schedule, which could be "On January 18th, run a Sunday schedule"
(useful for holidays), or could be "on June 23rd, run the following services" (useful for things
like early subway shutdowns, re-routes, etc.)
Unlike the GTFS schedule exception model, we assume that these special calendars are all-or-nothing;
everything that isn't explicitly running is not running.
|
| ShapePoint |
| Stop |
| StopTime
Represents a GTFS StopTime.
|
| Trip |
| Class and Description |
|---|
| Agency |
| Calendar |
| CalendarDate |
| Entity
An abstract base class that represents a row in a GTFS table, e.g.
|
| Entity.Loader |
| Entity.Writer
Write this entity to a CSV file.
|
| Fare
This table does not exist in GTFS.
|
| FareAttribute |
| FareRule |
| FeedInfo |
| Frequency |
| Route |
| ScheduleException.ExemplarServiceDescriptor
Represents a desire about what service should be like on a particular day.
|
| Service
This table does not exist in GTFS.
|
| Shape
Represents a collection of GTFS shape points.
|
| ShapePoint |
| Stop |
| StopTime
Represents a GTFS StopTime.
|
| Transfer |
| Trip |
| Class and Description |
|---|
| Stop |
| Class and Description |
|---|
| Entity
An abstract base class that represents a row in a GTFS table, e.g.
|
| Route |
| Stop |
| StopTime
Represents a GTFS StopTime.
|
| Trip |
| Class and Description |
|---|
| Route |
| Stop |
Copyright © 2019. All rights reserved.