Uses of Class
gps.log.in.GPSLogConvertInterface

Packages that use GPSLogConvertInterface
bt747.j2se_view   
bt747.model   
gps.log.in   
net.sf.bt747.gps.log.in.test   
net.sf.bt747.gps.log.out.test   
 

Uses of GPSLogConvertInterface in bt747.j2se_view
 

Subclasses of GPSLogConvertInterface in bt747.j2se_view
 class GPXLogConvert
           
 

Uses of GPSLogConvertInterface in bt747.model
 

Methods in bt747.model that return GPSLogConvertInterface
 GPSLogConvertInterface Controller.getInputConversionInstance()
           
 GPSLogConvertInterface Controller.getInputConversionInstance(int logOutType)
           
 

Uses of GPSLogConvertInterface in gps.log.in
 

Subclasses of GPSLogConvertInterface in gps.log.in
 class BT747LogConvert
          This class is used to convert the binary log to a new format.
 class CSVLogConvert
          This class is used to convert the binary log to a new format.
 class HoluxTrlLogConvert
          This class is used to convert the binary log to a new format.
 class MultiLogConvert
           
 class NMEALogConvert
          This class is used to convert the binary log to a new format.
 class SkytraqLogConvert
          Conversion of Wonde Proud logs (Phototrackr, ...)
 class WPLogConvert
          Conversion of Wonde Proud logs (Phototrackr, ...)
 

Methods in gps.log.in that return GPSLogConvertInterface
 GPSLogConvertInterface GPSInputConversionFactory.getInputConversionInstance(BT747Path logFile, int loggerType)
          Gets a conversion instance for the given filename.
 

Uses of GPSLogConvertInterface in net.sf.bt747.gps.log.in.test
 

Methods in net.sf.bt747.gps.log.in.test with parameters of type GPSLogConvertInterface
 void TestConvertInBase.setInputConverter(GPSLogConvertInterface inputConverter)
           
 

Uses of GPSLogConvertInterface in net.sf.bt747.gps.log.out.test
 

Methods in net.sf.bt747.gps.log.out.test with parameters of type GPSLogConvertInterface
 void TestConvertOutBase.setInputConverter(GPSLogConvertInterface inputConverter)