ucar.visad.quantities
Class WindComponent

java.lang.Object
  extended by ucar.visad.quantities.Quantity
      extended by ucar.visad.quantities.ScalarQuantity
          extended by ucar.visad.quantities.WindComponent
Direct Known Subclasses:
SoutherlyWind, VerticalWindComponent, WesterlyWind

public abstract class WindComponent
extends ScalarQuantity

Provides support for the quantity of a cartesian component of the wind.

Version:
$Id: WindComponent.java,v 1.9 2005/05/13 18:35:46 jeffmc Exp $
Author:
Steven R. Emmerson

Constructor Summary
protected WindComponent(String name)
          Constructs from a name.
 
Method Summary
 
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

WindComponent

protected WindComponent(String name)
                 throws VisADException
Constructs from a name.

Parameters:
name - The name for the instance.
Throws:
VisADException - Couldn't create necessary VisAD object.