Interface | Description |
---|---|
GPSListener |
This is the interface to manage events with GPS
|
Class | Description |
---|---|
Coordinates |
This class has been designed to manage coordinates
using JSR-179 Location API
http://www.jcp.org/en/jsr/detail?id=179
|
GGASentence |
This class has been designed to manage a GGA Sentence
GGA - essential fix data which provide 3D location and accuracy data.
|
GPS |
This class manages data received from a GPS Device.
|
GSASentence |
This class has been designed to manage a GSA Sentence
GPS DOP and active satellites
eg1.
|
GSVSentence |
This class has been designed to manage a GSV Sentence
GPS Satellites in view
eg.
|
NMEASentence |
Class designed to manage all NMEA Sentence.
|
RMCSentence |
RMC is a Class designed to manage RMC Sentences from a NMEA GPS Receiver
RMC - NMEA has its own version of essential gps pvt (position, velocity, time) data.
|
Satellite |
This class models data extracted from NMEA GSV Sentence
$GPGSV,1,1,13,02,02,213,,03,-3,000,,11,00,121,,14,13,172,05*67
4 = SV PRN number
5 = Elevation in degrees, 90 maximum
6 = Azimuth, degrees from true north, 000 to 359
7 = SNR, 00-99 dB (null when not tracking)
You can find out more about a satellite by looking up the PRN number here:
http://en.wikipedia.org/wiki/List_of_GPS_satellite_launches
|
SimpleGPS |
This class manages data received from a GPS Device.
|
VTGSentence |
VTGSentence is a Class designed to manage VTG Sentences from a NMEA GPS Receiver
$GPVTG
Track Made Good and Ground Speed.
|
Additionally, this package offers more data, such as satellite information.