Class TLcdAIXM51AerialRefuellingTrack

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51AerialRefuellingTrack extends TLcdAIXM51AbstractAIXMObject
A sequence of points that define the trajectory to be flown during an aerial refuelling operation.
Since:
10.0
  • Field Details

    • EXTENT_PROPERTY

      public static final TLcdDataProperty EXTENT_PROPERTY
      Data property that maps to the extent element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51Curve>.
    • POINT_PROPERTY

      public static final TLcdDataProperty POINT_PROPERTY
      Data property that maps to the point element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51AerialRefuellingPoint>>.
    • VERTICAL_EXTENT_PROPERTY

      public static final TLcdDataProperty VERTICAL_EXTENT_PROPERTY
      Data property that maps to the verticalExtent element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51AirspaceLayer>>.
    • 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

    • TLcdAIXM51AerialRefuellingTrack

      public TLcdAIXM51AerialRefuellingTrack()
    • TLcdAIXM51AerialRefuellingTrack

      public TLcdAIXM51AerialRefuellingTrack(TLcdDataType aType)
  • Method Details