Interface ILcdAirspaceAssociation

All Superinterfaces:
Cloneable, ILcdDataObject
All Known Subinterfaces:
ILcdEditableAirspaceAssociation
All Known Implementing Classes:
TLcdAirspaceAssociation

public interface ILcdAirspaceAssociation extends ILcdDataObject, Cloneable
This interface describes the relationships of an airspace association.

Attributes and relationships in AIS 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 return a specified default value for these new attributes or relationships (for instance 'null'). This will require a minimal effort to update existing code to a new version of AIS.

See Also:
  • Method Details

    • getAirspace

      ILcdGenericAirspace getAirspace()
      Returns the ILcdGenericAirspace object of this airspace association.
      Returns:
      the ILcdGenericAirspace object of this airspace association.
    • getAssociationType

      TLcdAirspaceAssociationType getAssociationType()
      Returns the association type of this airspace association.
      Returns:
      the association type of this airspace association.
    • getSequenceNumber

      int getSequenceNumber()
      Returns the sequence number of this airspace association.
      Returns:
      the sequence number of this airspace association.
    • clone

      Object clone()
      Makes Object.clone() public.
      See Also: