Uses of Enum Class
PamController.soundMedium.GlobalMedium.SoundMedium
-
Uses of GlobalMedium.SoundMedium in PamController.soundMedium
Modifier and TypeMethodDescriptionGlobalMediumManager.getCurrentMedium()
Get the current medium sound is travelling through.static GlobalMedium.SoundMedium
Returns the enum constant of this class with the specified name.static GlobalMedium.SoundMedium[]
GlobalMedium.SoundMedium.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic double
GlobalMedium.getdBreference
(GlobalMedium.SoundMedium currentMedium) Get the reference unit commonly used for this medium e.g.static String
GlobalMedium.getdBRefString
(GlobalMedium.SoundMedium currentMedium) Get a string description of the Pascal reference for the dBstatic double
GlobalMedium.getdBSensOffset
(GlobalMedium.SoundMedium currentMedium) Get the dB offset to convert form sensitivity value units to received amplitude units.static String
GlobalMedium.getdBSensRefString
(GlobalMedium.SoundMedium currentMedium) Get a string description of the Pascal reference for receiver sensitivities in dB.static double[]
GlobalMedium.getDefaultAmplitudeScales
(GlobalMedium.SoundMedium currentMedium) Get default amplitude scales for display for different mediumstatic double[]
GlobalMedium.getDefaultdBHzScales
(GlobalMedium.SoundMedium currentMedium) Get default dB/Hz scales for display for different mediumstatic double
GlobalMedium.getDefaultSens
(GlobalMedium.SoundMedium currentMedium) Get the default sensitivity of a reciever in dB referenced to the medium dependent reference value.static double
GlobalMedium.getDefaultSoundSpeed
(GlobalMedium.SoundMedium currentMedium) Get the default sound speed for the medium.static String
GlobalMedium.getRecieverString
(GlobalMedium.SoundMedium currentMedium, boolean caps, boolean plural) Hydrophones are used under water and microphones in air.static String
GlobalMedium.getToolTip
(GlobalMedium.SoundMedium currentMedium) static double
GlobalMedium.getZCoeff
(GlobalMedium.SoundMedium currentMedium) Get the z coefficient value for displays.static String
GlobalMedium.getZString
(GlobalMedium.SoundMedium currentMedium, boolean caps, boolean plural) Get a string description of the z dimensions e.g.void
GlobalMediumManager.setCurrentMedium
(GlobalMedium.SoundMedium currentMedium) Set the current medium and notify all modules of the change.void
GlobalMediumManager.setCurrentMedium
(GlobalMedium.SoundMedium currentMedium, boolean notify) Set the current medium