Class TLcdAIXM51NavaidEquipmentDistance

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51NavaidEquipmentDistance extends TLcdAIXM51AbstractAIXMObject
Captures the distances between various Runway Centreline Points and Navaid Equipment.
Since:
10.0
  • Field Details

    • DISTANCE_PROPERTY

      public static final TLcdDataProperty DISTANCE_PROPERTY
      Data property that maps to the distance element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • DISTANCE_ACCURACY_PROPERTY

      public static final TLcdDataProperty DISTANCE_ACCURACY_PROPERTY
      Data property that maps to the distanceAccuracy element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • 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>>.
    • THE_NAVAID_EQUIPMENT_PROPERTY

      public static final TLcdDataProperty THE_NAVAID_EQUIPMENT_PROPERTY
      Data property that maps to the theNavaidEquipment element. The possible values for this property are instances of TLcdAIXM51Association<TLcdAIXM51Feature<?>>.
    • 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

    • TLcdAIXM51NavaidEquipmentDistance

      public TLcdAIXM51NavaidEquipmentDistance()
    • TLcdAIXM51NavaidEquipmentDistance

      public TLcdAIXM51NavaidEquipmentDistance(TLcdDataType aType)
  • Method Details

    • getDistance

      public TLcdAIXM51ValDistance getDistance()
      Returns the value of the property that maps to the distance element.

      The measured or calculated distance between a Runway Centreline Point and a Navaid Equipment.

      Returns:
      the value of the DISTANCE_PROPERTY property.
    • setDistance

      public void setDistance(TLcdAIXM51ValDistance aValue)
      Sets the value of the property that maps to the distance element.

      The measured or calculated distance between a Runway Centreline Point and a Navaid Equipment.

      Parameters:
      aValue - the value to set for the DISTANCE_PROPERTY property.
    • getDistanceAccuracy

      public TLcdAIXM51ValDistance getDistanceAccuracy()
      Returns the value of the property that maps to the distanceAccuracy element.

      Accuracy of the measured or calculated distance between a Runway Centreline Point and a Navaid Equipment piece.

      Returns:
      the value of the DISTANCE_ACCURACY_PROPERTY property.
    • setDistanceAccuracy

      public void setDistanceAccuracy(TLcdAIXM51ValDistance aValue)
      Sets the value of the property that maps to the distanceAccuracy element.

      Accuracy of the measured or calculated distance between a Runway Centreline Point and a Navaid Equipment piece.

      Parameters:
      aValue - the value to set for the DISTANCE_ACCURACY_PROPERTY property.
    • getAnnotation

      public List<TLcdAIXM51Note> getAnnotation()
      Gets the value of the ANNOTATION_PROPERTY property adapted to a list of TLcdAIXM51Note instances.
      Returns:
      the value of the ANNOTATION_PROPERTY property adapted to a list of TLcdAIXM51Note instances.
      See Also:
    • getTheNavaidEquipment

      public TLcdAIXM51Feature<? extends TLcdAIXM51AbstractNavaidEquipmentTimeSlice> getTheNavaidEquipment()
      Returns the role value contained in the value of the THE_NAVAID_EQUIPMENT_PROPERTY property. Returns null if the value of the THE_NAVAID_EQUIPMENT_PROPERTY property is null.

      A Navaid Equipment that is located near the runway and for which the relative position from a centreline point is defined.

      Returns:
      the role value of the THE_NAVAID_EQUIPMENT_PROPERTY property.
      See Also:
    • setTheNavaidEquipment

      public void setTheNavaidEquipment(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractNavaidEquipmentTimeSlice> aValue)
      Sets the value of the property that maps to the theNavaidEquipment element. to a new instance of the association class TLcdAIXM51Association initialized with the given role value. In case the given role value is null, the THE_NAVAID_EQUIPMENT_PROPERTY property is set to null.

      A Navaid Equipment that is located near the runway and for which the relative position from a centreline point is defined.

      Parameters:
      aValue - the role value to set for the THE_NAVAID_EQUIPMENT_PROPERTY property.
    • getExtension

      public List<TLcdAIXM51AbstractExtension> getExtension()
      Gets the value of the EXTENSION_PROPERTY property adapted to a list of TLcdAIXM51AbstractExtension instances.
      Returns:
      the value of the EXTENSION_PROPERTY property adapted to a list of TLcdAIXM51AbstractExtension instances.
      See Also: