A B C D E G I L M N O P Q R S T U V

L

Landmark - Class in com.openlapi
The Landmark class represents a landmark, i.e.
Landmark(String, String, QualifiedCoordinates, AddressInfo) - Constructor for class com.openlapi.Landmark
Constructs a new Landmark object with the values specified.
LandmarkException - Exception in com.openlapi
The LandmarkException is thrown when an error related to handling landmarks has occurred.
LandmarkException() - Constructor for exception com.openlapi.LandmarkException
Constructs a LandmarkException with no detail message.
LandmarkException(String) - Constructor for exception com.openlapi.LandmarkException
Constructs a LandmarkException with the specified detail message.
LandmarkStore - Class in com.openlapi
The LandmarkStore class provides methods to store, delete and retrieve landmarks from a persistent landmark store.
listLandmarkStores() - Static method in class com.openlapi.LandmarkStore
Lists the names of all the available landmark stores.
Location - Class in com.openlapi
The Location class represents the standard set of basic location information.
Location() - Constructor for class com.openlapi.Location
A protected constructor for the Location to allow implementations of LocationProviders to construct the Location instances.
LocationException - Exception in com.openlapi
The LocationException is thrown when a location API specific error has occurred.
LocationException() - Constructor for exception com.openlapi.LocationException
Constructs a LocationException with no detail message.
LocationException(String) - Constructor for exception com.openlapi.LocationException
Constructs a LocationException with the specified detail message.
LocationListener - Interface in com.openlapi
The LocationListener represents a listener that receives events associated with a particular LocationProvider.
locationMethod - Variable in class com.openlapi.Location
A bitfield identifying the used location method, the default is zero (unknown method).
LocationProvider - Class in com.openlapi
This is the starting point for applications using this API and represents a source of the location information.
LocationProvider() - Constructor for class com.openlapi.LocationProvider
Empty constructor to help implementations and extensions.
LocationProviderNMEA - Class in com.openlapi
Implementation of LocationProvider that uses an NMEA log file as input.
LocationProviderSimplified - Class in com.openlapi
All of the LocationProvider implementations in OpenLAPI share common code, here is the place where we store it.
LocationProviderSimplified() - Constructor for class com.openlapi.LocationProviderSimplified
 
locationUpdated(LocationProvider, Location) - Method in interface com.openlapi.LocationListener
Called by the LocationProvider to which this listener is registered.
log(String) - Method in interface thinktank.j2me.TTUtils.ILogger
 
log(String) - Static method in class thinktank.j2me.TTUtils
If an TTUtils.ILogger has been registered via TTUtils.registerLogger(thinktank.j2me.TTUtils.ILogger) then the message will be sent there, otherwise will be printed on System.out.

A B C D E G I L M N O P Q R S T U V