Uses of Class
gps.log.GPSRecord

Packages that use GPSRecord
bt747.j2se_view   
bt747.j2se_view.model   
bt747.model   
bt747.waba_view   
gps.log   
gps.log.in   
gps.log.out   
gps.mvc   
net.sf.bt747.j2se.app.map   
net.sf.bt747.j2se.app.trackgraph   
net.sf.bt747.j2se.app.trackgraph.test   
net.sf.bt747.j2se.app.utils   
net.sf.bt747.test   
 

Uses of GPSRecord in bt747.j2se_view
 

Methods in bt747.j2se_view with parameters of type GPSRecord
 void GpsFileProxyTemplate.addLogRecord(GPSRecord r)
           
 void GpsFileProxyTemplate.setActiveFileFields(GPSRecord activeFileFieldsFormat)
           
 void PositionTablePanel.setGpsRecords(GPSRecord[] records)
           
 void GpsFileProxyTemplate.setOutputFields(GPSRecord selectedOutputFields)
           
 void GpsFileProxyTemplate.setUserWayPointList(GPSRecord[] list)
           
 void GpsFileProxyTemplate.writeLogFmtHeader(GPSRecord f)
           
 

Method parameters in bt747.j2se_view with type arguments of type GPSRecord
 void PositionTablePanel.setGpsRecords(java.util.List<java.util.List<GPSRecord>> records)
           
 

Uses of GPSRecord in bt747.j2se_view.model
 

Methods in bt747.j2se_view.model that return GPSRecord
 GPSRecord MapWaypoint.getGpsRecord()
           
 GPSRecord BT747Waypoint.getGpsRecord()
           
 GPSRecord GPSPositionWaypoint.getGpsRecord()
           
 GPSRecord PositionTableModel.getRecordValueAt(int rowIndex)
           
 GPSRecord[] PositionData.getSortedWaypointGPSRecords()
           
 GPSRecord[] PositionData.getUserWayPointsGPSRecords()
           
 GPSRecord[] PositionData.getWayPoints()
           
 

Methods in bt747.j2se_view.model that return types with arguments of type GPSRecord
 java.util.List<java.util.List<GPSRecord>> PositionTableModel.getGpsData()
           
 java.util.List<java.util.List<GPSRecord>> PositionData.getTracks()
           
 

Methods in bt747.j2se_view.model with parameters of type GPSRecord
static java.lang.Object GPSRecordUtils.getValue(GPSRecord g, int type)
           
 void PositionTableModel.setGpsData(GPSRecord[] gpsRecords)
           
 void BT747Waypoint.setGpsRec(GPSRecord gpsRec)
           
 void GPSPositionWaypoint.setGpsRec(GPSRecord gpsRec)
           
static boolean GPSRecordUtils.setValue(java.lang.Object value, GPSRecord g, int type)
           
 void PositionData.setWayPoints(GPSRecord[] waypoints)
           
 

Method parameters in bt747.j2se_view.model with type arguments of type GPSRecord
 void PositionTableModel.setGpsData(java.util.List<java.util.List<GPSRecord>> records)
           
 void PositionData.setTracks(java.util.List<java.util.List<GPSRecord>> trks)
           
 

Constructors in bt747.j2se_view.model with parameters of type GPSRecord
BT747Waypoint(GPSRecord r)
           
GPSPositionWaypoint(GPSRecord r)
           
MapWaypoint(GPSRecord gpsRec)
           
 

Uses of GPSRecord in bt747.model
 

Methods in bt747.model that return GPSRecord
 GPSRecord[] Controller.doConvertLogToTrackPoints()
          Convert the log into an array of trackpoints.
 GPSRecord[] Controller.getUserWayPoints()
           
 

Methods in bt747.model with parameters of type GPSRecord
 void Controller.setUserWayPoints(GPSRecord[] rcrds)
           
 

Uses of GPSRecord in bt747.waba_view
 

Methods in bt747.waba_view that return GPSRecord
 GPSRecord[] AppController.convertLogToTrackPoints()
          Convert the log into an array of trackpoints.
 

Uses of GPSRecord in gps.log
 

Methods in gps.log that return GPSRecord
 GPSRecord GPSRecord.cloneRecord()
           
 GPSRecord LogFileInfo.getActiveFileFields()
           
static GPSRecord GPSRecord.getCommonFormat(GPSRecord a, GPSRecord b)
           
static GPSRecord GPSRecord.getLogFormatRecord(int logFormat)
           
 GPSRecord[] TracksAndWayPoints.getTrackPoints()
           
 GPSRecord[] TracksAndWayPoints.getWayPoints()
           
 

Methods in gps.log with parameters of type GPSRecord
 void GPSRecord.cloneActiveFields(GPSRecord r)
           
 boolean GPSFilterAdvanced.doFilter(GPSRecord r)
           
 boolean GPSFilter.doFilter(GPSRecord r)
          Filter the GPS record
 boolean GPSRecord.equalsFormat(GPSRecord r)
           
static GPSRecord GPSRecord.getCommonFormat(GPSRecord a, GPSRecord b)
           
 void LogFileInfo.setActiveFileFields(GPSRecord activeFileFields)
           
 void GPSRecord.tagFromRecord(GPSRecord r)
           
 

Constructors in gps.log with parameters of type GPSRecord
GPSRecord(GPSRecord r)
           
 

Uses of GPSRecord in gps.log.in
 

Methods in gps.log.in that return GPSRecord
 GPSRecord WPLogConvert.getLogFormatRecord(int logFormat)
           
 GPSRecord SkytraqLogConvert.getLogFormatRecord(int logFormat)
           
 

Methods in gps.log.in with parameters of type GPSRecord
 void GPSFileConverterInterface.addLogRecord(GPSRecord r)
           
static void CommonIn.adjustHeight(GPSRecord r, int factorConversionWGS84ToMSL)
           
static int CommonIn.analyzeGPGGA(java.lang.String[] sNmea, GPSRecord gpsRec)
          Analyze a GPGGA sentence.
static int CommonIn.analyzeGPGSV(java.lang.String[] sNmea, GPSRecord gpsRec)
          Analyze a GPGSV sentence.
static int CommonIn.analyzeGPRMC(java.lang.String[] sNmea, GPSRecord gpsRec)
          Analyze a GPRMC sentence.
static int CommonIn.analyzeNMEA(java.lang.String[] sNmea, GPSRecord gpsRec)
          Analyze a NMEA sentence.
static void CommonIn.convertHeight(GPSRecord r, int factorConversionWGS84ToMSL, int logFormat)
           
 void GPSFileConverterInterface.setActiveFileFields(GPSRecord activeFileFieldsFormat)
           
 void GPSFileConverterInterface.writeLogFmtHeader(GPSRecord f)
           
 

Uses of GPSRecord in gps.log.out
 

Methods in gps.log.out that return GPSRecord
 GPSRecord[] GPSArray.getGpsTrackPoints()
           
 GPSRecord[] GPSArray.getGpsWayPoints()
           
 GPSRecord[] GPSFile.getUserWayPointList()
           
 

Methods in gps.log.out with parameters of type GPSRecord
 void GPSFile.addLogRecord(GPSRecord r)
          A record is added from the input log.
 boolean GPSFile.cachedRecordIsNeeded(GPSRecord r)
           
static java.lang.String CommonOut.getDateTimeStr(GPSRecord activeFields, BT747Time time)
           
static java.lang.String CommonOut.getHtml(GPSRecord s)
           
static void CommonOut.getHtml(java.lang.StringBuffer rec, GPSRecord s, GPSRecord selectedFields, BT747Time t, boolean recordNbrInLogs, boolean imperial)
           
static java.lang.String CommonOut.getLink(GPSRecord r, boolean isToLower)
          Does not add http:// or file://, but only './' and '.wav'.
static java.lang.String CommonOut.getRCRstr(GPSRecord s)
           
static java.lang.String CommonOut.getRcrSymbolText(GPSRecord r)
           
static java.lang.String CommonOut.getRCRtype(GPSRecord s)
           
 void GPSFileConfInterface.setActiveFileFields(GPSRecord activeFileFieldsFormat)
          Called to set the fields that are active in the current input.
 void GPSFile.setActiveFileFields(GPSRecord activeFileFieldsFormat)
           
 void GPSFileConfInterface.setOutputFields(GPSRecord selectedOutputFields)
          Set the fields that should be written to the output.
 void GPSFile.setOutputFields(GPSRecord selectedOutputFields)
           
 void GPSFileConfInterface.setUserWayPointList(GPSRecord[] list)
          Entry must be an ordered list (UTC time).
 void GPSFile.setUserWayPointList(GPSRecord[] list)
           
static java.lang.String GPSNMEAFile.toGGA(GPSRecord r)
           
static java.lang.String GPSNMEAFile.toRMC(GPSRecord r)
          Return RMC string for record.
 void GPSFile.writeLogFmtHeader(GPSRecord f)
          Called every time the log format changes so that the appropriate header information can be written to the output files.
 void GPSSqlFile.writeRecord(GPSRecord r)
           
 void GPSPostGISFile.writeRecord(GPSRecord r)
           
 void GPSPLTFile.writeRecord(GPSRecord r)
           
 void GPSNMEAFile.writeRecord(GPSRecord r)
           
 void GPSKMLFile.writeRecord(GPSRecord r)
           
 void GPSGPXFile.writeRecord(GPSRecord r)
           
 void GPSGoogleStaticMapUrl.writeRecord(GPSRecord r)
           
 void GPSGmapsHTMLFile.writeRecord(GPSRecord r)
           
 void GPSGmapsHTMLEncodedFile.writeRecord(GPSRecord r)
           
 void GPSFile.writeRecord(GPSRecord r)
          Called for any new position.
 void GPSCSVFile.writeRecord(GPSRecord r)
           
 void GPSCompoGPSTrkFile.writeRecord(GPSRecord s)
           
 void GPSArray.writeRecord(GPSRecord s)
           
 

Uses of GPSRecord in gps.mvc
 

Methods in gps.mvc that return GPSRecord
 GPSRecord GpsModel.getGpsRecord()
           
 

Uses of GPSRecord in net.sf.bt747.j2se.app.map
 

Method parameters in net.sf.bt747.j2se.app.map with type arguments of type GPSRecord
 void TrackRenderer.paintTrack(java.awt.Graphics2D g, org.jdesktop.swingx.JXMapViewer map, java.util.Collection<GPSRecord> track)
          paint the specified waypoint on the specified map and graphics context
 void BT747TrackRenderer.paintTrack(java.awt.Graphics2D g, org.jdesktop.swingx.JXMapViewer map, java.util.Collection<GPSRecord> track)
           
 

Uses of GPSRecord in net.sf.bt747.j2se.app.trackgraph
 

Methods in net.sf.bt747.j2se.app.trackgraph that return GPSRecord
 GPSRecord CoordinateResolver.getRecordOfTimestamp(double t)
           
 GPSRecord GPSRecordArrayDataProvider.getRecordOfTimestamp(double t)
           
 GPSRecord GPSRecordListDataProvider.getRecordOfTimestamp(double t)
           
 

Constructors in net.sf.bt747.j2se.app.trackgraph with parameters of type GPSRecord
GPSRecordArrayDataProvider(GPSRecord[] positions)
           
 

Constructor parameters in net.sf.bt747.j2se.app.trackgraph with type arguments of type GPSRecord
GPSRecordListDataProvider(java.util.List<java.util.List<GPSRecord>> positions)
           
 

Uses of GPSRecord in net.sf.bt747.j2se.app.trackgraph.test
 

Methods in net.sf.bt747.j2se.app.trackgraph.test that return GPSRecord
 GPSRecord DataProviderCSVFile.getRecordOfTimestamp(double t)
           
 

Uses of GPSRecord in net.sf.bt747.j2se.app.utils
 

Methods in net.sf.bt747.j2se.app.utils with parameters of type GPSRecord
 int GPSRecordTimeComparator.compare(GPSRecord o1, GPSRecord o2)
           
 

Uses of GPSRecord in net.sf.bt747.test
 

Methods in net.sf.bt747.test with parameters of type GPSRecord
static void TestUtils.assertEquals(java.lang.String msg, GPSRecord expected, GPSRecord actual)