Uses of Class
javax.microedition.location.Location

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

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

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

Uses of Location in javax.microedition.location
 

Methods in javax.microedition.location that return Location
static Location LocationProviderManager.getLatestKnownLocation()
          Returns the latest known location that the implementation has.
 Location LocationProvider.getLatestKnownLocation()
          Returns the latest known location that the implementation has.
 Location LocationProvider.getLocation(int timeout)
          Retrieves a Location with the constraints given by the Criteria associated with this class.
 

Methods in javax.microedition.location with parameters of type Location
 void LocationListener.locationUpdated(LocationProvider provider, Location location)
          Called by the LocationProvider to which this listener is registered.