Interface ILcdASDIFlightPlanFeatures

All Superinterfaces:
ILcdASDIFeatures

public interface ILcdASDIFlightPlanFeatures extends ILcdASDIFeatures

Note:This class is only to be used with the ILcdFeatured interface. It is supplied for backwards compatibility. It is recommended to use the new ILcdDataObject instead to retrieve information on the properties of all ASDI elements. For more information on ILcdDataObject, refer to the developer's guide or TLcdASDIDataTypes.

This interface defines constants for the feature names of flight plans.

A flight plan uses the information of the flight plan messages it is built of to return its features. In fact, for all feature requests, it just passes the requests to its messages. The most recent messages are checked first. If a message contains a feature it returns its value (which can be null). This ensures that the most recent value of a feature is returned. Features of the flight plans are strongly related to the features of the flight plan messages, see ILcdASDIFlightPlanMessageFeatures.

The constants follow a naming convention. Please refer to ILcdASDIFeatures for more detailed information on the naming convention.
  • Field Details

    • AIRCRAFT_ID_SF

      static final String AIRCRAFT_ID_SF
      Name of the feature indicating the aircraft id. The feature is of type String.
      See Also:
    • AIRCRAFT_DATA_SF

      static final String AIRCRAFT_DATA_SF
      Name of the feature indicating the aircraft data. The feature is of type String.
      See Also:
    • AC_PHYSICAL_CLASS_SF

      static final String AC_PHYSICAL_CLASS_SF
      Name of the feature indicating the aircraft physical class. The feature is of type TLcdASDIMappedString.
      See Also:
    • AC_USER_CLASS_SF

      static final String AC_USER_CLASS_SF
      Name of the feature indicating the aircraft user class. The feature is of type TLcdASDIMappedString.
      See Also:
    • DEPARTURE_POINT_SF

      static final String DEPARTURE_POINT_SF
      Name of the feature indicating the departure point. The feature is of type String.
      See Also:
    • DESTINATION_SF

      static final String DESTINATION_SF
      Name of the feature indicating the destination. The feature is of type String.
      See Also:
    • DEPARTURE_AIRPORT_SF

      static final String DEPARTURE_AIRPORT_SF
      Name of the feature indicating the departure airport. The feature is of type String.
      See Also:
    • ARRIVAL_AIRPORT_SF

      static final String ARRIVAL_AIRPORT_SF
      Name of the feature indicating the arrival airport. The feature is of type String.
      See Also:
    • DEPARTURE_CENTER_SF

      static final String DEPARTURE_CENTER_SF
      Name of the feature indicating the departure center. The feature is of type String.
      See Also:
    • DEPARTURE_DAY_SF

      static final String DEPARTURE_DAY_SF
      Name of the feature indicating the departure day. The feature is of type java.util.Date.
      See Also:
    • DZ_ACTUAL_DEPARTURE_TIME_TYPED_CF

      static final String DZ_ACTUAL_DEPARTURE_TIME_TYPED_CF
      Name of the feature indicating the actual departure time (extracted from the DZ message only). The feature is of typeILcdFeatured, sub features start with TIME_TYPED_CF__.
      See Also:
    • DZ_ESTIMATED_ARRIVAL_TIME_CF

      static final String DZ_ESTIMATED_ARRIVAL_TIME_CF
      Name of the feature indicating the estimated arrival time (extracted from the DZ message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • AZ_ARRIVAL_TIME_TYPED_CF

      static final String AZ_ARRIVAL_TIME_TYPED_CF
      Name of the feature indicating the arrival time (extracted from the AZ message only). The feature is of typeILcdFeatured, sub features start with TIME_TYPED_CF__.
      See Also:
    • RT_ESTIMATED_DEPARTURE_TIME_CF

      static final String RT_ESTIMATED_DEPARTURE_TIME_CF
      Name of the feature indicating the estimated departure time (extracted from the RT message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • RT_CONTROLLED_DEPARTURE_TIME_CF

      static final String RT_CONTROLLED_DEPARTURE_TIME_CF
      Name of the feature indicating the controlled departure time (extracted from the RT message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • RT_ORIGINAL_DEPARTURE_TIME_CF

      static final String RT_ORIGINAL_DEPARTURE_TIME_CF
      Name of the feature indicating the original departure time (extracted from the RT message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • RT_ESTIMATED_ARRIVAL_TIME_CF

      static final String RT_ESTIMATED_ARRIVAL_TIME_CF
      Name of the feature indicating the estimated arrival time (extracted from the RT message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • RT_CONTROLLED_ARRIVAL_TIME_CF

      static final String RT_CONTROLLED_ARRIVAL_TIME_CF
      Name of the feature indicating the controlled arrival time (extracted from the RT message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • RT_ORIGINAL_ARRIVAL_TIME_CF

      static final String RT_ORIGINAL_ARRIVAL_TIME_CF
      Name of the feature indicating the original arrival time (extracted from the RT message only). The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • SPEED_CF

      static final String SPEED_CF
      Name of the feature indicating the speed. The feature is of typeILcdFeatured, sub features start with SPEED__.
      See Also:
    • COORDINATION_FIX_SF

      static final String COORDINATION_FIX_SF
      Name of the feature indicating the coordination fix. The feature is of type String.
      See Also:
    • COORDINATION_TIME_TYPED_CF

      static final String COORDINATION_TIME_TYPED_CF
      Name of the feature indicating the coordination time. The feature is of typeILcdFeatured, sub features start with TIME_TYPED_CF__.
      See Also:
    • ASSIGNED_ALTITUDE_CF

      static final String ASSIGNED_ALTITUDE_CF
      Name of the feature indicating the assigned altitude. The feature is of typeILcdFeatured, sub features start with ALTITUDE_CF__.
      See Also:
    • REQUESTED_ALTITUDE_CF

      static final String REQUESTED_ALTITUDE_CF
      Name of the feature indicating the requested altitude. The feature is of typeILcdFeatured, sub features start with ALTITUDE_CF__.
      See Also:
    • ARRIVAL_FIX_SF

      static final String ARRIVAL_FIX_SF
      Name of the feature indicating the arrival fix. The feature is of type String.
      See Also:
    • ARRIVAL_FIX_TIME_CF

      static final String ARRIVAL_FIX_TIME_CF
      Name of the feature indicating the time at the arrival fix. The feature is of typeILcdFeatured, sub features start with TIME_CF__.
      See Also:
    • ROUTE_SF

      static final String ROUTE_SF
      Name of the feature indicating the route. The feature is of type String.
      See Also:
    • FLIGHT_STATUS_SF

      static final String FLIGHT_STATUS_SF
      Name of the feature indicating the flight status. The feature is of type TLcdASDIMappedString.
      See Also:
    • WAYPOINTS_SL

      static final String WAYPOINTS_SL
      Name of the feature indicating the list of waypoints. The feature is of type ILcdFeatured, sub features are all of type ILcdPoint.
      See Also:
    • SECTORS_SL

      static final String SECTORS_SL
      Name of the feature indicating the list of sectors. The feature is of type ILcdFeatured, sub features are all of type String.
      See Also:
    • FIXES_SL

      static final String FIXES_SL
      Name of the feature indicating the list of fixes. The feature is of type ILcdFeatured, sub features are all of type String.
      See Also:
    • AIRWAYS_SL

      static final String AIRWAYS_SL
      Name of the feature indicating the list of airways. The feature is of type ILcdFeatured, sub features are all of type String.
      See Also:
    • CENTERS_SL

      static final String CENTERS_SL
      Name of the feature indicating the list of centers. The feature is of type ILcdFeatured, sub features are all of type TLcdASDIFacility.
      See Also:
    • UZ_MESSAGE_CL

      static final String UZ_MESSAGE_CL
      Name of the feature indicating a list of all UZ messages. The feature is of type ILcdFeatured, sub features are all of type ILcdFeatured, containing UZ message features. See ILcdASDIFlightPlanMessageFeatures for more information on UZ message features.
      See Also: