Class TLcdDAFIFTWayPointDataProperties

java.lang.Object
com.luciad.format.dafift.model.navaid.TLcdDAFIFTWayPointDataProperties

public final class TLcdDAFIFTWayPointDataProperties extends Object
This class provides easy access to the properties of the WayPoint type.
See Also:
  • Field Details

    • IDENTIFIER

      public static final TLcdDataProperty IDENTIFIER
      The identifier of the waypoint. The identifier is of the type String.
    • NAME

      public static final TLcdDataProperty NAME
      The name of the waypoint. The name is of the type String.
    • ICAO_CODE

      public static final TLcdDataProperty ICAO_CODE
      The ICAO location identifier of the waypoint. This is a four letter code which consists of four characters or two characters and two spaces.

      This feature is of the type String.

    • ICAO_REGION

      public static final TLcdDataProperty ICAO_REGION
      The first two letters of the feature ICAO_CODE representing the ICAO region of the waypoint.

      This feature is of the type String.

    • OPERATIONS_TYPE

      public static final TLcdDataProperty OPERATIONS_TYPE
      A code defining the waypoints functionality. The operations type is of type String.
    • COUNTRY_CODE

      public static final TLcdDataProperty COUNTRY_CODE
      A code indicating the country in which the waypoint is located. The country code is of the type String.
    • USAGE_CODE

      public static final TLcdDataProperty USAGE_CODE
      A code indicating the airspace structure in which the waypoint is utilized. The usage code is of the type TLcdWaypointNavaidUsageCode.
    • STATE_PROVINCE_CODE

      public static final TLcdDataProperty STATE_PROVINCE_CODE
      A code indicating the state/province in which the waypoint is located. The state/province code is of the type Integer.
    • BEARING

      public static final TLcdDataProperty BEARING
      The bearing from the navigational aid to the waypoint. The bearing is of the type Float.
    • BEARING_TYPE

      public static final TLcdDataProperty BEARING_TYPE
      The type of the bearing: magnetic, true or grid. The bearing type is of the type TLcdBearingType.
    • DISTANCE

      public static final TLcdDataProperty DISTANCE
      The distance from the navigational aid to the waypoint. The distance is of the type Float.
    • DISTANCE_UNIT

      public static final TLcdDataProperty DISTANCE_UNIT
      The unit of measurement for the distance from the navigational aid to the waypoint. This unit of measurement is of the type TLcdDistanceUnit.
    • WORLD_AREA_CODE

      public static final TLcdDataProperty WORLD_AREA_CODE
      The world area code in which the waypoint is located. The area code is of type String
    • MAGNETIC_VARIATION

      public static final TLcdDataProperty MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North. The magnetic variation is of the type String.
    • 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.
      Since:
      2022.0