Class TLcdDAFIFTSectorDataProperties

java.lang.Object
com.luciad.format.dafift.model.sector.TLcdDAFIFTSectorDataProperties

public class TLcdDAFIFTSectorDataProperties extends Object
This class provides easy access to the properties of the Sector type.
Since:
2022.0
See Also:
  • Field Details

    • NUMBER

      public static final TLcdDataProperty NUMBER
      The number associated with a sector. The number is of the type Integer.
    • ALTITUDE

      public static final TLcdDataProperty ALTITUDE
      The altitude associated with a sector. The altitude type is of the type Integer.
    • ALTITUDE_UNIT

      public static final TLcdDataProperty ALTITUDE_UNIT
      The altitude unit associated with a sector. The altitude unit type is of the type TLcdAltitudeUnit.
    • BEARING_START

      public static final TLcdDataProperty BEARING_START
      The start bearing of a sector, expressed in degrees. The bearing is of the type Integer.
    • BEARING_END

      public static final TLcdDataProperty BEARING_END
      The end bearing of a sector, expressed in degrees. The bearing is of the type Integer.
    • MILEAGE_START

      public static final TLcdDataProperty MILEAGE_START
      The start mileage of a sector, expressed in nautical miles. The mileage is of the type Integer.
    • MILEAGE_LIMIT

      public static final TLcdDataProperty MILEAGE_LIMIT
      The limit mileage of a sector, expressed in nautical miles. The mileage is of the type Integer.
    • CYCLE_DATE

      public static final TLcdDataProperty CYCLE_DATE
      Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the type String.
    • MSA_TYPE

      public static final TLcdDataProperty MSA_TYPE
      The type of terminal procedure altitude record. The MSA type is of the type TLcdMinimumSectorAltitudeType.
      Since:
      2023.1
  • Constructor Details

    • TLcdDAFIFTSectorDataProperties

      public TLcdDAFIFTSectorDataProperties()