Interface ILcdDAFIFWayPointFeature

All Superinterfaces:
ILcdWayPointFeature

public interface ILcdDAFIFWayPointFeature extends ILcdWayPointFeature
This interface extends the more general applicable features defined in the ILcdWayPointFeature interface with DAFIF specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for a DAFIF waypoint is TLcdDAFIFWayPointDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The bearing from the navigational aid to the waypoint.
    static final String
    The type of the bearing: magnetic, true or grid.
    static final String
    A code indicating the country in which the waypoint is located.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    The distance from the navigational aid to the waypoint.
    static final String
    The unit of measurement for the distance from the navigational aid to the waypoint.
    static final String
    The ICAO location identifier of the waypoint.
    static final String
    The first two letters of the feature ICAO_CODE representing the ICAO region of the waypoint.
    static final String
    The angular difference between True North and Magnetic North.
    static final String
    A code defining the waypoints functionality.
    static final String
    A code indicating the state/province in which the waypoint is located.
    static final String
    A code indicating the airspace structure in which the waypoint is utilized.
    static final String
    The world area code in which the waypoint is located.

    Fields inherited from interface com.luciad.ais.model.navaid.ILcdWayPointFeature

    IDENTIFIER, NAME
  • Field Details

    • COUNTRY_CODE

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

      static final String USAGE_CODE
      A code indicating the airspace structure in which the waypoint is utilized. The usage code is of the type TLcdWaypointNavaidUsageCode.
      See Also:
    • ICAO_CODE

      static final String 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.

      See Also:
    • ICAO_REGION

      static final String 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.

      See Also:
    • OPERATIONS_TYPE

      static final String OPERATIONS_TYPE
      A code defining the waypoints functionality. The operations type is of type String.
      See Also:
    • STATE_PROVINCE_CODE

      static final String STATE_PROVINCE_CODE
      A code indicating the state/province in which the waypoint is located. The state/province code is of the type Integer.
      See Also:
    • BEARING

      static final String BEARING
      The bearing from the navigational aid to the waypoint. The bearing is of the type Float.
      See Also:
    • BEARING_TYPE

      static final String BEARING_TYPE
      The type of the bearing: magnetic, true or grid. The bearing type is of the type TLcdBearingType.
      See Also:
    • DISTANCE

      static final String DISTANCE
      The distance from the navigational aid to the waypoint. The distance is of the type Float.
      See Also:
    • DISTANCE_UNIT

      static final String 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.
      See Also:
    • WORLD_AREA_CODE

      static final String WORLD_AREA_CODE
      The world area code in which the waypoint is located. The area code is of type String
      See Also:
    • MAGNETIC_VARIATION

      static final String MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North. The magnetic variation is of the type String.
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      Identifies the calendar period in which the record was added to the 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
      See Also: