JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
E
G
H
I
O
R
S
T
V
E
EVehiclePhase
- Enum in
org.onebusaway.realtime.api
G
getBlockId()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getCurrentLocationLat()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getCurrentLocationLon()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getCurrentOrientation()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South
getDistanceAlongBlock()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getPhase()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getScheduleDeviation()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getServiceDate()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getStatus()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getTimeOfLocationUpdate()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getTimeOfRecord()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getTimepointId()
- Method in class org.onebusaway.realtime.api.
TimepointPredictionRecord
getTimepointPredictedTime()
- Method in class org.onebusaway.realtime.api.
TimepointPredictionRecord
getTimepointPredictions()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getTimepointScheduledTime()
- Method in class org.onebusaway.realtime.api.
TimepointPredictionRecord
getTripId()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
getVehicleId()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
H
handleVehicleLocationRecord(VehicleLocationRecord)
- Method in interface org.onebusaway.realtime.api.
VehicleLocationListener
handleVehicleLocationRecords(List<VehicleLocationRecord>)
- Method in interface org.onebusaway.realtime.api.
VehicleLocationListener
I
isActiveAfterBlock(EVehiclePhase)
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
isActiveBeforeBlock(EVehiclePhase)
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
isActiveDuringBlock(EVehiclePhase)
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
isActiveLayover(EVehiclePhase)
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
isCurrentLocationSet()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
isCurrentOrientationSet()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
isDistanceAlongBlockSet()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
isLayover(EVehiclePhase)
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
isScheduleDeviationSet()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
O
org.onebusaway.realtime.api
- package org.onebusaway.realtime.api
R
resetVehicleLocation(AgencyAndId)
- Method in interface org.onebusaway.realtime.api.
VehicleLocationListener
S
setBlockId(AgencyAndId)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setCurrentLocationLat(double)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setCurrentLocationLon(double)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setCurrentOrientation(double)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setDistanceAlongBlock(double)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setPhase(EVehiclePhase)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setScheduleDeviation(double)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setServiceDate(long)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setStatus(String)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setTimeOfLocationUpdate(long)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setTimeOfRecord(long)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setTimepointId(AgencyAndId)
- Method in class org.onebusaway.realtime.api.
TimepointPredictionRecord
setTimepointPredictedTime(long)
- Method in class org.onebusaway.realtime.api.
TimepointPredictionRecord
setTimepointPredictions(List<TimepointPredictionRecord>)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setTimepointScheduledTime(long)
- Method in class org.onebusaway.realtime.api.
TimepointPredictionRecord
setTripId(AgencyAndId)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
setVehicleId(AgencyAndId)
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
T
TimepointPredictionRecord
- Class in
org.onebusaway.realtime.api
TimepointPredictionRecord()
- Constructor for class org.onebusaway.realtime.api.
TimepointPredictionRecord
TimepointPredictionRecord(TimepointPredictionRecord)
- Constructor for class org.onebusaway.realtime.api.
TimepointPredictionRecord
toLabel()
- Method in enum org.onebusaway.realtime.api.
EVehiclePhase
toString()
- Method in class org.onebusaway.realtime.api.
VehicleLocationRecord
V
valueOf(String)
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.onebusaway.realtime.api.
EVehiclePhase
Returns an array containing the constants of this enum type, in the order they are declared.
VehicleLocationListener
- Interface in
org.onebusaway.realtime.api
A vehicle location listener is a component that can listen to
VehicleLocationRecord
records incoming from an AVL data source.
VehicleLocationRecord
- Class in
org.onebusaway.realtime.api
Vehicle location records are the key data structure for passing real-time location data about a transit vehicle from an external data source into OneBusAway.
VehicleLocationRecord()
- Constructor for class org.onebusaway.realtime.api.
VehicleLocationRecord
VehicleLocationRecord(VehicleLocationRecord)
- Constructor for class org.onebusaway.realtime.api.
VehicleLocationRecord
E
G
H
I
O
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014
OneBusAway
. All Rights Reserved.