Uses of Class
Array.streamerOrigin.OriginSettings
Packages that use OriginSettings
-
Uses of OriginSettings in Array
Methods in Array that return OriginSettingsModifier and TypeMethodDescriptionStreamer.getOriginSettings()
Get the hydrophone origin settings for the currently selected origin method.Streamer.getOriginSettings
(Class originClass) Get the hydrophone origin settings for a specific origin method class.Methods in Array with parameters of type OriginSettingsModifier and TypeMethodDescriptionvoid
PamArray.newStreamerFromUpdate
(long timeMilliseconds, int iStreamer, String name, double[] coord, double[] coordError, OriginSettings originSettings, LocatorSettings locatorSettings) Update a streamer with information from elsewhere in PAMGuard - currently called from the network receiver when new buoy gps data arrive.void
Streamer.setOriginSettings
(OriginSettings originSettings) Set the origin settings. -
Uses of OriginSettings in Array.streamerOrigin
Subclasses of OriginSettings in Array.streamerOriginMethods in Array.streamerOrigin that return OriginSettingsModifier and TypeMethodDescriptionOriginSettings.clone()
GPSOriginMethod.getOriginSettings()
abstract OriginSettings
HydrophoneOriginMethod.getOriginSettings()
StaticOriginMethod.getOriginSettings()
Methods in Array.streamerOrigin with parameters of type OriginSettingsModifier and TypeMethodDescriptionvoid
GPSOriginMethod.setOriginSettings
(OriginSettings originSettings) abstract void
HydrophoneOriginMethod.setOriginSettings
(OriginSettings originSettings) void
StaticOriginMethod.setOriginSettings
(OriginSettings originSettings)