All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51ApproachAltitudeTable extends TLcdAIXM51AbstractAIXMObject
Other altitudes (not defined by a segment) that are to be depicted on the profile view, such as HAT for ILS CAT II approaches.
Since:
10.0
  • Field Details

    • MEASUREMENT_POINT_PROPERTY

      public static final TLcdDataProperty MEASUREMENT_POINT_PROPERTY
      Data property that maps to the measurementPoint element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeProcedureDistance>.
    • ALTITUDE_PROPERTY

      public static final TLcdDataProperty ALTITUDE_PROPERTY
      Data property that maps to the altitude element. The possible values for this property are instances of TLcdAIXM51ValDistanceVertical.
    • ALTITUDE_REFERENCE_PROPERTY

      public static final TLcdDataProperty ALTITUDE_REFERENCE_PROPERTY
      Data property that maps to the altitudeReference element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>.
    • 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

    • TLcdAIXM51ApproachAltitudeTable

      public TLcdAIXM51ApproachAltitudeTable()
    • TLcdAIXM51ApproachAltitudeTable

      public TLcdAIXM51ApproachAltitudeTable(TLcdDataType aType)
  • Method Details

    • getMeasurementPoint

      public TLcdAIXM51CodeProcedureDistance getMeasurementPoint()
      Returns the role value contained in the value of the MEASUREMENT_POINT_PROPERTY property. Returns null if the value of the MEASUREMENT_POINT_PROPERTY property is null.

      Indicates the point of the altitude measurement as reporting on a terminal procedure chart.

      Returns:
      the role value of the MEASUREMENT_POINT_PROPERTY property.
      See Also:
    • setMeasurementPoint

      public void setMeasurementPoint(TLcdAIXM51CodeProcedureDistance aValue)
      Sets the value of the property that maps to the measurementPoint element. to a new instance of the association class TLcdAIXM51Optional initialized with the given role value. In case the given role value is null, the MEASUREMENT_POINT_PROPERTY property is set to null.

      Indicates the point of the altitude measurement as reporting on a terminal procedure chart.

      Parameters:
      aValue - the role value to set for the MEASUREMENT_POINT_PROPERTY property.
    • getAltitude

      public TLcdAIXM51ValDistanceVertical getAltitude()
      Returns the value of the property that maps to the altitude element.

      The calculated altitude at the indicated point.

      Returns:
      the value of the ALTITUDE_PROPERTY property.
    • setAltitude

      public void setAltitude(TLcdAIXM51ValDistanceVertical aValue)
      Sets the value of the property that maps to the altitude element.

      The calculated altitude at the indicated point.

      Parameters:
      aValue - the value to set for the ALTITUDE_PROPERTY property.
    • getAltitudeReference

      public TLcdAIXM51CodeVerticalReference getAltitudeReference()
      Returns the role value contained in the value of the ALTITUDE_REFERENCE_PROPERTY property. Returns null if the value of the ALTITUDE_REFERENCE_PROPERTY property is null.

      The reference for the altitude.

      Returns:
      the role value of the ALTITUDE_REFERENCE_PROPERTY property.
      See Also:
    • setAltitudeReference

      public void setAltitudeReference(TLcdAIXM51CodeVerticalReference aValue)
      Sets the value of the property that maps to the altitudeReference element. to a new instance of the association class TLcdAIXM51Optional initialized with the given role value. In case the given role value is null, the ALTITUDE_REFERENCE_PROPERTY property is set to null.

      The reference for the altitude.

      Parameters:
      aValue - the role value to set for the ALTITUDE_REFERENCE_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:
    • 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: