|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.log.in.CommonIn
public final class CommonIn
Constructor Summary | |
---|---|
CommonIn()
|
Method Summary | |
---|---|
static void |
adjustHeight(GPSRecord r,
int factorConversionWGS84ToMSL)
|
static int |
analyzeGPGGA(java.lang.String[] sNmea,
GPSRecord gpsRec)
Analyze a GPGGA sentence. |
static int |
analyzeGPGSV(java.lang.String[] sNmea,
GPSRecord gpsRec)
Analyze a GPGSV sentence. |
static int |
analyzeGPRMC(java.lang.String[] sNmea,
GPSRecord gpsRec)
Analyze a GPRMC sentence. |
static int |
analyzeNMEA(java.lang.String[] sNmea,
GPSRecord gpsRec)
Analyze a NMEA sentence. |
static void |
convertHeight(GPSRecord r,
int factorConversionWGS84ToMSL,
int logFormat)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonIn()
Method Detail |
---|
public static final int analyzeNMEA(java.lang.String[] sNmea, GPSRecord gpsRec)
sNmea
- elements of the sentence.gpsRec
- The record that will hold the updated information.
public static final int analyzeGPRMC(java.lang.String[] sNmea, GPSRecord gpsRec)
sNmea
- elements of the sentence.gpsRec
- The record that will hold the updated information.
public static final int analyzeGPGGA(java.lang.String[] sNmea, GPSRecord gpsRec)
sNmea
- elements of the sentence.gpsRec
- The record that will hold the updated information.
public static final int analyzeGPGSV(java.lang.String[] sNmea, GPSRecord gpsRec)
sNmea
- elements of the sentence.gpsRec
- The record that will hold the updated information.
public static final void convertHeight(GPSRecord r, int factorConversionWGS84ToMSL, int logFormat)
public static final void adjustHeight(GPSRecord r, int factorConversionWGS84ToMSL)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |