Uses of Class
org.onebusaway.transit_data_federation.services.blocks.ScheduledBlockLocation

Packages that use ScheduledBlockLocation
org.onebusaway.transit_data_federation.impl.blocks   
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 ScheduledBlockLocation in org.onebusaway.transit_data_federation.impl.blocks
 

Methods in org.onebusaway.transit_data_federation.impl.blocks with parameters of type ScheduledBlockLocation
static int ScheduledBlockLocationLibrary.computeSlackToNextStop(ScheduledBlockLocation scheduledBlockLocation)
           
static int ScheduledBlockLocationLibrary.computeTravelTimeBetweenLocations(ScheduledBlockLocation scheduledBlockLocationA, ScheduledBlockLocation scheduledBlockLocationB)
           
 

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

Methods in org.onebusaway.transit_data_federation.impl.realtime with parameters of type ScheduledBlockLocation
 BlockLocation BlockLocationServiceImpl.getLocationForBlockInstanceAndScheduledBlockLocation(BlockInstance blockInstance, ScheduledBlockLocation scheduledLocation, long targetTime)
           
 

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

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

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

Methods in org.onebusaway.transit_data_federation.services.blocks that return ScheduledBlockLocation
 ScheduledBlockLocation BlockGeospatialService.getBestScheduledBlockLocationForLocation(BlockInstance blockInstance, CoordinatePoint location, long timestamp, double blockDistanceFrom, double blockDistanceTo)
           
 ScheduledBlockLocation ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(BlockConfigurationEntry blockConfig, double distanceAlongBlock)
           
 ScheduledBlockLocation ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(ScheduledBlockLocation previousLocation, double distanceAlongBlock)
          Same behavior as ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(BlockConfigurationEntry, double) except we take advantage of the fact that we might already have a ScheduledBlockLocation that comes just a bit before the target scheduleTime, which should make lookup faster.
 ScheduledBlockLocation ScheduledBlockLocationService.getScheduledBlockLocationFromScheduledTime(BlockConfigurationEntry blockConfig, int scheduleTime)
          If you request a schedule time that is less than the first arrival time of the block, we will still return a ScheduledBlockLocation.
 ScheduledBlockLocation ScheduledBlockLocationService.getScheduledBlockLocationFromScheduledTime(ScheduledBlockLocation previousLocation, int scheduleTime)
          Same behavior as ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(BlockConfigurationEntry, double) except we take advantage of the fact that we might already have a ScheduledBlockLocation that comes just a bit before the target scheduleTime, which should make lookup faster.
 

Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type ScheduledBlockLocation
 ScheduledBlockLocation ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(ScheduledBlockLocation previousLocation, double distanceAlongBlock)
          Same behavior as ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(BlockConfigurationEntry, double) except we take advantage of the fact that we might already have a ScheduledBlockLocation that comes just a bit before the target scheduleTime, which should make lookup faster.
 ScheduledBlockLocation ScheduledBlockLocationService.getScheduledBlockLocationFromScheduledTime(ScheduledBlockLocation previousLocation, int scheduleTime)
          Same behavior as ScheduledBlockLocationService.getScheduledBlockLocationFromDistanceAlongBlock(BlockConfigurationEntry, double) except we take advantage of the fact that we might already have a ScheduledBlockLocation that comes just a bit before the target scheduleTime, which should make lookup faster.
 

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

Methods in org.onebusaway.transit_data_federation.services.realtime that return ScheduledBlockLocation
 ScheduledBlockLocation VehicleLocationCacheElement.getScheduledBlockLocation()
           
 

Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type ScheduledBlockLocation
 boolean VehicleLocationCacheEntry.addElement(VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation, ScheduleDeviationSamples samples)
           
 VehicleLocationCacheElements VehicleLocationRecordCache.addRecord(BlockInstance blockInstance, VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation, ScheduleDeviationSamples samples)
           
 BlockLocation BlockLocationService.getLocationForBlockInstanceAndScheduledBlockLocation(BlockInstance blockInstance, ScheduledBlockLocation scheduledLocation, long targetTime)
           
 ScheduleDeviationSamples RealTimeHistoryService.sampleScheduleDeviationsForVehicle(BlockInstance instance, VehicleLocationRecord record, ScheduledBlockLocation scheduledBlockLocation)
           
 

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



Copyright © 2012 OneBusAway. All Rights Reserved.