|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GPSFileConverterInterface | |
---|---|
bt747.j2se_view | |
gps.log.in | |
gps.log.out | |
net.sf.bt747.j2se.app.osm |
Uses of GPSFileConverterInterface in bt747.j2se_view |
---|
Classes in bt747.j2se_view that implement GPSFileConverterInterface | |
---|---|
class |
ExternalToolConvert
Class to convert files using external tool. |
class |
GpsFileProxyTemplate
Pure template to gpsFile class |
class |
GPSKMZFile
Class to write a KML file. |
Methods in bt747.j2se_view with parameters of type GPSFileConverterInterface | |
---|---|
int |
GPXLogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
|
int |
GPXLogConvert.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
Uses of GPSFileConverterInterface in gps.log.in |
---|
Methods in gps.log.in with parameters of type GPSFileConverterInterface | |
---|---|
int |
WPLogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
|
int |
SkytraqLogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
|
int |
NMEALogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
Read the input file and provides results to the output builder. |
int |
MultiLogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
|
int |
HoluxTrlLogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
|
abstract int |
GPSLogConvertInterface.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
Parses the file once and will use GPSFile to generate the
output. |
int |
CSVLogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
Parse the source file (here a CSV) and provide the records to gpsFile (the builder). |
int |
BT747LogConvert.parseFile(java.lang.Object file,
GPSFileConverterInterface gpsFile)
Parse the binary input file and convert it. |
int |
WPLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
int |
SkytraqLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
int |
NMEALogConvert.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
int |
MultiLogConvert.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
int |
HoluxTrlLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
abstract int |
GPSLogConvertInterface.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
int |
CSVLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
int |
BT747LogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
Uses of GPSFileConverterInterface in gps.log.out |
---|
Subinterfaces of GPSFileConverterInterface in gps.log.out | |
---|---|
interface |
GPSFileInterface
|
Classes in gps.log.out that implement GPSFileConverterInterface | |
---|---|
class |
GPSArray
Class to output to an internal array. |
class |
GPSCompoGPSTrkFile
Class to write a CompeGPS TRK file or WPT file. |
class |
GPSCSVFile
Class to write a CSV file. |
class |
GPSFile
|
class |
GPSGmapsHTMLEncodedFile
Class to write a Google Maps HTML file. |
class |
GPSGmapsHTMLFile
Class to write a GPX file. |
class |
GPSGoogleStaticMapUrl
Class to write a Google Maps Static URL |
class |
GPSGPXFile
Class to write a GPX file. |
class |
GPSKMLFile
Class to write a KML file. |
class |
GPSNMEAFile
Class to write a NMEA file. |
class |
GPSPLTFile
Class to write a PLT file (OZI). |
class |
GPSPostGISFile
Class to write a CSV file. |
class |
GPSSqlFile
Class to write a CSV file. |
Uses of GPSFileConverterInterface in net.sf.bt747.j2se.app.osm |
---|
Classes in net.sf.bt747.j2se.app.osm that implement GPSFileConverterInterface | |
---|---|
class |
GPSOSMUploadFile
Class to upload to OSM. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |