Uses of Class
Array.HydrophoneLocator
Packages that use HydrophoneLocator
- 
Uses of HydrophoneLocator in Array
Subclasses of HydrophoneLocator in ArrayModifier and TypeClassDescriptionclassMaster PAMGuard array localiser.classclassSome abstract class function for hydrophone location that are used by more concrete locators, in particular the StaticHydrophoneLocator and StraightHydrophoneLocatorsclassStraight 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.classA 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 HydrophoneLocatorHydrophoneLocatorSystem.getLocator(PamArray array, Streamer streamer) StraightHydrophoneLocatorSystem.getLocator(PamArray array, Streamer streamer) ThreadingHydrophoneLocatorSystem.getLocator(PamArray array, Streamer streamer) protected HydrophoneLocatorMasterLocator.locatorForHydrophone(int iPhone) Work out which locator to use for a specific hydrophoneprotected HydrophoneLocatorMasterLocator.locatorForStreamer(int iStreamer) Methods in Array with parameters of type HydrophoneLocatorModifier and TypeMethodDescriptionvoidStreamer.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 TypeMethodDescriptionvoidTrackInformation.setHydrophoneLocator(HydrophoneLocator hydrophoneLocator) Constructors in tethys.deployment with parameters of type HydrophoneLocatorModifierConstructorDescriptionTrackInformation(OfflineDataMap gpsDataMap, HydrophoneLocator locator)