|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.marineapi.nmea.sentence.SentenceValidator
public final class SentenceValidator
SentenceValidator checks any String against NMEA 0183 format.
Any String is considered as a valid NMEA sentence if it meets the following criteria:
Sentences without checksum are validated only by checking the general sentence characteristics.
Method Summary | |
---|---|
static boolean |
isValid(String nmea)
Validates of the specified String against NMEA 0183 sentence format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isValid(String nmea)
nmea
- String to validate
true
if valid, otherwise false
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |