Uses of Class
javax.microedition.location.Coordinates

Packages that use Coordinates
fr.imag.adele.util.location   
javax.microedition.location   
 

Uses of Coordinates in fr.imag.adele.util.location
 

Methods in fr.imag.adele.util.location with parameters of type Coordinates
static StringBuffer LocationUtil.toText(StringBuffer sb, Coordinates coordinates)
          formats the coordinates in PlainText
static StringBuffer LocationUtil.toHtml(StringBuffer sb, Coordinates coordinates)
          formats the coordinates in HTML
static StringBuffer LocationUtil.toXml(StringBuffer sb, Coordinates coordinates)
          formats the coordinates in XML
static Element LocationUtil.toElement(Document doc, Coordinates coordinates)
          formats the location in XML (DOM)
static StringBuffer LocationUtil.toJavaScript(StringBuffer sb, Coordinates coordinates)
          formats the coordinates in JavaScript
 

Uses of Coordinates in javax.microedition.location
 

Subclasses of Coordinates in javax.microedition.location
 class QualifiedCoordinates
          The QualifiedCoordinates class represents coordinates as latitude-longitude-altitude values that are associated with an accuracy value. .
 

Methods in javax.microedition.location with parameters of type Coordinates
 float Coordinates.bearing(Coordinates to)
          Calculates the great circle bearing between the two points.
 float Coordinates.distance(Coordinates to)
          Calculates the great circle distance between the two points.