Class TLcdDAFIFWayPointDataProperties

java.lang.Object
com.luciad.format.dafif.model.navaid.TLcdDAFIFWayPointDataProperties

public final class TLcdDAFIFWayPointDataProperties 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.
    • ORIGINAL_DATUM Link icon

      public static final TLcdDataProperty ORIGINAL_DATUM
      The original datum in which the geometry was encoded. Values are instances of ILcdGeodeticDatum.