org.scubatoolkit
Class Scuba

java.lang.Object
  |
  +--org.scubatoolkit.Scuba

public class Scuba
extends java.lang.Object

Description of the Class

Version:
Author:

Constructor Summary
Scuba()
           
 
Method Summary
static double ATA2Depth(double ATA, UnitsSystem units)
          Description of the Method
static double BAR2PSI(double BAR)
          Description of the Method
static double depth2ATA(double depth, boolean m)
          Description of the Method
static double depth2ATA(double depth, UnitsSystem units)
          depth2ATA converts depth in FSW to ATA at sea level
static double PSI2BAR(double PSI)
          Description of the Method
static double round(double n, int p)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scuba

public Scuba()
Method Detail

depth2ATA

public static double depth2ATA(double depth,
                               boolean m)
Description of the Method

Parameters:
depth - Description of the Parameter
m - Description of the Parameter
Returns:
Description of the Return Value

depth2ATA

public static double depth2ATA(double depth,
                               UnitsSystem units)
depth2ATA converts depth in FSW to ATA at sea level

Parameters:
depth - The depth to convert
units - The units system for the depth
Returns:
Returns the ATA equivalent to the depth (in FSW) that was passed in

ATA2Depth

public static double ATA2Depth(double ATA,
                               UnitsSystem units)
Description of the Method

Parameters:
ATA - Description of the Parameter
Returns:
Description of the Return Value

PSI2BAR

public static double PSI2BAR(double PSI)
Description of the Method

Parameters:
PSI - Description of the Parameter
Returns:
Description of the Return Value

BAR2PSI

public static double BAR2PSI(double BAR)
Description of the Method

Parameters:
BAR - Description of the Parameter
Returns:
Description of the Return Value

round

public static double round(double n,
                           int p)
Description of the Method

Parameters:
n - Description of the Parameter
p - Description of the Parameter
Returns:
Description of the Return Value


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.