Uses of Class
GPS.GpsDataUnit
Package
Description
-
Uses of GpsDataUnit in AirgunDisplay
-
Uses of GpsDataUnit in Array
Modifier and TypeMethodDescriptionStreamerDataUnit.makeCombinedGpsUnit
(GpsDataUnit gpsDataUnit) Make a combined streamer data unit that has both the streamer data and GPS data so that localisers have easy access to both types of information. -
Uses of GpsDataUnit in Array.streamerOrigin
Modifier and TypeMethodDescriptionStaticOriginSettings.getStaticPosition()
Get the main position and orientation of a static hydrophone cluster. -
Uses of GpsDataUnit in difar.beamforming
Modifier and TypeMethodDescriptionvoid
BeamformProcess.newGpsData
(PamObservable obs, GpsDataUnit gpsData) -
Uses of GpsDataUnit in GPS
Modifier and TypeMethodDescriptionstatic GpsDataUnit
GpsDataUnit.getAverage
(GpsDataUnit unit1, GpsDataUnit unit2) Get the average of two gps data units.GPSControl.getShipPosition
(long timeMilliseconds) Gets the closest position based on time.GPSControl.getShipPosition
(long timeMilliseconds, boolean interpolate) Gets the closest position based on time.Modifier and TypeMethodDescriptionvoid
GPSDataBlock.addPamData
(GpsDataUnit gpsDataUnit) boolean
ImportGPSData.checkDate
(GpsDataUnit gpsDataUnit) Occasionally a completely spurious date is recorded.void
GPSControl.checkGPSTime
(GpsDataUnit newUnit) Check the time of a new GPS Data unit and see if there is a timing problem.static GpsDataUnit
GpsDataUnit.getAverage
(GpsDataUnit unit1, GpsDataUnit unit2) Get the average of two gps data units.boolean
GPSDataBlock.isReasonable
(GpsDataUnit gpsDataUnit) Check a GPS entry is reasonable - i.e. -
Uses of GpsDataUnit in Map
-
Uses of GpsDataUnit in networkTransfer.receive
Modifier and TypeMethodDescriptionboolean
NetworkReceiver.useBuoyGPSData
(BuoyStatusDataUnit buoyStatusDataUnit, GpsDataUnit gpsDataUnit) -
Uses of GpsDataUnit in radardisplay
Modifier and TypeMethodDescriptionvoid
RadarDisplay.setLastGpsDataUnit
(GpsDataUnit lastGpsDataUnit)