Class TLcdRadioClass

java.lang.Object
com.luciad.format.dafif.model.navaid.type.TLcdRadioClass

public class TLcdRadioClass extends Object
A type safe enumeration indicating the class of radio installation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TLcdRadioClass
    Non-directional radio beacon (homing), power 50 Watts to less than 2000 Watts.
    static final TLcdRadioClass
    Normal anticipated interference-free service, below 18,000 feet - 40 Nm; 14,500 - 17,999 - 100 Nm (contiguous 48 states only); 18,000 feet to 450 flight level - 130 Nm; above 450 flight level - 100 Nm.
    static final TLcdRadioClass
    Non-directional radio beacon (homing), power 2000 Watts or more.
    static final TLcdRadioClass
    Normal anticipated interference-free service, 40 Nm up to 18,000 feet.
    static final TLcdRadioClass
    Non-directional radio beacon (homing), powerless than 50 Watts.
    static final TLcdRadioClass
    Normal anticipated interference-free service, 25 Nm up to 12,000 feet.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    valueOf(String aCode)
    Returns the TLcdRadioClass object matching the given code.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • H

      public static final TLcdRadioClass H
      Non-directional radio beacon (homing), power 50 Watts to less than 2000 Watts.
    • L

      public static final TLcdRadioClass L
      Normal anticipated interference-free service, 40 Nm up to 18,000 feet.
    • T

      public static final TLcdRadioClass T
      Normal anticipated interference-free service, 25 Nm up to 12,000 feet.
    • MH

      public static final TLcdRadioClass MH
      Non-directional radio beacon (homing), powerless than 50 Watts.
    • HH

      public static final TLcdRadioClass HH
      Non-directional radio beacon (homing), power 2000 Watts or more.
    • HA

      public static final TLcdRadioClass HA
      Normal anticipated interference-free service, below 18,000 feet - 40 Nm; 14,500 - 17,999 - 100 Nm (contiguous 48 states only); 18,000 feet to 450 flight level - 130 Nm; above 450 flight level - 100 Nm.
  • Method Details

    • valueOf

      public static TLcdRadioClass valueOf(String aCode)
      Returns the TLcdRadioClass object matching the given code.
      Parameters:
      aCode - the key by which to retrieve a TLcdRadioClass. This key must not be null
      Returns:
      a TLcdRadioClass object if the parameter matches to a radioClass, null otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object