Enum Class ELcdSIGWXLevel

java.lang.Object
java.lang.Enum<ELcdSIGWXLevel>
com.luciad.format.bufr.sigwx.ELcdSIGWXLevel
All Implemented Interfaces:
Serializable, Comparable<ELcdSIGWXLevel>, Constable

public enum ELcdSIGWXLevel extends Enum<ELcdSIGWXLevel>
Constants that represent the height ranges used for SIGWX forecasts. Used as the type for the TLcdSIGWXModelDescriptor.getSIGWXLevel() return value.
Since:
2020.0
  • Enum Constant Details

    • SWH

      public static final ELcdSIGWXLevel SWH
      Height range for High Level SIGWX forecasts. Range is FL250 - FL630
    • SWM

      public static final ELcdSIGWXLevel SWM
      Height range for Medium Level SIGWX forecasts. Range is FL100 - FL450
    • SWH_AND_SWM

      public static final ELcdSIGWXLevel SWH_AND_SWM
      Height range for High + Medium Level SIGWX forecasts. Range is FL100 - FL630
  • Method Details

    • values

      public static ELcdSIGWXLevel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ELcdSIGWXLevel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null