Package com.luciad.ais.model.airspace
Interface ILcdAirspaceAssociation
- All Superinterfaces:
Cloneable
,ILcdDataObject
- All Known Subinterfaces:
ILcdEditableAirspaceAssociation
- All Known Implementing Classes:
TLcdAirspaceAssociation
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 Summary
Modifier and TypeMethodDescriptionclone()
MakesObject.clone()
public.Returns theILcdGenericAirspace
object of this airspace association.Returns the association type of this airspace association.int
Returns the sequence number of this airspace association.Methods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
-
Method Details
-
getAirspace
ILcdGenericAirspace getAirspace()Returns theILcdGenericAirspace
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()MakesObject.clone()
public.- See Also:
-