Serialized Form
-
Package org.onebusaway.gtfs.impl
-
Class org.onebusaway.gtfs.impl.MultipleCalendarsForServiceIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.gtfs.impl.calendar
-
Class org.onebusaway.gtfs.impl.calendar.UnknownAgencyTimezoneException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.gtfs.model
-
Class org.onebusaway.gtfs.model.Agency extends IdentityBean<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.gtfs.model.AgencyAndId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.model.AgencyAndIdInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
AgencyAndId id
-
serviceDate
long serviceDate
-
-
Class org.onebusaway.gtfs.model.AlternateStopNameException extends IdentityBean<Integer> implements Serializable
-
Class org.onebusaway.gtfs.model.Area extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
AgencyAndId id
-
name
String name
-
wkt
String wkt
-
-
Class org.onebusaway.gtfs.model.Block extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockRoute
int blockRoute
-
blockRun
int blockRun
-
blockSequence
int blockSequence
-
blockVariable
int blockVariable
-
id
int id
-
-
Class org.onebusaway.gtfs.model.BookingRule extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dropOffMessage
String dropOffMessage
-
id
AgencyAndId id
-
infoUrl
String infoUrl
-
message
String message
-
phoneNumber
String phoneNumber
-
pickupMessage
String pickupMessage
-
priorNoticeDurationMax
int priorNoticeDurationMax
-
priorNoticeDurationMin
int priorNoticeDurationMin
-
priorNoticeLastDay
int priorNoticeLastDay
-
priorNoticeLastTime
int priorNoticeLastTime
-
priorNoticeServiceId
AgencyAndId priorNoticeServiceId
-
priorNoticeStartDay
int priorNoticeStartDay
-
priorNoticeStartTime
int priorNoticeStartTime
-
type
int type
-
url
String url
-
-
Class org.onebusaway.gtfs.model.DirectionEntry extends IdentityBean<Integer> implements Serializable
-
Serialized Fields
-
agencyId
String agencyId
-
daytimeRoutes
String daytimeRoutes
-
gtfsStopIdDirection0
String gtfsStopIdDirection0
-
gtfsStopIdDirection1
String gtfsStopIdDirection1
-
headsignDirection0
String headsignDirection0
-
headsignDirection1
String headsignDirection1
-
id
int id
-
line
String line
-
notes
String notes
-
stationId
String stationId
-
stopName
String stopName
-
-
-
Class org.onebusaway.gtfs.model.DirectionNameException extends IdentityBean<Integer> implements Serializable
-
Class org.onebusaway.gtfs.model.Facility extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.gtfs.model.FacilityProperty extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
facilityId
Facility facilityId
-
id
int id
-
propertyId
FacilityPropertyDefinition propertyId
-
value
String value
-
-
Class org.onebusaway.gtfs.model.FacilityPropertyDefinition extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
definition
String definition
-
id
AgencyAndId id
-
possibleValues
String possibleValues
-
-
Class org.onebusaway.gtfs.model.FareAttribute extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
agencyId
String agencyId
-
currencyType
String currencyType
-
farePeriodId
String farePeriodId
-
id
AgencyAndId id
-
journeyDuration
int journeyDuration
This is a proposed extension to the GTFS spec -
paymentMethod
int paymentMethod
-
price
float price
-
seniorPrice
float seniorPrice
-
transferDuration
int transferDuration
-
transfers
int transfers
-
youthPrice
float youthPrice
The following are extensions to the GTFS spec to support Seattle fare types.
-
-
Class org.onebusaway.gtfs.model.FareLegRule extends IdentityBean<String> implements Serializable
-
Serialized Fields
-
distanceType
Integer distanceType
-
fareProductId
AgencyAndId fareProductId
-
fromArea
Area fromArea
-
legGroupId
AgencyAndId legGroupId
-
maxDistance
Double maxDistance
-
minDistance
Double minDistance
-
networkId
String networkId
-
toArea
Area toArea
-
-
-
Class org.onebusaway.gtfs.model.FareMedium extends IdentityBean<AgencyAndId> implements Serializable
-
Serialized Fields
-
fareMediaType
int fareMediaType
-
id
AgencyAndId id
-
name
String name
-
riderCategory
RiderCategory riderCategory
-
-
-
Class org.onebusaway.gtfs.model.FareProduct extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
amount
float amount
-
currency
String currency
-
durationAmount
int durationAmount
-
durationType
int durationType
-
durationUnit
int durationUnit
-
fareMedium
FareMedium fareMedium
-
fareProductId
AgencyAndId fareProductId
-
name
String name
-
riderCategory
RiderCategory riderCategory
-
-
Class org.onebusaway.gtfs.model.FareRule extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containsId
String containsId
-
destinationId
String destinationId
-
fare
FareAttribute fare
-
id
int id
-
originId
String originId
-
route
Route route
-
-
Class org.onebusaway.gtfs.model.FareTransferRule extends IdentityBean<String> implements Serializable
-
Serialized Fields
-
durationLimit
int durationLimit
-
durationLimitType
int durationLimitType
-
fareProductId
AgencyAndId fareProductId
-
fareTransferType
int fareTransferType
-
fromLegGroupId
AgencyAndId fromLegGroupId
-
toLegGroupId
AgencyAndId toLegGroupId
-
transferCount
int transferCount
-
-
-
Class org.onebusaway.gtfs.model.FeedInfo extends IdentityBean<String> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
contactEmail
String contactEmail
-
contactUrl
String contactUrl
-
defaultLang
String defaultLang
-
endDate
ServiceDate endDate
-
id
String id
-
lang
String lang
-
publisherName
String publisherName
-
publisherUrl
String publisherUrl
-
startDate
ServiceDate startDate
-
version
String version
-
-
Class org.onebusaway.gtfs.model.Frequency extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTime
int endTime
-
exactTimes
int exactTimes
-
headwaySecs
int headwaySecs
-
id
int id
-
labelOnly
int labelOnly
-
startTime
int startTime
-
trip
Trip trip
-
-
Class org.onebusaway.gtfs.model.Icon extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
id
AgencyAndId id
-
url
String url
-
-
Class org.onebusaway.gtfs.model.IdentityBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_extensionsByType
Map<Class<?>,Object> _extensionsByType
-
_hashCode
int _hashCode
-
_hashCodeSource
T extends Serializable _hashCodeSource
-
-
Class org.onebusaway.gtfs.model.Level extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
AgencyAndId id
-
index
double index
-
name
String name
-
-
Class org.onebusaway.gtfs.model.Location extends IdentityBean<AgencyAndId> implements Serializable
-
Serialized Fields
-
description
String description
-
geometry
org.geojson.GeoJsonObject geometry
-
id
AgencyAndId id
-
name
String name
-
url
String url
-
zoneId
String zoneId
-
-
-
Class org.onebusaway.gtfs.model.LocationGroup extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
AgencyAndId id
-
name
String name
-
stops
List<StopLocation> stops
-
-
Class org.onebusaway.gtfs.model.LocationGroupElement extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
locationGroupId
AgencyAndId locationGroupId
-
name
String name
-
stop
StopLocation stop
-
-
Class org.onebusaway.gtfs.model.Note extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
desc
String desc
-
id
AgencyAndId id
-
mark
String mark
-
title
String title
-
-
Class org.onebusaway.gtfs.model.Pathway extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- -2404871423254094109L
-
Serialized Fields
-
fromStop
Stop fromStop
-
id
AgencyAndId id
-
isAccessible
int isAccessible
-
isBidirectional
int isBidirectional
-
length
double length
-
maxSlope
double maxSlope
-
minWidth
double minWidth
-
pathwayCode
String pathwayCode
Deprecated. -
pathwayMode
int pathwayMode
-
pathwayType
int pathwayType
Deprecated. -
reversedSignpostedAs
String reversedSignpostedAs
-
signpostedAs
String signpostedAs
-
stairCount
int stairCount
-
toStop
Stop toStop
-
traversalTime
int traversalTime
-
wheelchairTraversalTime
int wheelchairTraversalTime
Deprecated.
-
-
Class org.onebusaway.gtfs.model.RiderCategory extends IdentityBean<AgencyAndId> implements Serializable
-
Serialized Fields
-
eligibilityUrl
String eligibilityUrl
-
id
AgencyAndId id
-
maxAge
int maxAge
-
minAge
int minAge
-
name
String name
-
-
-
Class org.onebusaway.gtfs.model.Ridership extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
averageLoad
double averageLoad
-
endDate
ServiceDate endDate
-
id
int id
-
routeId
String routeId
-
startDate
ServiceDate startDate
-
stopId
String stopId
-
stopSequence
int stopSequence
-
totalAlightings
int totalAlightings
-
totalBoardings
int totalBoardings
-
tripId
String tripId
-
-
Class org.onebusaway.gtfs.model.Route extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agency
Agency agency
-
bikesAllowed
int bikesAllowed
0 = unknown / unspecified, 1 = bikes allowed, 2 = bikes NOT allowed -
brandingUrl
String brandingUrl
-
color
String color
-
desc
String desc
-
eligibilityRestricted
int eligibilityRestricted
-
id
AgencyAndId id
-
longName
String longName
-
networkId
String networkId
-
regionalFareCardAccepted
int regionalFareCardAccepted
-
routeBikesAllowed
int routeBikesAllowed
Deprecated. -
shortName
String shortName
-
sortOrder
int sortOrder
-
textColor
String textColor
-
type
int type
-
url
String url
-
-
Class org.onebusaway.gtfs.model.RouteNameException extends IdentityBean<Integer> implements Serializable
-
Class org.onebusaway.gtfs.model.RouteShape extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.model.RouteStop extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.model.ServiceCalendar extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endDate
ServiceDate endDate
-
friday
int friday
-
id
int id
-
monday
int monday
-
saturday
int saturday
-
serviceId
AgencyAndId serviceId
-
startDate
ServiceDate startDate
-
sunday
int sunday
-
thursday
int thursday
-
tuesday
int tuesday
-
wednesday
int wednesday
-
-
Class org.onebusaway.gtfs.model.ServiceCalendarDate extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
date
ServiceDate date
-
exceptionType
int exceptionType
-
id
int id
-
serviceId
AgencyAndId serviceId
-
-
Class org.onebusaway.gtfs.model.ShapePoint extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distTraveled
double distTraveled
-
id
int id
-
lat
double lat
-
lon
double lon
-
sequence
int sequence
-
shapeId
AgencyAndId shapeId
-
-
Class org.onebusaway.gtfs.model.Stop extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
String code
-
desc
String desc
-
direction
String direction
-
id
AgencyAndId id
-
lat
double lat
-
level
Level level
-
locationType
int locationType
-
lon
double lon
-
mtaStopId
String mtaStopId
-
name
String name
-
parentStation
String parentStation
-
platformCode
String platformCode
-
regionalFareCardAccepted
int regionalFareCardAccepted
-
timezone
String timezone
-
ttsStopName
String ttsStopName
-
url
String url
-
vehicleType
int vehicleType
-
wheelchairBoarding
int wheelchairBoarding
-
zoneId
String zoneId
-
-
Class org.onebusaway.gtfs.model.StopArea extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
area
Area area
-
stops
Set<StopLocation> stops
-
-
Class org.onebusaway.gtfs.model.StopAreaElement extends IdentityBean<AgencyAndId> implements Serializable
-
Serialized Fields
-
area
Area area
-
stopLocation
StopLocation stopLocation
-
-
-
Class org.onebusaway.gtfs.model.StopTime extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
arrivalTime
int arrivalTime
-
continuousDropOff
int continuousDropOff
-
continuousPickup
int continuousPickup
-
departureBuffer
int departureBuffer
Extension to support departure buffer https://groups.google.com/forum/#!msg/gtfs-changes/sHTyliLgMQk/gfpaGkI_AgAJ -
departureTime
int departureTime
-
dropOffBookingRule
BookingRule dropOffBookingRule
-
dropOffType
int dropOffType
-
endPickupDropOffWindow
int endPickupDropOffWindow
-
endServiceArea
Area endServiceArea
-
endServiceAreaRadius
double endServiceAreaRadius
-
farePeriodId
String farePeriodId
This is a Conveyal extension to the GTFS spec to support Seattle on/off peak fares. -
freeRunningFlag
String freeRunningFlag
-
id
int id
-
location
StopLocation location
-
locationGroup
StopLocation locationGroup
-
maxDepartureTime
int maxDepartureTime
Deprecated.GTFS-Flex v2.1 renamed this field. UseStopTime.endPickupDropOffWindowinstead. -
meanDurationFactor
double meanDurationFactor
-
meanDurationOffset
double meanDurationOffset
-
minArrivalTime
int minArrivalTime
Deprecated.GTFS-Flex v2.1 renamed this field. UseStopTime.startPickupDropOffWindowinstead. -
note
Note note
-
oldSpellingOfEndPickupDropOffWindow
int oldSpellingOfEndPickupDropOffWindow
Deprecated.GTFS-Flex v2.1 renamed "dropoff" to "drop off": https://github.com/MobilityData/gtfs-flex/commit/547200dfb580771265ae14b07d9bfd7b91c16ed2 -
oldSpellingOfStartPickupDropOffWindow
int oldSpellingOfStartPickupDropOffWindow
Deprecated.GTFS-Flex v2.1 renamed "dropoff" to "drop off": https://github.com/MobilityData/gtfs-flex/commit/547200dfb580771265ae14b07d9bfd7b91c16ed2 -
pickupBookingRule
BookingRule pickupBookingRule
Support for booking rules in GTFS-Flex 2.1 -
pickupType
int pickupType
-
routeShortName
String routeShortName
-
safeDurationFactor
double safeDurationFactor
-
safeDurationOffset
double safeDurationOffset
-
shapeDistTraveled
double shapeDistTraveled
-
startPickupDropOffWindow
int startPickupDropOffWindow
-
startServiceArea
Area startServiceArea
-
startServiceAreaRadius
double startServiceAreaRadius
-
stop
StopLocation stop
This is optional because in flex you can also have location_id and location_group_id. -
stopHeadsign
String stopHeadsign
-
stopSequence
int stopSequence
-
timepoint
int timepoint
-
toStopSequence
Integer toStopSequence
-
track
String track
Support track extension -
trip
Trip trip
-
-
Class org.onebusaway.gtfs.model.Transfer extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.model.Translation extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.model.Trip extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
bikesAllowed
int bikesAllowed
0 = unknown / unspecified, 1 = bikes allowed, 2 = bikes NOT allowed -
blockId
String blockId
-
boardingType
int boardingType
-
continuousDropOffMessage
String continuousDropOffMessage
-
continuousPickupMessage
String continuousPickupMessage
-
directionId
String directionId
-
drtAdvanceBookMin
double drtAdvanceBookMin
-
drtAvgTravelTime
String drtAvgTravelTime
-
drtDropOffMessage
String drtDropOffMessage
-
drtMaxTravelTime
String drtMaxTravelTime
-
drtPickupMessage
String drtPickupMessage
-
fareId
String fareId
-
id
AgencyAndId id
-
meanDurationFactor
Double meanDurationFactor
-
meanDurationOffset
Double meanDurationOffset
-
mtaTripId
String mtaTripId
-
note
Note note
-
peakOffpeak
int peakOffpeak
-
route
Route route
-
routeShortName
String routeShortName
-
safeDurationFactor
Double safeDurationFactor
-
safeDurationOffset
Double safeDurationOffset
-
serviceId
AgencyAndId serviceId
-
shapeId
AgencyAndId shapeId
-
tripBikesAllowed
int tripBikesAllowed
Deprecated. -
tripHeadsign
String tripHeadsign
-
tripShortName
String tripShortName
-
wheelchairAccessible
int wheelchairAccessible
-
-
Class org.onebusaway.gtfs.model.Vehicle extends IdentityBean<AgencyAndId> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
bikeCapacity
int bikeCapacity
-
description
String description
-
doorCount
int doorCount
-
doorWidth
String doorWidth
-
icon
Icon icon
-
id
AgencyAndId id
-
lowFloor
int lowFloor
-
seatedCapacity
int seatedCapacity
-
standingCapacity
int standingCapacity
-
wheelchairAccess
String wheelchairAccess
-
-
Class org.onebusaway.gtfs.model.WrongWayConcurrency extends IdentityBean<Integer> implements Serializable
-
Serialized Fields
-
directionId
String directionId
-
fromStopId
AgencyAndId fromStopId
-
id
int id
-
routeId
String routeId
-
toStopId
AgencyAndId toStopId
-
-
-
-
Package org.onebusaway.gtfs.model.calendar
-
Class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval extends Object implements Serializable
-
Serialized Fields
-
_overridesByAgencyId
Map<String,Integer> _overridesByAgencyId
Map of overrides that have a different window of applicability of service relative to the reference time. The default is the entire service date. Values should be AGENCY_ID, MINUTES_AFTER_REFERENCE_TIME. -
_referenceTime
long _referenceTime
-
_serviceDate
ServiceDate _serviceDate
-
-
-
Class org.onebusaway.gtfs.model.calendar.CalendarServiceData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_datesByLocalizedServiceId
Map<LocalizedServiceId,List<Date>> _datesByLocalizedServiceId
-
_serviceDatesByServiceId
Map<AgencyAndId,List<ServiceDate>> _serviceDatesByServiceId
-
_serviceIdsByDate
Map<ServiceDate,Set<AgencyAndId>> _serviceIdsByDate
-
_timeZonesByAgencyId
Map<String,TimeZone> _timeZonesByAgencyId
-
-
Class org.onebusaway.gtfs.model.calendar.LocalizedServiceId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
AgencyAndId id
-
timeZone
TimeZone timeZone
-
-
Class org.onebusaway.gtfs.model.calendar.ServiceDate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
day
int day
-
month
int month
-
year
int year
-
-
Class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_intervals
Map<LocalizedServiceId,ServiceInterval> _intervals
-
-
Class org.onebusaway.gtfs.model.calendar.ServiceInterval extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxArrival
int maxArrival
-
maxDeparture
int maxDeparture
-
minArrival
int minArrival
-
minDeparture
int minDeparture
-
-
-
Package org.onebusaway.gtfs.model.translation
-
Class org.onebusaway.gtfs.model.translation.PropertyTranslation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.model.translation.TranslationServiceData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_feedLanguage
String _feedLanguage
-
_translationMap
Map<TypeAndLanguage,List<PropertyTranslation>> _translationMap
-
-
Class org.onebusaway.gtfs.model.translation.TypeAndLanguage extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.gtfs.serialization
-
Class org.onebusaway.gtfs.serialization.DuplicateEntityException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Serializable id
-
-
Class org.onebusaway.gtfs.serialization.EntityReferenceNotFoundException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.serialization.NoDefaultAgencyIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.gtfs.serialization.mappings
-
Class org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.serialization.mappings.InvalidStopTimeException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.gtfs.serialization.mappings.RouteNameException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable
- serialVersionUID:
- 1L
-