public final class PolarHorizontalWind extends HorizontalWind
Modifier and Type | Class and Description |
---|---|
static class |
PolarHorizontalWind.PolarCoordinateSystem
Provides support for transforming wind coordinates between polar
and cartesian representations.
|
DEFAULT_SPEED_UNIT
Modifier and Type | Method and Description |
---|---|
static visad.RealType |
getDirectionRealType()
Obtain the RealType of the direction component.
|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getSpeedRealType()
Obtain the RealType of the speed component.
|
static visad.RealTuple |
newRealTuple(visad.RealTuple uv)
Returns a (speed,direction) tuple constructed from a (u,v) tuple.
|
earthVectorType
realTupleType, setRealTupleType
public static visad.RealTupleType getRealTupleType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.RealType getSpeedRealType() throws visad.VisADException
visad.VisADException
- if a core VisAD failure occurs.public static visad.RealType getDirectionRealType() throws visad.VisADException
visad.VisADException
- if a core VisAD failure occurs.public static visad.RealTuple newRealTuple(visad.RealTuple uv) throws visad.VisADException, java.rmi.RemoteException
uv
- The (westerly,southerly) wind.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.