Uses of Class
uwcse.location.LocationService

Packages that use LocationService
uwcse.location
uwcse.location.client
uwcse.location.objects
uwcse.location.objects.alien
uwcse.location.objects.cricket
uwcse.location.objects.mote
uwcse.location.objects.nmea
uwcse.location.objects.sick
uwcse.location.objects.sim
uwcse.location.objects.versus
 

Uses of LocationService in uwcse.location
 

Subclasses of LocationService in uwcse.location
 class ArrangementService
          A service providing arrangement queries of multiple objects such as containment and proximity.
 class FuseSimDisplay
          An aggregate service that runs a FusionService, DisplayService, and SimulationDriver in a single JVM for the purpose of easy testing.
 class FusionAdmin
          A fusion service administration tool.
 class FusionClientService
          A FusionClientService is an abstract class implementing convenience interfaces to the various fusion service interactions over Rain.
 class FusionEval
          A service to evaluate fusion.
 class FusionService
          A service to collect the Measurements generated by various hardware drivers and perform sensor fusion.
 

Constructors in uwcse.location with parameters of type LocationService
LocationService.RediscoverServices(Set serviceIDSet, String query)
           
 

Uses of LocationService in uwcse.location.client
 

Subclasses of LocationService in uwcse.location.client
 class DisplayService
          A service for displaying location readings.
 class PersonTracker
          An example application to track and textually display the location of all Humans known to the system.
 

Uses of LocationService in uwcse.location.objects
 

Subclasses of LocationService in uwcse.location.objects
 class SensorDriver
          A SensorDriver is an abstract class implementing a driver to interact with location sensing hardware and generate Measurements.
 

Uses of LocationService in uwcse.location.objects.alien
 

Subclasses of LocationService in uwcse.location.objects.alien
 class AlienDriver
          A AlienDriver interacts with RFID reader hardware from Alien Technologies and generates ProximityMeasurements.
 

Uses of LocationService in uwcse.location.objects.cricket
 

Subclasses of LocationService in uwcse.location.objects.cricket
 class CricketDriver
          A CricketDriver interacts with receiver hardware of the Cricket indoor location system from MIT and generates LinearDistanceMeasurements.
 

Uses of LocationService in uwcse.location.objects.mote
 

Subclasses of LocationService in uwcse.location.objects.mote
 class MoteDriver
          A MoteDriver interacts with Berkeley MICA motes and generates ProxmityMeasurements.
 

Uses of LocationService in uwcse.location.objects.nmea
 

Subclasses of LocationService in uwcse.location.objects.nmea
 class NMEADriver
          Driver for a device speaking the National Marine Electronics Association (NMEA) protocol including most Global Positioning System devices.
 

Uses of LocationService in uwcse.location.objects.sick
 

Subclasses of LocationService in uwcse.location.objects.sick
 class LMS200Driver
          Driver for the SICK LMS200 series laser range finder.
 

Uses of LocationService in uwcse.location.objects.sim
 

Subclasses of LocationService in uwcse.location.objects.sim
 class BeesoftLogConverter
          A BeesoftLogConverter converts a simulation log generated by the measurement logger into formats for use as input to other specific systems.
 class LogReaderDriver
          A LogReaderDriver is an abtract class providing functionality to read objects from a log and pass them to a handler such as Measurements into a simulator.
 class MeasurementLogger
          A service to collect and log Measurments generated by various hardware drivers for later reply by the simulation driver.
 class SimulationDriver
          A SimulationDriver simulates a sensor hardware driver by generating Measurments read from an XML log file.
 

Uses of LocationService in uwcse.location.objects.versus
 

Subclasses of LocationService in uwcse.location.objects.versus
 class VersusDriver
          A VersusDriver interacts with the infrared badge hardware from Versus Technologies and generates ProxmityMeasurements.
 



This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE