|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgps.log.out.GPSFile
gps.log.out.GPSCSVFile
public final class GPSCSVFile
Class to write a CSV file.
| Field Summary |
|---|
| Fields inherited from class gps.log.out.GPSFile |
|---|
FILE_SPLIT_NONE, FILE_SPLIT_ONE_FILE_PER_DAY, FILE_SPLIT_ONE_FILE_PER_TRACK |
| Constructor Summary | |
|---|---|
GPSCSVFile()
|
|
| Method Summary | |
|---|---|
void |
initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
This function has to be called at some time to initialize the file conversion. |
boolean |
needPassToFindFieldsActivatedInLog()
|
void |
writeRecord(GPSRecord r)
Called for any new position. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPSCSVFile()
| Method Detail |
|---|
public void initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
GPSFile
initialiseFile in interface GPSFileConfInterfaceinitialiseFile in class GPSFilebasename - Base name of the output file. This value will be provided to
the filename builder.ext - Extension of the output file. This value will be provided to
the filename builder.oneFilePerDay - Indicates how the file must be separated.AppSettings.SPLIT_ONE_FILE,
AppSettings.SPLIT_ONE_FILE_PER_DAY,
AppSettings.SPLIT_ONE_FILE_PER_TRACKpublic final boolean needPassToFindFieldsActivatedInLog()
needPassToFindFieldsActivatedInLog in interface GPSFileConverterInterfaceneedPassToFindFieldsActivatedInLog in class GPSFilepublic final void writeRecord(GPSRecord r)
GPSFileGPSFile.t property set.
writeRecord in class GPSFiler - information regarding the position.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||