Interface ILcdEditableAerodrome

All Superinterfaces:
Cloneable, ILcd2DEditablePoint, ILcd2DEditableShape, ILcd3DEditablePoint, ILcd3DEditableShape, ILcdAerodrome, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdPoint, ILcdShape, Serializable
All Known Implementing Classes:
TLcdAerodrome, TLcdFeaturedAerodrome

public interface ILcdEditableAerodrome extends ILcdAerodrome, ILcd3DEditablePoint
This interface defines operations to edit the attributes and relationships of an ILcdAerodrome.

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

    • setAerodromeType

      void setAerodromeType(TLcdAerodromeType aAerodromeType)
      Set the TLcdAerodromeType of this aerodrome.
      Parameters:
      aAerodromeType -
    • addCollocatedAerodrome

      void addCollocatedAerodrome(ILcdAerodrome aCollocatedAerodrome)
      Adds a ILcdAerodrome object to the collocated aerodromes of this aerodrome.
      Parameters:
      aCollocatedAerodrome -
    • removeCollocatedAerodrome

      void removeCollocatedAerodrome(ILcdAerodrome aCollocatedAerodrome)
      Removes a ILcdAerodrome object from the collocated aerodromes of this aerodrome.
      Parameters:
      aCollocatedAerodrome -