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 Link icon

    • RUNWAY_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdAIXM51LandingTakeoffAreaCollection Link icon

      public TLcdAIXM51LandingTakeoffAreaCollection()
    • TLcdAIXM51LandingTakeoffAreaCollection Link icon

      public TLcdAIXM51LandingTakeoffAreaCollection(TLcdDataType aType)
  • Method Details Link icon