Interface ILcdASDITrackTOFeatures

All Superinterfaces:
ILcdASDIFeatures, ILcdASDIMessageFeatures

public interface ILcdASDITrackTOFeatures extends ILcdASDIMessageFeatures

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 feature names of tracks based on TO messages.

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:
    • CALCULATED_SPEED_SF

      static final String CALCULATED_SPEED_SF
      Name of the feature indicating the calculated speed. The feature is of type TLcdISO19103Measure.
      See Also:
    • REPORTED_POSITION_REPORT_CF

      static final String REPORTED_POSITION_REPORT_CF
      Name of the feature indicating the reported position report. The feature is of type ILcdFeatured, sub features start with POSITION_REPORT_CF__.
      See Also:
    • FIRST_PLANNED_POSITION_REPORT_CF

      static final String FIRST_PLANNED_POSITION_REPORT_CF
      Name of the feature indicating the first planned position report. The feature is of type ILcdFeatured, sub features start with POSITION_REPORT_CF__.
      See Also:
    • SECOND_PLANNED_POSITION_REPORT_CF

      static final String SECOND_PLANNED_POSITION_REPORT_CF
      Name of the feature indicating the second planned position report. The feature is of type ILcdFeatured, sub features start with POSITION_REPORT_CF__.
      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:
    • POSITION_REPORT_CF__DATE_SF

      static final String POSITION_REPORT_CF__DATE_SF
      Name of the sub feature indicating the date of a position report. The feature is of type java.util.Date.
      See Also:
    • POSITION_REPORT_CF__ALTITUDE_SF

      static final String POSITION_REPORT_CF__ALTITUDE_SF
      Name of the sub feature indicating the altitude of a position report. The feature is of type TLcdISO19103Measure.
      See Also:
    • POSITION_REPORT_CF__POSITION_SF

      static final String POSITION_REPORT_CF__POSITION_SF
      Name of the sub feature indicating the track position of a position report. The feature is of type ILcdPoint.
      See Also: