|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.ubicollab.osgi.Parser
public class Parser
Parser for the $(GP)RMC command of the NMEA-0183 GPS standard. See http://vancouver-webpages.com/peter/nmeafaq.txt for details
Field Summary | |
---|---|
static java.lang.String |
WARNING
|
Constructor Summary | |
---|---|
Parser()
|
Method Summary | |
---|---|
static LocationData |
parse(java.lang.String string)
Parses the $GPRMC command and returns the positiondata as a LocationData object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WARNING
Constructor Detail |
---|
public Parser()
Method Detail |
---|
public static LocationData parse(java.lang.String string)
string
- The $GPRMC string to parse.
LocationData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |