Uses of Class
GPS.GpsDataUnit

Packages that use GpsDataUnit
AirgunDisplay   
Array   
beakedWhaleProtocol   
GPS   
Map   
PamModel   
radardisplay   
 

Uses of GpsDataUnit in AirgunDisplay
 

Subclasses of GpsDataUnit in AirgunDisplay
 class AirgunDataUnit
           
 

Fields in AirgunDisplay with type parameters of type GpsDataUnit
(package private)  PamDataBlock<GpsDataUnit> AirgunProcess.gpsDataBlock
           
 

Methods in AirgunDisplay with parameters of type GpsDataUnit
private  void AirgunProcess.useGpsData(PamDataBlock dataBlock, GpsDataUnit gpsDataUnit)
           
 

Uses of GpsDataUnit in Array
 

Fields in Array declared as GpsDataUnit
private  GpsDataUnit PamArray.fixedPointDataUnit
           
private  GpsDataUnit StraightHydrophoneLocator.lastFoundUnit
           
(package private)  GpsDataUnit StraightHydrophoneLocator.lastGpsUnit
           
 

Fields in Array with type parameters of type GpsDataUnit
private  PamDataBlock<GpsDataUnit> PamArray.fixedPointReferenceBlock
           
(package private)  PamDataBlock<GpsDataUnit> StraightHydrophoneLocator.gpsDataBlock
           
 

Methods in Array that return GpsDataUnit
(package private)  GpsDataUnit StraightHydrophoneLocator.findGpsDataUnit(long timeMilliseconds)
           
 

Methods in Array that return types with arguments of type GpsDataUnit
 PamDataBlock<GpsDataUnit> PamArray.getFixedPointReferenceBlock()
           
 

Uses of GpsDataUnit in beakedWhaleProtocol
 

Fields in beakedWhaleProtocol with type parameters of type GpsDataUnit
protected  PamDataBlock<GpsDataUnit> BeakedControl.gpsDataBlock
           
 

Methods in beakedWhaleProtocol with parameters of type GpsDataUnit
private  void BeakedProcess.useGpsData(GpsDataUnit gpsDataUnit)
           
 

Uses of GpsDataUnit in GPS
 

Fields in GPS declared as GpsDataUnit
(package private)  GpsDataUnit ProcessNmeaData.previousUnit
           
 

Fields in GPS with type parameters of type GpsDataUnit
private  java.util.ListIterator<GpsDataUnit> GPSDataBlock.emulatorIterator
           
 

Methods in GPS with parameters of type GpsDataUnit
 void GPSDataBlock.addPamData(GpsDataUnit gpsDataUnit)
           
 boolean GPSDataBlock.isReasonable(GpsDataUnit gpsDataUnit)
          Check a GPS entry is reasonable - i.e.
private  boolean ProcessNmeaData.wantDataUnit(GpsDataUnit newUnit)
          Decide if we want this unit or not based on the gpsPArameters and what the time, angle change and speed change are since the last unit.
 

Uses of GpsDataUnit in Map
 

Fields in Map declared as GpsDataUnit
private  GpsDataUnit MapPanel.lastDrawGpsDataUnit
           
 

Fields in Map with type parameters of type GpsDataUnit
(package private)  PamDataBlock<GpsDataUnit> SimpleMap.gpsDataBlock
           
 

Methods in Map with parameters of type GpsDataUnit
private  void SimpleMap.newGpsData(GpsDataUnit newGpsDataUnit)
           
protected  void MapPanel.newGpsData(GpsDataUnit newGpsDataUnit)
          Called from simple map when new gps data arrive.
 void MapPanel.newViewTime(GpsDataUnit gpsDataUnit)
           
private  void MapPanel.paintNewGPSData(GpsDataUnit newGpsDataUnit)
          Paint the new GPS data onto the base image, starting from the previous coordinate.
private  void MapPanel.paintNewGPSData(java.awt.Graphics g, GpsDataUnit newGpsDataUnit)
          Pint new gps data on the given graphics handle
 

Uses of GpsDataUnit in PamModel
 

Methods in PamModel that return types with arguments of type GpsDataUnit
 PamDataBlock<GpsDataUnit> PamModel.getGpsDataBlock()
           
 

Uses of GpsDataUnit in radardisplay
 

Fields in radardisplay declared as GpsDataUnit
private  GpsDataUnit RadarDisplay.lastGpsDataUnit
           
 

Fields in radardisplay with type parameters of type GpsDataUnit
private  PamDataBlock<GpsDataUnit> RadarDisplay.gpsDataBlock
           
 

Methods in radardisplay that return GpsDataUnit
 GpsDataUnit RadarDisplay.getLastGpsDataUnit()
           
 

Methods in radardisplay with parameters of type GpsDataUnit
 void RadarDisplay.setLastGpsDataUnit(GpsDataUnit lastGpsDataUnit)