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 TypeMethodDescriptionvoidBeamformProcess.newGpsData(PamObservable obs, GpsDataUnit gpsData) -
Uses of GpsDataUnit in GPS
Methods in GPS that return GpsDataUnitModifier and TypeMethodDescriptionstatic GpsDataUnitGpsDataUnit.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 TypeMethodDescriptionvoidGPSDataBlock.addPamData(GpsDataUnit gpsDataUnit) booleanImportGPSData.checkDate(GpsDataUnit gpsDataUnit) Occasionally a completely spurious date is recorded.voidGPSControl.checkGPSTime(GpsDataUnit newUnit) Check the time of a new GPS Data unit and see if there is a timing problem.static GpsDataUnitGpsDataUnit.getAverage(GpsDataUnit unit1, GpsDataUnit unit2) Get the average of two gps data units.booleanGPSDataBlock.isReasonable(GpsDataUnit gpsDataUnit) Check a GPS entry is reasonable - i.e.protected booleanProcessNmeaData.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 voidMapPanel.newGpsData(GpsDataUnit newGpsDataUnit) Called from simple map when new gps data arrive.voidMapPanel.newViewTime(GpsDataUnit gpsDataUnit) -
Uses of GpsDataUnit in networkTransfer.receive
Methods in networkTransfer.receive with parameters of type GpsDataUnitModifier and TypeMethodDescriptionbooleanNetworkReceiver.useBuoyGPSData(BuoyStatusDataUnit buoyStatusDataUnit, GpsDataUnit gpsDataUnit) -
Uses of GpsDataUnit in radardisplay
Methods in radardisplay that return GpsDataUnitMethods in radardisplay with parameters of type GpsDataUnitModifier and TypeMethodDescriptionvoidRadarDisplay.setLastGpsDataUnit(GpsDataUnit lastGpsDataUnit)