Package Array

Class LocatorSettings

java.lang.Object
Array.LocatorSettings
All Implemented Interfaces:
Serializable, Cloneable, SettingsObject
Direct Known Subclasses:
EmptyLocatorSettings

public class LocatorSettings extends Object implements SettingsObject, Cloneable
Class for settings to be optionally held by hydrophone locators

Before settings are saved, these will be put into an array of data which will be added to the main PamArray object.

Author:
dg50
See Also:
  • Field Details

    • locatorClass

      public Class locatorClass
      Hydrophone locator class - now specific to each streamer.
  • Constructor Details

    • LocatorSettings

      public LocatorSettings(Class locatorClass)
  • Method Details