All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| Agency |
|
| AgencyAndId |
|
| AgencyAndIdInstance |
An identifier class that combines a AgencyAndId id with a service
date.
|
| AgencyIdFieldMappingFactory |
|
| AgencyIdTranslationFieldMappingFactory |
|
| AgencyNotFoundForRouteException |
|
| AgencyServiceInterval |
Represent a service interval (a period of defined transit both scheduled and dynamic)
that exists on a given service date and window relative to that date.
|
| AlternateStopNameException |
|
| AlternateStopNamesExceptions |
|
| Area |
|
| Block |
|
| BlockProxy |
|
| BookingRule |
|
| CalendarService |
While the set of ServiceCalendar and ServiceCalendarDate
entities for a given GTFS feed compactly represent the dates of service for a
particular service id, they are not particularly amenable to quick
calculations.
|
| CalendarServiceData |
|
| CalendarServiceDataFactory |
|
| CalendarServiceDataFactoryImpl |
We perform initial date calculations in the timezone of the host jvm, which
may be different than the timezone of an agency with the specified service
id.
|
| CalendarServiceImpl |
|
| ConverterFactory |
Factory interface for creating a Converter.
|
| DefaultAgencyIdFieldMappingFactory |
|
| DirectionEntry |
|
| DirectionNameException |
|
| DuplicateEntityException |
Indicates that two entities with the same id were found in a GTFS feed as it
was being read.
|
| EntityFieldMappingFactory |
FieldMappingFactory that produces a FieldMapping instance
capable of mapping a CSV string entity id to an entity instance, and vice
versa.
|
| EntityReferenceNotFoundException |
Indicates that a GTFS entity has a reference to another entity that has not
been seen before in the feed and that we don't know how to specify a default
agency id for that entity as result.
|
| Experimental |
This annotation indicates that a field is experimental.
|
| Facility |
|
| FacilityProperty |
|
| FacilityPropertyDefinition |
|
| FareAttribute |
|
| FareLegRule |
|
| FareMedium |
|
| FareProduct |
|
| FareProductFieldMappingFactory |
Fare products have a composite primary key of
- fare product id
- fare medium id (nullable)
- rider category id (nullable)
So if you want this library to look up the fare product instance you need to supply all of these,
hence we need a custom mapping factory.
|
| FareRule |
|
| FareTransferRule |
|
| FeedInfo |
|
| FileSupport |
|
| Frequency |
|
| GenericDao |
|
| GenericDaoImpl |
|
| GenericMutableDao |
|
| GenericMutableDaoWrapper |
|
| GtfsDao |
Basic methods for accessing GTFS entities in bulk or by id.
|
| GtfsDaoImpl |
|
| GtfsDataService |
|
| GtfsDataServiceImpl |
|
| GtfsEntitySchemaFactory |
|
| GtfsEntityStore |
|
| GtfsMutableDao |
|
| GtfsMutableRelationalDao |
|
| GtfsReader |
|
| GtfsReaderContext |
|
| GtfsRelationalDao |
While GtfsDao has basic methods for retrieving collections of
entities and entities by id, GtfsRelationalDao adds some basic
methods for retrieving entities using more complex data relations.
|
| GtfsRelationalDaoImpl |
A in-memory implementation of GtfsRelationalDaoImpl.
|
| GtfsSource |
|
| GtfsWriter |
|
| Icon |
GTFS Extension representing icon configuration data.
|
| IdentityBean<T extends Serializable> |
|
| InvalidStopTimeException |
Indicates the an "arrival_time" or "departure_time" value for in the
"stop_times.txt" csv file could not be parsed.
|
| LatLonFieldMappingFactory |
|
| Level |
|
| LocalizedServiceId |
|
| Location |
|
| LocationGroup |
|
| LocationGroupElement |
|
| LocationsGeoJSONReader |
|
| MockGtfs |
|
| MultipleCalendarsForServiceIdException |
|
| NoDefaultAgencyIdException |
|
| Note |
|
| Pathway |
|
| PropertyTranslation |
|
| RiderCategory |
As of July 2022 this file is not yet part of the main GTFS spec.
|
| Ridership |
ridership.txt from https://github.com/ODOT-PTS/GTFS-ride/blob/master/spec/en/reference.md#board_alighttxt
|
| RidershipData |
|
| Route |
|
| RouteAgencyFieldMappingFactory |
|
| RouteAgencyIdFieldMappingFactory |
|
| RouteNameException |
|
| RouteNameException |
|
| RouteShape |
experimental support for canonical/idealized route shapes such
as a map's representation of service
|
| RouteStop |
experimental support for canonical/idealized route stops such
as a strip map's representation of service
|
| RouteValidator |
|
| RouteWriter |
|
| ServiceCalendar |
Note that I decided to call this class ServiceCalendar instead of Calendar,
so as to avoid confusion with java.util.Calendar
|
| ServiceCalendarComparator |
|
| ServiceCalendarDate |
|
| ServiceCalendarDateComparator |
|
| ServiceDate |
A general representation of a year-month-day tuple not tied to any locale and
used by the GTFS entities ServiceCalendar and
ServiceCalendarDate to represent service date ranges.
|
| ServiceDateFieldMappingFactory |
|
| ServiceIdIntervals |
|
| ServiceIdOp |
|
| ServiceInterval |
Specifies an immutable interval of min and max arrival and departure times.
|
| ShapePoint |
|
| ShapePointArray |
|
| ShapePointComparator |
|
| ShapePointProxy |
|
| Stop |
|
| StopArea |
|
| StopAreaElement |
|
| StopLocation |
A StopLocation describes a place where a vehicle can be boarded or alighted, which is not
necessarily a marked stop, but can be of other shapes, such as a service area for flexible
transit.
|
| StopLocationFieldMappingFactory |
FieldMappingFactory that produces a FieldMapping instance
capable of mapping a CSV stopLocation string entity id to an concrete entity
instance, and vice versa.
|
| StopLocationFieldMappingImpl |
|
| StopTime |
|
| StopTimeArray |
|
| StopTimeComparator |
|
| StopTimeFieldMappingFactory |
|
| StopTimeProxy |
|
| Transfer |
|
| Translation |
|
| TranslationService |
|
| TranslationServiceData |
|
| TranslationServiceDataFactory |
|
| TranslationServiceDataFactoryImpl |
|
| TranslationServiceImpl |
This class implements the GTFS Translations extension proposal, documented here: http://bit.ly/gtfs-translations
|
| Trip |
|
| TripAgencyIdFieldMappingFactory |
|
| TypeAndLanguage |
|
| UnknownAgencyTimezoneException |
|
| Vehicle |
GTFS Extension representing vehicle configuration data.
|
| WrongWayConcurrency |
An GTFS extension that allows for re-mapping of route + direction + stop
tuples to a replacement stop.
|
| ZipHandler |
Zip file support.
|