Package ucar.nc2.iosp.mcidas
Class MetUnits
- java.lang.Object
-
- ucar.nc2.iosp.mcidas.MetUnits
-
public class MetUnits extends 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 Description MetUnits()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
makeSymbol(String commonSymbol)
Create a 'proper' unit symbol from a common one (ie: mph -> mi/h instead of milliphots)
-