Uses of Class
org.onebusaway.realtime.api.VehicleLocationRecord

Packages that use VehicleLocationRecord
org.onebusaway.realtime.api   
org.onebusaway.transit_data_federation.impl.realtime   
org.onebusaway.transit_data_federation.impl.realtime.history   
org.onebusaway.transit_data_federation.services.blocks   
org.onebusaway.transit_data_federation.services.realtime   
 

Uses of VehicleLocationRecord in org.onebusaway.realtime.api
 

Methods in org.onebusaway.realtime.api with parameters of type VehicleLocationRecord
 void VehicleLocationListener.handleVehicleLocationRecord(VehicleLocationRecord record)
           
 

Method parameters in org.onebusaway.realtime.api with type arguments of type VehicleLocationRecord
 void VehicleLocationListener.handleVehicleLocationRecords(List<VehicleLocationRecord> records)
           
 

Constructors in org.onebusaway.realtime.api with parameters of type VehicleLocationRecord
VehicleLocationRecord(VehicleLocationRecord r)
           
 

Uses of VehicleLocationRecord in org.onebusaway.transit_data_federation.impl.realtime
 

Methods in org.onebusaway.transit_data_federation.impl.realtime with parameters of type VehicleLocationRecord
 void BlockLocationServiceImpl.handleVehicleLocationRecord(VehicleLocationRecord record)
          BlockVehicleLocationListener Interface
 

Uses of VehicleLocationRecord in org.onebusaway.transit_data_federation.impl.realtime.history
 

Methods in org.onebusaway.transit_data_federation.impl.realtime.history with parameters of type VehicleLocationRecord
 ScheduleDeviationSamples RealTimeHistoryServiceImpl.sampleScheduleDeviationsForVehicle(BlockInstance instance, VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation)
           
 

Uses of VehicleLocationRecord in org.onebusaway.transit_data_federation.services.blocks
 

Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type VehicleLocationRecord
 void BlockVehicleLocationListener.handleVehicleLocationRecord(VehicleLocationRecord record)
           
 

Uses of VehicleLocationRecord in org.onebusaway.transit_data_federation.services.realtime
 

Methods in org.onebusaway.transit_data_federation.services.realtime that return VehicleLocationRecord
 VehicleLocationRecord VehicleStatus.getRecord()
           
 VehicleLocationRecord VehicleLocationCacheElement.getRecord()
           
 

Methods in org.onebusaway.transit_data_federation.services.realtime that return types with arguments of type VehicleLocationRecord
 List<VehicleLocationRecord> VehicleStatus.getAllRecords()
           
 

Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type VehicleLocationRecord
 boolean VehicleLocationCacheEntry.addElement(VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation, ScheduleDeviationSamples samples)
           
 VehicleLocationCacheElements VehicleLocationRecordCache.addRecord(BlockInstance blockInstance, VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation, ScheduleDeviationSamples samples)
           
 ScheduleDeviationSamples RealTimeHistoryService.sampleScheduleDeviationsForVehicle(BlockInstance instance, VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation)
           
 void VehicleStatus.setRecord(VehicleLocationRecord record)
           
 

Method parameters in org.onebusaway.transit_data_federation.services.realtime with type arguments of type VehicleLocationRecord
 void VehicleStatus.setAllRecords(List<VehicleLocationRecord> allRecords)
           
 

Constructors in org.onebusaway.transit_data_federation.services.realtime with parameters of type VehicleLocationRecord
VehicleLocationCacheElement(VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation, ScheduleDeviationSamples scheduleDeviations)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.