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 Link icon

    • IDENTIFIER Link icon

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

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

      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 Link icon

      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 Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

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

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

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

      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 Link icon

      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 Link icon

      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 Link icon

      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