ucar.visad.quantities
Class SpecificHeatCapacityOfDryAir

java.lang.Object
  extended by ucar.visad.quantities.Quantity
      extended by ucar.visad.quantities.ScalarQuantity
          extended by 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

Constructor Summary
protected SpecificHeatCapacityOfDryAir(RealType realType)
          Constructs from a RealType.
 
Method Summary
protected static Set getDefaultSet()
          Returns the default sampling set.
protected static Unit getDefaultSIUnit()
          Returns the default, SI unit.
 
Methods inherited from class ucar.visad.quantities.ScalarQuantity
getRealType, getRealType, realType
 
Methods inherited from class ucar.visad.quantities.Quantity
realTupleType, setRealTupleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.