Package ucar.visad.quantities
Class CommonUnits
java.lang.Object
ucar.visad.quantities.CommonUnits
Provides support for units common to meteorology.
- Version:
- $Id: CommonUnits.java,v 1.12 2005/05/13 18:35:38 jeffmc Exp $
- Author:
- Steven R. Emmerson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Unit
A common unit of temperature.static final Unit
A common unit of plane angle.static final Unit
A common unit of international footstatic final Unit
A common unit of mixing-ratio.static final Unit
A common unit of pressure.static final Unit
A common unit of time.static final Unit
A common unit of kilometerstatic final Unit
A common unit of speed.static final Unit
The SI unit of speed.static final Unit
A common unit of milestatic final Unit
A common unit of pressure.static final Unit
A common unit of millimeterstatic final Unit
A common unit of distance.static final Unit
The SI unit of pressure.static final Unit
A common unit for percent -
Method Summary
-
Field Details
-
PASCAL
The SI unit of pressure. -
HECTOPASCAL
A common unit of pressure. -
MILLIBAR
A common unit of pressure. -
CELSIUS
A common unit of temperature. -
GRAMS_PER_KILOGRAM
A common unit of mixing-ratio. -
METERS_PER_SECOND
The SI unit of speed. -
HOUR
A common unit of time. -
NAUTICAL_MILE
A common unit of distance. -
KNOT
A common unit of speed. -
DEGREE
A common unit of plane angle. -
FOOT
A common unit of international foot -
KILOMETER
A common unit of kilometer -
MILE
A common unit of mile -
MILLIMETER
A common unit of millimeter -
PERCENT
A common unit for percent
-