Class TLcdAIXM51LandingTakeoffAreaCollection

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51LandingTakeoffAreaCollection extends TLcdAIXM51AbstractAIXMObject
The grouping of Landing Areas or Takeoff Areas serviced by the procedure.
Since:
10.0
  • Field Details

    • RUNWAY_PROPERTY

      public static final TLcdDataProperty RUNWAY_PROPERTY
      Data property that maps to the runway element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayDirectionTimeSlice>>.
    • TLOF_PROPERTY

      public static final TLcdDataProperty TLOF_PROPERTY
      Data property that maps to the TLOF element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51TouchDownLiftOffTimeSlice>>.
    • ANNOTATION_PROPERTY

      public static final TLcdDataProperty ANNOTATION_PROPERTY
      Data property that maps to the annotation element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Note>>.
    • EXTENSION_PROPERTY

      public static final TLcdDataProperty EXTENSION_PROPERTY
      Data property that maps to the extension element. The possible values for this property are instances of List<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
  • Constructor Details

    • TLcdAIXM51LandingTakeoffAreaCollection

      public TLcdAIXM51LandingTakeoffAreaCollection()
    • TLcdAIXM51LandingTakeoffAreaCollection

      public TLcdAIXM51LandingTakeoffAreaCollection(TLcdDataType aType)
  • Method Details