|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.quantities.Quantity
ucar.visad.quantities.VectorQuantity
ucar.visad.quantities.Wind
ucar.visad.quantities.HorizontalWind
ucar.visad.quantities.PolarHorizontalWind
public final class PolarHorizontalWind
Provides support for the quantity of horizontal wind in polar coordinates. Instances of this class have CartesianHorizontalWind as their reference CoordinateSystem.
| Nested Class Summary | |
|---|---|
static class |
PolarHorizontalWind.PolarCoordinateSystem
Provides support for transforming wind coordinates between polar and cartesian representations. |
| Field Summary |
|---|
| Fields inherited from class ucar.visad.quantities.HorizontalWind |
|---|
DEFAULT_SPEED_UNIT |
| Method Summary | |
|---|---|
static RealType |
getDirectionRealType()
Obtain the RealType of the direction component. |
static RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class. |
static RealType |
getSpeedRealType()
Obtain the RealType of the speed component. |
static RealTuple |
newRealTuple(RealTuple uv)
Returns a (speed,direction) tuple constructed from a (u,v) tuple. |
| Methods inherited from class ucar.visad.quantities.VectorQuantity |
|---|
earthVectorType |
| 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 |
| Method Detail |
|---|
public static RealTupleType getRealTupleType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static RealType getSpeedRealType()
throws VisADException
VisADException - if a core VisAD failure occurs.
public static RealType getDirectionRealType()
throws VisADException
VisADException - if a core VisAD failure occurs.
public static RealTuple newRealTuple(RealTuple uv)
throws VisADException,
RemoteException
uv - The (westerly,southerly) wind.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||