Interface ILcdASDITrackTZFeatures

All Superinterfaces:
ILcdASDIFeatures, ILcdASDIMessageFeatures

public interface ILcdASDITrackTZFeatures 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 TZ messages.

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

  • Field Details

    • FLIGHT_ID_CF

      static final String FLIGHT_ID_CF
      Name of the feature indicating the flight id. The feature is of type ILcdFeatured, sub features start with FLIGHT_ID_CF__.
      See Also:
    • GROUND_SPEED_SF

      static final String GROUND_SPEED_SF
      Name of the feature indicating the ground speed. The feature is of type TLcdISO19103Measure.
      See Also:
    • ALTITUDE_CF

      static final String ALTITUDE_CF
      Name of the feature indicating the altitude. The feature is of type ILcdFeatured, sub features start with ALTITUDE_CF__.
      See Also:
    • POSITION_SF

      static final String POSITION_SF
      Name of the feature indicating the track position. The feature is of type ILcdPoint.
      See Also: