Documentation of 'visad.jmet.MetUnits' Java class
MetUnits
visad.jmet

Class MetUnits



  • public class MetUnits
    extends java.lang.Object
    Class for defining a few common atmospheric science units which don't conform to the standards used by the VisAD netCDF Units package. Use the makeSymbol method to return a "proper" unit symbol from a common one (ex: input mph to get mi/h). Also allows one to input a common symbol in upper case (MPH) and get the proper one back (mi/h).
    • Constructor Summary

      Constructors 
      Constructor and Description
      MetUnits() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String makeSymbol(java.lang.String commonSymbol)
      Create a 'proper' unit symbol from a common one (ie: mph -> mi/h instead of milliphots)
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetUnits

        public MetUnits()
    • Method Detail

      • makeSymbol

        public static java.lang.String makeSymbol(java.lang.String commonSymbol)
        Create a 'proper' unit symbol from a common one (ie: mph -> mi/h instead of milliphots)
        Parameters:
        commonSymbol - is the String of the original unit name
        Returns:
        commonSymbol converted to "proper" symbol or commonSymbol if unknown

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.