Package org.placelab.core

Interface Summary
BeaconReading A BeaconReading represents a sighting of a single wireless beacon from a Spotter that spots for wireless Beacons.
Coordinate A Coordinate represents a point on EarthModel.
Observable This is a generic interface that represents measurements that can be passed to a particle filter
PositionMeasurement A Measurement that already knows its location as a Coordinate
ShutdownListener  
 

Class Summary
BeaconMeasurement BeaconMeasurements contain all the BeaconReadings seen during a single scan of the environment for Beacons.
BluetoothReading This class represents the sighting of a remote bluetooth device
CoordinateTranslator Utility methods for translating Coordinates
FixedTwoDCoordinate The Coordinate class used on systems that do not support floating point math.
GPSMeasurement A Measurement based on a reading from a GPS unit.
Measurement Measurements are produced by Spotters and represent the result of a single scan of the environment.
NetStumblerFileParser NetStumblerFileParser will read an exported tab-separated text-log from NetStumbler and read it line by line.
NetStumblerReading  
PlacelabProperties A helper class that holds the preferences for this Place Lab instantiation.
SimpleCoordinateTranslator  
StumblerMeasurement A Measurement produced by reading a portion of a log by a LogSpotter
ThreeDCoordinate  
TwoDCoordinate The standard coordinate class used on systems with floating point math support.
Types Maintains List of classes and factory methods for generic types.
Version A small application that prints the version of the Placelab Toolkit
WiFiReading A BeaconReading produced by a WiFiSpotter scanning for WiFi beacons
 

Exception Summary
TypesException This RuntimeException is used by Types