|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openlapi.LocationProvider
com.openlapi.LocationProviderSimplified
com.openlapi.LocationProviderNMEA
public class LocationProviderNMEA
Implementation of LocationProvider
that uses an NMEA log file as input.
http://en.wikipedia.org/wiki/NMEA_0183
Field Summary |
---|
Fields inherited from class com.openlapi.LocationProvider |
---|
AVAILABLE, OUT_OF_SERVICE, TEMPORARILY_UNAVAILABLE |
Method Summary | |
---|---|
protected void |
startBackend()
Start a new backend in a background thread. |
protected void |
stopBackend()
Stop the backend that is currently running. |
Methods inherited from class com.openlapi.LocationProviderSimplified |
---|
getLocation, getState, reset, setLocationListener, updateLocation, updateState |
Methods inherited from class com.openlapi.LocationProvider |
---|
addProximityListener, alertProximityListeners, getInstance, getLastKnownLocation, removeProximityListener, setLastKnownLocation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected void startBackend() throws LocationException
LocationProviderSimplified
startBackend
in class LocationProviderSimplified
LocationException
- if the backend could not be startedprotected void stopBackend()
LocationProviderSimplified
stopBackend
in class LocationProviderSimplified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |