Class WindTimeHeightControl

All Implemented Interfaces:
ActionListener, ItemListener, PropertyChangeListener, EventListener, HyperlinkListener, Sharable, DataChangeListener, DisplayControl, Prototypable, ControlListener, DisplayListener
Direct Known Subclasses:
ProfilerTimeHeightControl, RadarVWPControl

public class WindTimeHeightControl extends ProfilerControl
For wind time/height profiles. Uses FieldImpl with VisAD function (Time -> ((Z) -> (DIR, SPD)) where time values are VisAD Datetime objects, Z has RealType RealType.Altitude, DIR and SPD have RealType Display.Flow1Azimuth and Display.Flow1Radial, The data display is in its own window, not the main IDV view manager.
Version:
$ $
Author:
Unidata IDV development
  • Field Details

    • currentVerticalInt

      protected Real currentVerticalInt
      vertical spacing
    • profileDisplay

      protected XYDisplay profileDisplay
      profile display
    • timeHeightView

      protected TimeHeightViewManager timeHeightView
      _more_
    • fieldImpl

      protected FieldImpl fieldImpl
      data
    • wbDisplayable

      protected WindBarbDisplayable wbDisplayable
      displayable for data
    • plotLabel

      protected JLabel plotLabel
      label for the plot
    • isSequence

      protected boolean isSequence
      flag for sequence
    • stationName

      protected String stationName
      station name
    • labelName

      protected String labelName
      station name label
    • latitude

      protected float latitude
      position
    • longitude

      protected float longitude
      position
    • isLatestOnLeft

      protected boolean isLatestOnLeft
      flag for X axis ordering
    • haveNewStation

      protected boolean haveNewStation
      flag for new station
    • xScale

      protected AxisScale xScale
      scale for X axis
    • yScale

      protected AxisScale yScale
      _more_
    • compositeDataChoice

      protected CompositeDataChoice compositeDataChoice
      data choice
    • currentDataChoice

      protected DataChoice currentDataChoice
      selected data choice
  • Constructor Details

    • WindTimeHeightControl

      public WindTimeHeightControl()
      Cstr; does nothing. See init() for creation actions.
  • Method Details