com.partnersoft.io.gps.nmea
Class NmeaParser
java.lang.Object
com.partnersoft.io.gps.nmea.NmeaParser
public class NmeaParser
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGA
public static final int GGA
- See Also:
- Constant Field Values
GLL
public static final int GLL
- See Also:
- Constant Field Values
RMC
public static final int RMC
- See Also:
- Constant Field Values
GSA
public static final int GSA
- See Also:
- Constant Field Values
GSV
public static final int GSV
- See Also:
- Constant Field Values
North
public static final int North
- See Also:
- Constant Field Values
South
public static final int South
- See Also:
- Constant Field Values
East
public static final int East
- See Also:
- Constant Field Values
West
public static final int West
- See Also:
- Constant Field Values
InvalidQuality
public static final int InvalidQuality
- See Also:
- Constant Field Values
GPSFix
public static final int GPSFix
- See Also:
- Constant Field Values
DiffGPSFix
public static final int DiffGPSFix
- See Also:
- Constant Field Values
Meters
public static final int Meters
- See Also:
- Constant Field Values
Good
public static final int Good
- See Also:
- Constant Field Values
InvalidData
public static final int InvalidData
- See Also:
- Constant Field Values
Manual
public static final int Manual
- See Also:
- Constant Field Values
Automatic
public static final int Automatic
- See Also:
- Constant Field Values
NA
public static final int NA
- See Also:
- Constant Field Values
_2D
public static final int _2D
- See Also:
- Constant Field Values
_3D
public static final int _3D
- See Also:
- Constant Field Values
NmeaParser
public NmeaParser()
hemisphereToString
public static java.lang.String hemisphereToString(int hemisphere)
dirToString
public static java.lang.String dirToString(int dir)
parseSentence
public static boolean parseSentence(NmeaSentence result,
java.lang.String[] fields)