|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.log.in.GPSLogConvertInterface
gps.log.in.NMEALogConvert
public final class NMEALogConvert
This class is used to convert the binary log to a new format. Basically
this class interprets the log and creates a GPSRecord
. The
GPSRecord
is then sent to the GPSFileConverterInterface
class object to write it to the output.
Constructor Summary | |
---|---|
NMEALogConvert()
|
Method Summary | |
---|---|
int |
getType()
|
int |
parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
Read the input file and provides results to the output builder. |
int |
toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
Methods inherited from class gps.log.in.GPSLogConvertInterface |
---|
getErrorInfo, getLoggerType, setConvertWGS84ToMSL, setLoggerType, stopConversion |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NMEALogConvert()
Method Detail |
---|
public final int parseFile(java.lang.Object file, GPSFileConverterInterface gpsFile)
parseFile
in class GPSLogConvertInterface
gpsFile
- The object representing the output format.
BT747Constants.NO_ERROR
if no error (0)GPSLogConvertInterface.parseFile(Object,
GPSFileConverterInterface).
public final int toGPSFile(BT747Path fileName, GPSFileConverterInterface gpsFile)
toGPSFile
in class GPSLogConvertInterface
public int getType()
getType
in class GPSLogConvertInterface
Model.TRL_LOGTYPE
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |