Uses of Class
Array.HydrophoneLocator
Packages that use HydrophoneLocator
-
Uses of HydrophoneLocator in Array
Subclasses of HydrophoneLocator in ArrayModifier and TypeClassDescriptionclass
Master PAMGuard array localiser.class
class
Some abstract class function for hydrophone location that are used by more concrete locators, in particular the StaticHydrophoneLocator and StraightHydrophoneLocatorsclass
Straight Hydrophone Locator, uses GPS heading information from GPS and assumes that the hydrophones are just sticking straight out the back of the boat as though on a rigid stick.class
A threading hydrophone is one that exactly follows the track of the ship.Methods in Array that return HydrophoneLocatorModifier and TypeMethodDescriptionPamArray.getHydrophoneLocator()
Streamer.getHydrophoneLocator()
HydrophoneLocators.getLocator
(PamArray pamArray, Streamer streamer) abstract HydrophoneLocator
HydrophoneLocatorSystem.getLocator
(PamArray array, Streamer streamer) StraightHydrophoneLocatorSystem.getLocator
(PamArray array, Streamer streamer) ThreadingHydrophoneLocatorSystem.getLocator
(PamArray array, Streamer streamer) Methods in Array with parameters of type HydrophoneLocatorModifier and TypeMethodDescriptionvoid
Streamer.setHydrophoneLocator
(HydrophoneLocator hydrophoneLocator) -
Uses of HydrophoneLocator in tethys.deployment
Methods in tethys.deployment that return HydrophoneLocatorMethods in tethys.deployment with parameters of type HydrophoneLocatorModifier and TypeMethodDescriptionvoid
TrackInformation.setHydrophoneLocator
(HydrophoneLocator hydrophoneLocator) Constructors in tethys.deployment with parameters of type HydrophoneLocatorModifierConstructorDescriptionTrackInformation
(OfflineDataMap gpsDataMap, HydrophoneLocator locator)