A B C D F G H I J L M O P Q R S T U V

A

AVAILABLE - Static variable in interface javax.microedition.location.LocationProvider
Availability status code: the location provider is available.
addExtraInfo(String, String) - Method in class javax.microedition.location.Location
Adds a feature to the ExtraInfo attribute of the Location object
addLocationListener(LocationListener, int) - Method in interface javax.microedition.location.LocationProvider
Adds a LocationListener for updates at the defined interval.
altitude - Variable in class javax.microedition.location.Coordinates
 

B

bearing(Coordinates) - Method in class javax.microedition.location.Coordinates
Calculates the great circle bearing between the two points.
bearing - Variable in class javax.microedition.location.Orientation
 

C

Coordinates - class javax.microedition.location.Coordinates.
The Coordinates class represents coordinates as latitude-longitude-altitude values.
Coordinates() - Constructor for class javax.microedition.location.Coordinates
Constructs a new Coordinates object with the values specified.
Coordinates(float, float, float) - Constructor for class javax.microedition.location.Coordinates
Constructs a new Coordinates object with the values specified.
convert(String, int) - Static method in class javax.microedition.location.Coordinates
Converts a String representation of a coordinate into the float representation as used in this API.
convert(float, int) - Static method in class javax.microedition.location.Coordinates
Converts a float representation of a coordinate with decimal degrees into a string representation

D

DD_MM - Static variable in class javax.microedition.location.Coordinates
Identifier for string coordinate representation Degrees, Minutes, decimal fractions of a minute
DD_MM_SS - Static variable in class javax.microedition.location.Coordinates
Identifier for string coordinate representation Degrees, Minutes, Seconds and decimal fractions of a second
distance(Coordinates) - Method in class javax.microedition.location.Coordinates
Calculates the great circle distance between the two points.

F

formatDate(long) - Static method in class fr.imag.adele.util.location.LocationUtil
 
fr.imag.adele.util.location - package fr.imag.adele.util.location
 

G

getAltitude() - Method in class javax.microedition.location.Coordinates
Returns the altitude component of this coordinate.
getCompassBearing() - Method in class javax.microedition.location.Orientation
Returns the terminal's surface orientation in degrees relative to either magnetic or true north.
getCoordinates() - Method in class javax.microedition.location.Location
Returns the coordinates of this location and their accuracy.
getCourse() - Method in class javax.microedition.location.Location
Returns the terminal's course made good in degrees relative to true north.
getExtraInfo(String) - Method in class javax.microedition.location.Location
Returns extra information about the location.
getHorizontalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
Returns the horizontal accuracy of the location in meters (1-sigma standard deviation).
getLatestKnownLocation() - Method in interface javax.microedition.location.LocationProvider
Returns the latest known location that the implementation has.
getLatestKnownLocation() - Static method in class javax.microedition.location.LocationProviderManager
Returns the latest known location that the implementation has.
getLatitude() - Method in class javax.microedition.location.Coordinates
Returns the latitude component of this coordinate.
getLocation(int) - Method in interface javax.microedition.location.LocationProvider
Retrieves a Location with the constraints given by the Criteria associated with this class.
getLocationMethod() - Method in class javax.microedition.location.Location
Returns information about the location method used.
getLocationProvider() - Static method in class javax.microedition.location.LocationProviderManager
This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
getLongitude() - Method in class javax.microedition.location.Coordinates
Returns the longitude component of this coordinate.
getMethodLocationMeaning(int) - Static method in class fr.imag.adele.util.location.LocationUtil
gets the Method Location Meaning
getOrientation() - Static method in class javax.microedition.location.Orientation
Returns the terminal's current orientation.
getPitch() - Method in class javax.microedition.location.Orientation
Returns the terminal's tilt in degrees defined as an angle in the vertical plane orthogonal to the ground, and through the longitudinal axis of the terminal.
getRoll() - Method in class javax.microedition.location.Orientation
Returns the terminal's rotation in degrees around its own longitudinal axis.
getSpeed() - Method in class javax.microedition.location.Location
Returns the terminal's current ground speed in meters per second (m/s) at the time of measurement.
getState() - Method in interface javax.microedition.location.LocationProvider
Returns the current state of this LocationProvider.
getTimestamp() - Method in class javax.microedition.location.Location
Returns the time stamp at which the data was collected.
getVerticalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
Returns the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).

H

horizontalAccuracy - Variable in class javax.microedition.location.QualifiedCoordinates
 

I

isMagnetic - Variable in class javax.microedition.location.Orientation
 
isOrientationMagnetic() - Method in class javax.microedition.location.Orientation
Returns a boolean value that indicates whether this Orientation is relative to the magnetic field of the Earth or relative to true north and gravity.
isValid() - Method in class javax.microedition.location.Location
Returns whether this Location instance represents a valid location with coordinates or an invalid one where all the data, especially the latitude and longitude coordinates, may not be present.

J

javax.microedition.location - package javax.microedition.location
 

L

Location - class javax.microedition.location.Location.
The Location class represents the standard set of basic location information.
Location() - Constructor for class javax.microedition.location.Location
 
LocationException - exception javax.microedition.location.LocationException.
The LocationException is thrown when a location API specific error has occurred.
LocationException() - Constructor for class javax.microedition.location.LocationException
Constructs a LocationException with no detail message.
LocationException(String) - Constructor for class javax.microedition.location.LocationException
Constructs a LocationException with the specified detail message.
LocationListener - interface javax.microedition.location.LocationListener.
The LocationListener represents a listener that receives events associated with a particular LocationProvider.
LocationProvider - interface javax.microedition.location.LocationProvider.
A LocationProvider represents a location-providing module, generating Locations.
LocationProviderManager - class javax.microedition.location.LocationProviderManager.
This is the starting point for applications using this API and represents a source of the location information.
LocationProviderManager() - Constructor for class javax.microedition.location.LocationProviderManager
 
LocationUtil - class fr.imag.adele.util.location.LocationUtil.
this class provides methods to format location, coordinates and map server links for following formats: (Plain)Text, Html, Xml, JavaScript
TODO:
LocationUtil() - Constructor for class fr.imag.adele.util.location.LocationUtil
 
latitude - Variable in class javax.microedition.location.Coordinates
 
listMapsInHtml(StringBuffer, float, float, int, int, int[]) - Static method in class fr.imag.adele.util.location.MapServerUtil
formats links to map servers in HTML
listMapsInJavascript(StringBuffer, float, float, int, int, int[]) - Static method in class fr.imag.adele.util.location.MapServerUtil
formats links to map servers in JavaScript
listMapsInXml(StringBuffer, float, float, int, int, int[]) - Static method in class fr.imag.adele.util.location.MapServerUtil
formats links to map servers in XML
locationUpdated(LocationProvider, Location) - Method in interface javax.microedition.location.LocationListener
Called by the LocationProvider to which this listener is registered.
longitude - Variable in class javax.microedition.location.Coordinates
 

M

MTA_ASSISTED - Static variable in class javax.microedition.location.Location
Location method is assisted by the other party (Terminal assisted for Network based, Network assisted for terminal based).
MTA_UNASSISTED - Static variable in class javax.microedition.location.Location
Location method is unassisted.
MTE_ANGLEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Angle of Arrival for cellular / terrestrial RF system.
MTE_CELLID - Static variable in class javax.microedition.location.Location
Location method Cell-ID for cellular (in GSM, this is the same as CGI, Cell Global Identity).
MTE_SATELLITE - Static variable in class javax.microedition.location.Location
Location method using satellites (for example, Global Positioning System (GPS)).
MTE_SHORTRANGE - Static variable in class javax.microedition.location.Location
Location method Short-range positioning system (for example, Bluetooth LP).
MTE_TIMEDIFFERENCE - Static variable in class javax.microedition.location.Location
Location method Time Difference for cellular / terrestrial RF system (for example, Enhanced Observed Time Difference (E-OTD) for GSM).
MTE_TIMEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Time of Arrival (TOA) for cellular / terrestrial RF system.
MTY_NETWORKBASED - Static variable in class javax.microedition.location.Location
Location method is of type network based.
MTY_TERMINALBASED - Static variable in class javax.microedition.location.Location
Location method is of type terminal based.
MapServerUtil - class fr.imag.adele.util.location.MapServerUtil.
this class provides methods to format location, coordinates and map server links for following formats: (Plain)Text, Html, Xml, JavaScript
TODO:
MapServerUtil() - Constructor for class fr.imag.adele.util.location.MapServerUtil
 

O

Orientation - class javax.microedition.location.Orientation.
The Orientation class represents the physical orientation of the terminal.
Orientation(float, boolean, float, float) - Constructor for class javax.microedition.location.Orientation
Constructs a new Orientation object with the bearing, pitch and roll parameters specified.

P

PERMANENTLY_UNAVAILABLE - Static variable in interface javax.microedition.location.LocationProvider
Availability status code: the location provider is permanently unavailable.
pitch - Variable in class javax.microedition.location.Orientation
 
providerStateChanged(LocationProvider, int) - Method in interface javax.microedition.location.LocationListener
Called by the LocationProvider to which this listener is registered if the state of the LocationProvider has changed.

Q

QualifiedCoordinates - class javax.microedition.location.QualifiedCoordinates.
The QualifiedCoordinates class represents coordinates as latitude-longitude-altitude values that are associated with an accuracy value. .
QualifiedCoordinates(float, float, float, float, float) - Constructor for class javax.microedition.location.QualifiedCoordinates
Constructs a new QualifiedCoordinates object with the values specified.

R

register(LocationProvider) - Static method in class javax.microedition.location.LocationProviderManager
 
removeLocationListener(LocationListener) - Method in interface javax.microedition.location.LocationProvider
Removes a LocationListener
reset() - Method in interface javax.microedition.location.LocationProvider
Resets the LocationProvider.
roll - Variable in class javax.microedition.location.Orientation
 

S

scales - Static variable in class fr.imag.adele.util.location.MapServerUtil
This array contains scales for maps for listMaps* methods
setAltitude(float) - Method in class javax.microedition.location.Coordinates
Sets the geodetic altitude for this point.
setCoordinates(QualifiedCoordinates) - Method in class javax.microedition.location.Location
Sets the coordinates attribute of the Location object
setCourse(float) - Method in class javax.microedition.location.Location
 
setHorizontalAccuracy(float) - Method in class javax.microedition.location.QualifiedCoordinates
Sets the horizontal accuracy of the location in meters (1-sigma standard deviation).
setLatitude(float) - Method in class javax.microedition.location.Coordinates
Sets the geodetic latitude for this point.
setLocationMethod(int) - Method in class javax.microedition.location.Location
Sets the locationMethod attribute of the Location object
setLongitude(float) - Method in class javax.microedition.location.Coordinates
Sets the geodetic longitude for this point.
setSpeed(float) - Method in class javax.microedition.location.Location
Sets the speed attribute of the Location object
setTimestamp(long) - Method in class javax.microedition.location.Location
Sets the timestamp attribute of the Location object
setValid(boolean) - Method in class javax.microedition.location.Location
Sets the valid attribute of the Location object
setVerticalAccuracy(float) - Method in class javax.microedition.location.QualifiedCoordinates
Sets the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).

T

TEMPORARILY_UNAVAILABLE - Static variable in interface javax.microedition.location.LocationProvider
Availability status code: the location provider is temporarily unavailable.
toElement(Document, Location) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the location in XML (DOM)
toElement(Document, Coordinates) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the location in XML (DOM)
toHtml(StringBuffer, Location) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the location in HTML
toHtml(StringBuffer, Coordinates) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the coordinates in HTML
toJavaScript(StringBuffer, Location) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the location in JavaScript
toJavaScript(StringBuffer, Coordinates) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the coordinates in JavaScript
toText(StringBuffer, Location) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the location in PlainText
toText(StringBuffer, Coordinates) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the coordinates in PlainText
toXml(StringBuffer, Location) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the location in XML (textual)
toXml(StringBuffer, Coordinates) - Static method in class fr.imag.adele.util.location.LocationUtil
formats the coordinates in XML

U

unregister(LocationProvider) - Static method in class javax.microedition.location.LocationProviderManager
 

V

verticalAccuracy - Variable in class javax.microedition.location.QualifiedCoordinates
 

A B C D F G H I J L M O P Q R S T U V