Class RAOB.MaximumWindProfile

All Implemented Interfaces:
Serializable, Cloneable, Data, Field, FlatFieldIface, Function, Thing
Enclosing class:
RAOB

public static final class RAOB.MaximumWindProfile extends FlatField
Provides support for maximum wind data.
See Also:
  • Constructor Details

    • MaximumWindProfile

      public MaximumWindProfile() throws VisADException, RemoteException
      Constructs an empty instance from nothing.
      Throws:
      VisADException - Couldn't create necessary VisAD object.
      RemoteException - Java RMI exception.
    • MaximumWindProfile

      public MaximumWindProfile(Unit pressureUnit, float[] pressures, Unit speedUnit, float[] speeds, Unit directionUnit, float[] directions) throws VisADException, RemoteException
      Constructs from data.
      Parameters:
      pressureUnit - The unit of the pressure values.
      pressures - The pressure values in units of pressureUnit. The array must be sorted (either increasing or decreasing) and not contain a NaN.
      speedUnit - The unit of wind speed.
      speeds - The speeds of the wind in units of speedUnit.
      directionUnit - The unit of meteorological direction.
      directions - The directions of the wind in units of directionUnit.
      Throws:
      VisADException - Couldn't create necessary VisAD object.
      RemoteException - Java RMI exception.