Interface ILcdDAFIFVFRRoutePointFeature

All Superinterfaces:
ILcdVFRRoutePointFeature

public interface ILcdDAFIFVFRRoutePointFeature extends ILcdVFRRoutePointFeature
This interface extends the more general applicable features defined in the ILcdVFRRoutePointFeature 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 VFR route point is TLcdDAFIFVFRRoutePointDataProperties.

See Also:
  • Field Details

    • POINT_NAME

      static final String POINT_NAME
      The name of the VFR route point. The name is of the type String.
      See Also:
    • POINT_IDENTITY

      static final String POINT_IDENTITY
      A graphical description of the point/check point. The point identity is of the type String.
      See Also:
    • POINT_TYPE

      static final String POINT_TYPE
      The point type (start, end, ...). The point type is of the type TLcdVFRPointType.
      See Also:
    • UTM_COORDINATES

      static final String UTM_COORDINATES
      The MGRS position on a UTM grid. The UTM coordinates feature is of the type String.
      See Also:
    • POINT_SYMBOL

      static final String POINT_SYMBOL
      A code used for graphic presentation where a waypoint type symbol is used. The point symbol is of the type Character.
      See Also:
    • AT_HELIPORT_AIRPORT

      static final String AT_HELIPORT_AIRPORT
      An indicator to tell whether the route starts or ends at the heliport or airport. This feature is of the type Boolean.
      See Also:
    • SEGMENT_NAME

      static final String SEGMENT_NAME
      The segment name of this VFR route point. The segment name is of the type String.
      See Also:
    • COURSE

      static final String COURSE
      The course to the point/checkpoint of the VFR route segment. The course is of the type Float.
      See Also:
    • COURSE_TYPE

      static final String COURSE_TYPE
      The type of the course of this VFR route point. The course type is of the type TLcdBearingType.
      See Also:
    • PATH_CODE

      static final String PATH_CODE
      The path code (defines what the segment is used for). The path code is of the type TLcdVFRPointUsageCode.
      See Also:
    • ALTITUDE_DESCRIPTION_CODE

      static final String ALTITUDE_DESCRIPTION_CODE
      The altitude description of this VFR route point. The altitude description is of the type TLcdAltitudeType.
      See Also:
    • ALTITUDE

      static final String ALTITUDE
      The altitude of this VFR route point. The altitude is of the type Integer.
      See Also:
    • ALTITUDE_UNIT

      static final String ALTITUDE_UNIT
      The unit of measurement of the altitude. The altitude unit is of the type TLcdDistanceUnit.
      See Also:
    • TURN_DIRECTION

      static final String TURN_DIRECTION
      The specific direction in which a turn is to be made. The turn direction is of the type Character.
      See Also: