Uses of Class
location.Location

Packages that use Location
groupmgmt.impl   
location   
location.generators   
 

Uses of Location in groupmgmt.impl
 

Fields in groupmgmt.impl declared as Location
private  Location SafeDistanceDetector.location
          The physical location of this Member.
private  Location MemberBeacon.location
           
 

Methods in groupmgmt.impl that return Location
 Location MemberBeacon.getLocation()
          Allows access to the physical location of the source of this beacon.
 

Methods in groupmgmt.impl with parameters of type Location
 void MemberBeacon.setBeacon(Member member, Location location)
          Resets the beacon using the provided information.
 void MemberBeacon.setBeacon(Member member, Location location, boolean stopping)
          Resets the beacon using the provided information.
 void MemberBeacon.setLocation(Location location)
          Sets the location value to the new value.
 

Constructors in groupmgmt.impl with parameters of type Location
MemberBeacon(Member member, Location location, boolean stopping)
          Constructor that sets the corresponding values in the beacon.
MemberBeacon(Member member, Location location)
          Constructor that sets the corresponding values in the beacon.
 

Uses of Location in location
 

Fields in location declared as Location
(package private)  Location LocationEvent.location
          The location
 

Methods in location that return Location
 Location LocationEvent.getLocation()
          Returns the current location.
 

Methods in location with parameters of type Location
 double Location.distance(Location l)
          Get the distance in meters from this location to another location.
 

Constructors in location with parameters of type Location
LocationEvent(java.lang.Object source, Location newLocation, java.util.Date date, double speed, double altitude, double course, boolean isValid)
          The constructor.
Location(Location loc)
          The copy constructor.
 

Uses of Location in location.generators
 

Methods in location.generators with parameters of type Location
(package private)  double FakeGPSMonitor.calcSpeed(Location currLoc, java.util.Date time)
          Calculates the speed in meters per second the user is traveling.