Uses of Class
Array.LocatorSettings
Packages that use LocatorSettings
- 
Uses of LocatorSettings in Array
Subclasses of LocatorSettings in ArrayMethods in Array that return LocatorSettingsModifier and TypeMethodDescriptionLocatorSettings.clone()abstract LocatorSettingsHydrophoneLocator.getDefaultSettings()MasterLocator.getDefaultSettings()StraightHydrophoneLocator.getDefaultSettings()abstract LocatorSettingsHydrophoneLocator.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 methodMethods in Array with parameters of type LocatorSettingsModifier and TypeMethodDescriptionvoidPamArray.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 booleanHydrophoneLocator.setLocatorSettings(LocatorSettings locatorSettings) booleanMasterLocator.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.booleanStraightHydrophoneLocator.setLocatorSettings(LocatorSettings locatorSettings) voidStreamer.setLocatorSettings(LocatorSettings locatorSettings) Set the locator settings.