|
||||||||||
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.GPSKMLFile
bt747.j2se_view.GPSKMZFile
public final class GPSKMZFile
Class to write a KML file.
Field Summary |
---|
Fields inherited from class gps.log.out.GPSKMLFile |
---|
ABSOLUTE_HEIGHT, CLAMPED_HEIGHT, RELATIVE_HEIGHT |
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 | |
---|---|
GPSKMZFile()
|
Method Summary | |
---|---|
void |
finaliseFile()
Method called when all parsing is finished and the last file has to be closed. |
void |
initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
This function has to be called at some time to initialize the file conversion. |
Methods inherited from class gps.log.out.GPSKMLFile |
---|
nextPass, setTrackName, writeFileHeader, writeRecord |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gps.log.in.GPSFileConverterInterface |
---|
addLogRecord, getFilesCreated, getNbrFilesCreated, needPassToFindFieldsActivatedInLog, nextPass, setActiveFileFields, writeLogFmtHeader |
Constructor Detail |
---|
public GPSKMZFile()
Method Detail |
---|
public final void initialiseFile(BT747Path basename, java.lang.String ext, int oneFilePerDay)
GPSFile
initialiseFile
in interface GPSFileConfInterface
initialiseFile
in class GPSKMLFile
basename
- 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_TRACK
public final void finaliseFile()
GPSFile
finaliseFile
in interface GPSFileConverterInterface
finaliseFile
in class GPSKMLFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |