See: Description
| Class | Description |
|---|---|
| Agency | |
| Agency.Loader | |
| Agency.Writer | |
| Calendar | |
| Calendar.Loader | |
| Calendar.Writer | |
| CalendarDate | |
| CalendarDate.Loader | |
| CalendarDate.Writer | |
| Entity |
An abstract base class that represents a row in a GTFS table, e.g.
|
| Entity.Loader<E extends Entity> | |
| Entity.Writer<E extends Entity> |
Write this entity to a CSV file.
|
| Fare |
This table does not exist in GTFS.
|
| FareAttribute | |
| FareAttribute.Loader | |
| FareAttribute.Writer | |
| FareRule | |
| FareRule.Loader | |
| FareRule.Writer | |
| FeedInfo | |
| FeedInfo.Loader | |
| FeedInfo.Writer | |
| Frequency | |
| Frequency.Loader | |
| Frequency.Writer | |
| Pattern |
Represents a collection of trips that all visit the same stops in the same sequence.
|
| PatternStop |
A pattern stop represents generalized information about a stop visited by a pattern, i.e.
|
| Route | |
| Route.Loader | |
| Route.Writer | |
| 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.
|
| Service |
This table does not exist in GTFS.
|
| Shape |
Represents a collection of GTFS shape points.
|
| ShapeMap |
A map of a single shape_id with points indexed by shape_point_sequence.
|
| ShapePoint | |
| ShapePoint.Loader | |
| ShapePoint.Writer | |
| Stop | |
| Stop.Loader | |
| Stop.Writer | |
| StopTime |
Represents a GTFS StopTime.
|
| StopTime.Loader | |
| StopTime.Writer | |
| Transfer | |
| Transfer.Loader | |
| Transfer.Writer | |
| Trip | |
| Trip.Loader | |
| Trip.Writer |
| Enum | Description |
|---|---|
| ScheduleException.ExemplarServiceDescriptor |
Represents a desire about what service should be like on a particular day.
|
Copyright © 2019. All rights reserved.