Uses of Class
GPS.GpsDataUnit
Packages that use GpsDataUnit
Package
Description
-
Uses of GpsDataUnit in AirgunDisplay
Subclasses of GpsDataUnit in AirgunDisplay -
Uses of GpsDataUnit in Array
Methods in Array with parameters of type GpsDataUnitModifier 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
Methods in Array.streamerOrigin that return GpsDataUnitModifier and TypeMethodDescriptionStaticOriginSettings.getStaticPosition()
Get the main position and orientation of a static hydrophone cluster. -
Uses of GpsDataUnit in difar.beamforming
Methods in difar.beamforming with parameters of type GpsDataUnitModifier and TypeMethodDescriptionvoid
BeamformProcess.newGpsData
(PamObservable obs, GpsDataUnit gpsData) -
Uses of GpsDataUnit in GPS
Methods in GPS that return GpsDataUnitModifier 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.Methods in GPS with parameters of type GpsDataUnitModifier 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.protected 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
Methods in Map with parameters of type GpsDataUnitModifier and TypeMethodDescriptionprotected void
MapPanel.newGpsData
(GpsDataUnit newGpsDataUnit) Called from simple map when new gps data arrive.void
MapPanel.newViewTime
(GpsDataUnit gpsDataUnit) -
Uses of GpsDataUnit in networkTransfer.receive
Methods in networkTransfer.receive with parameters of type GpsDataUnitModifier and TypeMethodDescriptionboolean
NetworkReceiver.useBuoyGPSData
(BuoyStatusDataUnit buoyStatusDataUnit, GpsDataUnit gpsDataUnit) -
Uses of GpsDataUnit in radardisplay
Methods in radardisplay that return GpsDataUnitMethods in radardisplay with parameters of type GpsDataUnitModifier and TypeMethodDescriptionvoid
RadarDisplay.setLastGpsDataUnit
(GpsDataUnit lastGpsDataUnit)