Interface ILcdWayPointFeature

All Known Subinterfaces:
ILcdAIXMWayPointFeature, ILcdARINCWayPointFeature, ILcdDAFIFWayPointFeature

public interface ILcdWayPointFeature
This interface defines general applicable features for a waypoint.

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

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identifier of the waypoint.
    static final String
    The name of the waypoint.
  • Field Details