|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.nmea2.NMEASentenceFactory
public class NMEASentenceFactory
This factory will return a valid NMEA object based on a NMEA string, or null if no match is available.
| Field Summary | |
|---|---|
static java.lang.String[] |
SENTENCE_TYPES
An array of supported message types. |
| Constructor Summary | |
|---|---|
NMEASentenceFactory()
|
|
| Method Summary | |
|---|---|
static AbstractNMEASentence |
getSentence(java.lang.String gpsData)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] SENTENCE_TYPES
| Constructor Detail |
|---|
public NMEASentenceFactory()
| Method Detail |
|---|
public static AbstractNMEASentence getSentence(java.lang.String gpsData)
throws NMEAParserException
gpsData -
NMEAParserException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||