Class TLcdAircraftCategory

java.lang.Object
com.luciad.format.aixm.model.procedure.type.TLcdAircraftCategory

public class TLcdAircraftCategory extends Object
Type safe enumeration class, indicating an aircraft classification based on 1.3 times stall speed in landing configuration at maximum certified landing mass:
  • Category A: - less than 169 km/h (91 kt) IAS
  • Category B: - 169 km/h (91 kt) or more but less than 224 km/h (121 kt) IAS
  • Category C: - 224 km/h (121 kt) or more but less than 261 km/h (141 kt) IAS
  • Category D: - 261 km/h (141 kt) or more but less than 307 km/h (166 kt) IAS
  • Category E: - 307 km/h (166 kt) or more but less than 391 km/h (211 kt) IAS
  • Category H: - helicopter (the stall speed method of calculating aircraft category does not apply)
(IAS = indicated air speed)
Since:
6.2
  • Field Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the TLcdAircraftCategory object.
      Returns:
      the name of the TLcdAircraftCategory object.
    • valueOf

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

      public String toString()
      Overrides:
      toString in class Object