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

    • 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.
    • ORIGINAL_DATUM

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