ucar.visad.quantities
Class SpecificHeatCapacityOfDryAir
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.ScalarQuantity
ucar.visad.quantities.SpecificHeatCapacityOfDryAir
- Direct Known Subclasses:
- SpecificHeatCapacityOfDryAirAtConstantPressure, SpecificHeatCapacityOfDryAirAtConstantVolume
public abstract class SpecificHeatCapacityOfDryAir
- extends ScalarQuantity
Provides support for the dry air gas constant.
- Version:
- $Id: SpecificHeatCapacityOfDryAir.java,v 1.9 2005/05/13 18:35:44 jeffmc Exp $
- Author:
- Steven R. Emmerson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecificHeatCapacityOfDryAir
protected SpecificHeatCapacityOfDryAir(RealType realType)
throws VisADException
- Constructs from a RealType.
- Parameters:
realType - The RealType for the instance.
- Throws:
VisADException - Couldn't create necessary VisAD object.
getDefaultSIUnit
protected static Unit getDefaultSIUnit()
- Returns the default, SI unit.
- Returns:
- The default, SI unit.
getDefaultSet
protected static Set getDefaultSet()
- Returns the default sampling set.
- Returns:
- The default sampling set.