Class AerologicalReadoutTable.RealRowEntry

java.lang.Object
ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
ucar.unidata.view.sounding.AerologicalReadoutTable.RealRowEntry
Enclosing class:
AerologicalReadoutTable

protected class AerologicalReadoutTable.RealRowEntry extends AerologicalReadoutTable.RowEntry
Provides support for rows with Real values.
  • Constructor Details

    • RealRowEntry

      public RealRowEntry(RealReadout readout)
      Constructs from a readout.
      Parameters:
      readout - The readout.
    • RealRowEntry

      public RealRowEntry(RealReadout readout, String prefix)
      Constructs from a readout and an ID prefix.
      Parameters:
      readout - The readout.
      prefix - The prefix for the ID.
  • Method Details