Uses of Class
org.onebusaway.transit_data_federation.services.realtime.BlockLocation

Packages that use BlockLocation
org.onebusaway.transit_data_federation.impl.beans   
org.onebusaway.transit_data_federation.impl.blocks   
org.onebusaway.transit_data_federation.impl.realtime   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data_federation.services.blocks   
org.onebusaway.transit_data_federation.services.realtime   
 

Uses of BlockLocation in org.onebusaway.transit_data_federation.impl.beans
 

Methods in org.onebusaway.transit_data_federation.impl.beans with parameters of type BlockLocation
 TripStatusBean TripStatusBeanServiceImpl.getBlockLocationAsStatusBean(BlockLocation blockLocation, long time)
           
 

Uses of BlockLocation in org.onebusaway.transit_data_federation.impl.blocks
 

Methods in org.onebusaway.transit_data_federation.impl.blocks that return BlockLocation
 BlockLocation BlockStatusServiceImpl.getBlockForVehicle(org.onebusaway.gtfs.model.AgencyAndId vehicleId, long time)
           
 

Methods in org.onebusaway.transit_data_federation.impl.blocks that return types with arguments of type BlockLocation
 List<BlockLocation> BlockStatusServiceImpl.getActiveBlocksForAgency(String agencyId, long time)
           
 List<BlockLocation> BlockStatusServiceImpl.getAllActiveBlocks(long time)
           
 Map<BlockInstance,List<BlockLocation>> BlockStatusServiceImpl.getBlocks(org.onebusaway.gtfs.model.AgencyAndId blockId, long serviceDate, org.onebusaway.gtfs.model.AgencyAndId vehicleId, long time)
          BlockStatusService Interface
 List<BlockLocation> BlockStatusServiceImpl.getBlocksForBounds(CoordinateBounds bounds, long time)
           
 Map<BlockInstance,List<List<BlockLocation>>> BlockStatusServiceImpl.getBlocksForIndex(BlockSequenceIndex index, List<Date> timestamps)
           
 List<BlockLocation> BlockStatusServiceImpl.getBlocksForRoute(org.onebusaway.gtfs.model.AgencyAndId routeId, long time)
           
 

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

Methods in org.onebusaway.transit_data_federation.impl.realtime that return BlockLocation
 BlockLocation BlockLocationServiceImpl.getLocationForBlockInstance(BlockInstance blockInstance, TargetTime time)
          BlockLocationService Interface
 BlockLocation BlockLocationServiceImpl.getLocationForBlockInstanceAndScheduledBlockLocation(BlockInstance blockInstance, ScheduledBlockLocation scheduledLocation, long targetTime)
           
 BlockLocation BlockLocationServiceImpl.getLocationForVehicleAndTime(org.onebusaway.gtfs.model.AgencyAndId vehicleId, TargetTime targetTime)
           
 BlockLocation BlockLocationServiceImpl.getScheduledLocationForBlockInstance(BlockInstance blockInstance, long targetTime)
           
 

Methods in org.onebusaway.transit_data_federation.impl.realtime that return types with arguments of type BlockLocation
 Map<org.onebusaway.gtfs.model.AgencyAndId,List<BlockLocation>> BlockLocationServiceImpl.getLocationsForBlockInstance(BlockInstance blockInstance, List<Date> times, long currentTime)
           
 List<BlockLocation> BlockLocationServiceImpl.getLocationsForBlockInstance(BlockInstance blockInstance, TargetTime time)
           
 

Uses of BlockLocation in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type BlockLocation
 TripStatusBean TripDetailsBeanService.getBlockLocationAsStatusBean(BlockLocation blockLocation, long time)
          Convert a BlockLocation object into a trip status bean
 

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

Methods in org.onebusaway.transit_data_federation.services.blocks that return BlockLocation
 BlockLocation BlockStatusService.getBlockForVehicle(org.onebusaway.gtfs.model.AgencyAndId vehicleId, long time)
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks that return types with arguments of type BlockLocation
 List<BlockLocation> BlockStatusService.getActiveBlocksForAgency(String agencyId, long time)
          Returns all active blocks for the specified agency, both with and without real-time information.
 List<BlockLocation> BlockStatusService.getAllActiveBlocks(long time)
          Returns all active blocks, both with and without real-time information.
 Map<BlockInstance,List<BlockLocation>> BlockStatusService.getBlocks(org.onebusaway.gtfs.model.AgencyAndId blockId, long serviceDate, org.onebusaway.gtfs.model.AgencyAndId vehicleId, long time)
           
 List<BlockLocation> BlockStatusService.getBlocksForBounds(CoordinateBounds bounds, long time)
           
 Map<BlockInstance,List<List<BlockLocation>>> BlockStatusService.getBlocksForIndex(BlockSequenceIndex index, List<Date> timetamps)
           
 List<BlockLocation> BlockStatusService.getBlocksForRoute(org.onebusaway.gtfs.model.AgencyAndId routeId, long time)
          Returns all active blocks for the specified route, both with and without real-time information.
 

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

Methods in org.onebusaway.transit_data_federation.services.realtime that return BlockLocation
 BlockLocation ArrivalAndDepartureInstance.getBlockLocation()
           
 BlockLocation BlockLocationService.getLocationForBlockInstance(BlockInstance blockInstance, TargetTime time)
          Given a block instance and a target time, determine the vehicle position at that time, using real-time data when available.
 BlockLocation BlockLocationService.getLocationForBlockInstanceAndScheduledBlockLocation(BlockInstance blockInstance, ScheduledBlockLocation scheduledLocation, long targetTime)
           
 BlockLocation BlockLocationService.getLocationForVehicleAndTime(org.onebusaway.gtfs.model.AgencyAndId vehicleId, TargetTime time)
           
 BlockLocation BlockLocationService.getScheduledLocationForBlockInstance(BlockInstance blockInstance, long targetTime)
          Determines the scheduled vehicle location of a given block instance at the specified time.
 

Methods in org.onebusaway.transit_data_federation.services.realtime that return types with arguments of type BlockLocation
 Map<org.onebusaway.gtfs.model.AgencyAndId,List<BlockLocation>> BlockLocationService.getLocationsForBlockInstance(BlockInstance blockInstance, List<Date> times, long currentTime)
           
 List<BlockLocation> BlockLocationService.getLocationsForBlockInstance(BlockInstance blockInstance, TargetTime time)
          Given a block instance and a target time, determine the vehicle locations at that time using real-time data when available.
 

Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type BlockLocation
 void BlockLocationListener.handleBlockLocation(BlockLocation blockLocation)
           
 void ArrivalAndDepartureInstance.setBlockLocation(BlockLocation blockLocation)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.