Uses of Class
Array.LocatorSettings
-
Uses of LocatorSettings in Array
Modifier and TypeMethodDescriptionLocatorSettings.clone()
abstract LocatorSettings
HydrophoneLocator.getDefaultSettings()
MasterLocator.getDefaultSettings()
StraightHydrophoneLocator.getDefaultSettings()
abstract LocatorSettings
HydrophoneLocator.getLocatorSettings()
MasterLocator.getLocatorSettings()
StraightHydrophoneLocator.getLocatorSettings()
Streamer.getLocatorSettings()
Get the settings for the currently set locator method.Streamer.getLocatorSettings
(Class locatorClass) Get the locator settings for the currently selected hydrophone locator methodModifier 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.abstract boolean
HydrophoneLocator.setLocatorSettings
(LocatorSettings locatorSettings) boolean
MasterLocator.setLocatorSettings
(LocatorSettings unusedSettings) This is used a bit differently in the master locator since it's passed null, but will have an array list of settings from when it was deserialized which it must pass on to the other locators.boolean
StraightHydrophoneLocator.setLocatorSettings
(LocatorSettings locatorSettings) void
Streamer.setLocatorSettings
(LocatorSettings locatorSettings) Set the locator settings.