Interface ILcdEditableILS

All Superinterfaces:
ILcdBounded, ILcdDataObject, ILcdILS
All Known Implementing Classes:
TLcdFeaturedILS, TLcdILS

public interface ILcdEditableILS extends ILcdILS
This interface defines operations to edit the attributes and relationships of an ILcdILS.

Attributes and relationships in AIS domain objects can be required or optional. When unspecified, an attribute or relationship is optional. Note that most optional attributes are modeled using features.

In future releases of AIS, optional attributes or relationship may be added to this interface. When this would happen, existing implementations may just provide an empty implementation modifying or setting these new attributes or relationships. This will require a minimal effort to update existing code to a new version of AIS.

  • Method Details

    • setGlidePath

      void setGlidePath(ILcdGlidePath aGlidePath)
      Specifies the glide path of this ILS.
      Parameters:
      aGlidePath - the glide path transmitter used for vertical guidance
      See Also:
    • setLocalizer

      void setLocalizer(ILcdLocalizer aLocalizer)
      Specifies the localizer of this ILS.
      Parameters:
      aLocalizer - the localizer transmitter used for lateral guidance
      See Also:
    • addMarker

      void addMarker(ILcdMarker aMarker)
      Adds a marker to the this ILS.
      Parameters:
      aMarker - a marker transmitter used to identify a predetermined point along the runway approach
      See Also:
    • removeMarker

      void removeMarker(ILcdMarker aMarker)
      Removes the given marker.
      Parameters:
      aMarker - the marker to be removed
    • setDME

      void setDME(ILcdDME aDME)
      Specifies the DME of this ILS.
      Parameters:
      aDME - the DME providing distance information to aircraft conducting an ILS approach
      See Also: