Uses of Class
org.j4me.bluetoothgps.Coordinates

Packages that use Coordinates
org.j4me.bluetoothgps Extends the JSR-179 Location API to support Bluetooth GPS devices and improve consistency across vendor implementations. 
 

Uses of Coordinates in org.j4me.bluetoothgps
 

Subclasses of Coordinates in org.j4me.bluetoothgps
 class QualifiedCoordinates
          The QualifiedCoordinates class represents coordinates as latitude-longitude-altitude values that are associated with an accuracy value.
 

Methods in org.j4me.bluetoothgps with parameters of type Coordinates
 float Coordinates.azimuthTo(Coordinates to)
          Calculates the azimuth between the two points according to the ellipsoid model of WGS84.
 float Coordinates.distance(Coordinates to)
          Calculates the geodetic distance between the two points according to the ellipsoid model of WGS84.