|
||||||||||
| 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.GPSPLTFile
public final class GPSPLTFile
Class to write a PLT file (OZI).
| 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 | |
|---|---|
GPSPLTFile()
|
|
| Method Summary | |
|---|---|
void |
writeFileHeader(java.lang.String s)
This method is to be extended as needed and is called when the file header must be written. |
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 GPSPLTFile()
| Method Detail |
|---|
public void writeFileHeader(java.lang.String s)
GPSFile
s - Identifier for the output file that can be used in the
header.public 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 | |||||||||