Interface ILcdAIXMMarkerFeature

All Superinterfaces:
ILcdAIXMNavaidFeature, ILcdMarkerFeature, ILcdNavaidFeature

public interface ILcdAIXMMarkerFeature extends ILcdMarkerFeature, ILcdAIXMNavaidFeature
This interface extends the more general applicable features defined in the ILcdMarkerFeature interface with AIXM 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 an AIXM marker is TLcdAIXMMarkerDataProperties.

See Also:
  • Field Details

    • IDENTIFIER

      static final String IDENTIFIER
      The identifier of this marker. The identifier is of the type String.
      See Also:
    • NAME

      static final String NAME
      The name of an en-route marker. The name is of the type String.
      See Also:
    • CLASSIFICATION

      static final String CLASSIFICATION
      The classification of this marker. The classification is of the type TLcdMarkerClassification.
      See Also:
    • POSITION

      static final String POSITION
      A code indicating the position, in a real or virtual ILS, of the markers situated on the center line of a runway. The position is of the type TLcdPositionType.
      See Also:
    • AXIS_BEARING

      static final String AXIS_BEARING
      The true bearing of the minor axis of the marker beacon. The bearing is of the type Float.
      See Also: