Class TLcdAIXM51CircleSector

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51CircleSector extends TLcdAIXM51AbstractAIXMObject
A group of properties that help describe a 3D pattern based on start angle, stop angle, inner distance, outer distance and upper/lower altitude.
Since:
10.0
  • Field Details

    • ARC_DIRECTION_PROPERTY

      public static final TLcdDataProperty ARC_DIRECTION_PROPERTY
      Data property that maps to the arcDirection element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeArcDirection>.
    • FROM_ANGLE_PROPERTY

      public static final TLcdDataProperty FROM_ANGLE_PROPERTY
      Data property that maps to the fromAngle element. The possible values for this property are instances of TLcdAIXM51Optional<Double>.
    • TO_ANGLE_PROPERTY

      public static final TLcdDataProperty TO_ANGLE_PROPERTY
      Data property that maps to the toAngle element. The possible values for this property are instances of TLcdAIXM51Optional<Double>.
    • ANGLE_TYPE_PROPERTY

      public static final TLcdDataProperty ANGLE_TYPE_PROPERTY
      Data property that maps to the angleType element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeBearing>.
    • ANGLE_DIRECTION_REFERENCE_PROPERTY

      public static final TLcdDataProperty ANGLE_DIRECTION_REFERENCE_PROPERTY
      Data property that maps to the angleDirectionReference element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeDirectionReference>.
    • INNER_DISTANCE_PROPERTY

      public static final TLcdDataProperty INNER_DISTANCE_PROPERTY
      Data property that maps to the innerDistance element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • OUTER_DISTANCE_PROPERTY

      public static final TLcdDataProperty OUTER_DISTANCE_PROPERTY
      Data property that maps to the outerDistance element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • UPPER_LIMIT_PROPERTY

      public static final TLcdDataProperty UPPER_LIMIT_PROPERTY
      Data property that maps to the upperLimit element. The possible values for this property are instances of TLcdAIXM51ValDistanceVertical.
    • UPPER_LIMIT_REFERENCE_PROPERTY

      public static final TLcdDataProperty UPPER_LIMIT_REFERENCE_PROPERTY
      Data property that maps to the upperLimitReference element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>.
    • LOWER_LIMIT_PROPERTY

      public static final TLcdDataProperty LOWER_LIMIT_PROPERTY
      Data property that maps to the lowerLimit element. The possible values for this property are instances of TLcdAIXM51ValDistanceVertical.
    • LOWER_LIMIT_REFERENCE_PROPERTY

      public static final TLcdDataProperty LOWER_LIMIT_REFERENCE_PROPERTY
      Data property that maps to the lowerLimitReference 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

    • TLcdAIXM51CircleSector

      public TLcdAIXM51CircleSector()
    • TLcdAIXM51CircleSector

      public TLcdAIXM51CircleSector(TLcdDataType aType)
  • Method Details

    • getArcDirection

      public TLcdAIXM51CodeArcDirection getArcDirection()
      Returns the role value contained in the value of the ARC_DIRECTION_PROPERTY property. Returns null if the value of the ARC_DIRECTION_PROPERTY property is null.

      Direction indicating clock-wise or counter-clockwise

      Returns:
      the role value of the ARC_DIRECTION_PROPERTY property.
      See Also:
    • setArcDirection

      public void setArcDirection(TLcdAIXM51CodeArcDirection aValue)
      Sets the value of the property that maps to the arcDirection 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 ARC_DIRECTION_PROPERTY property is set to null.

      Direction indicating clock-wise or counter-clockwise

      Parameters:
      aValue - the role value to set for the ARC_DIRECTION_PROPERTY property.
    • getFromAngle

      public Double getFromAngle()
      Returns the role value contained in the value of the FROM_ANGLE_PROPERTY property. Returns null if the value of the FROM_ANGLE_PROPERTY property is null.

      Beginning of angle

      Returns:
      the role value of the FROM_ANGLE_PROPERTY property.
      See Also:
    • setFromAngle

      public void setFromAngle(Double aValue)
      Sets the value of the property that maps to the fromAngle 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 FROM_ANGLE_PROPERTY property is set to null.

      Beginning of angle

      Parameters:
      aValue - the role value to set for the FROM_ANGLE_PROPERTY property.
    • getToAngle

      public Double getToAngle()
      Returns the role value contained in the value of the TO_ANGLE_PROPERTY property. Returns null if the value of the TO_ANGLE_PROPERTY property is null.

      Ending of angle

      Returns:
      the role value of the TO_ANGLE_PROPERTY property.
      See Also:
    • setToAngle

      public void setToAngle(Double aValue)
      Sets the value of the property that maps to the toAngle 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 TO_ANGLE_PROPERTY property is set to null.

      Ending of angle

      Parameters:
      aValue - the role value to set for the TO_ANGLE_PROPERTY property.
    • getAngleType

      public TLcdAIXM51CodeBearing getAngleType()
      Returns the role value contained in the value of the ANGLE_TYPE_PROPERTY property. Returns null if the value of the ANGLE_TYPE_PROPERTY property is null.

      A code indicating the type of angle: magnetic, bearing, VOR radial.

      Returns:
      the role value of the ANGLE_TYPE_PROPERTY property.
      See Also:
    • setAngleType

      public void setAngleType(TLcdAIXM51CodeBearing aValue)
      Sets the value of the property that maps to the angleType 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 ANGLE_TYPE_PROPERTY property is set to null.

      A code indicating the type of angle: magnetic, bearing, VOR radial.

      Parameters:
      aValue - the role value to set for the ANGLE_TYPE_PROPERTY property.
    • getAngleDirectionReference

      public TLcdAIXM51CodeDirectionReference getAngleDirectionReference()
      Returns the role value contained in the value of the ANGLE_DIRECTION_REFERENCE_PROPERTY property. Returns null if the value of the ANGLE_DIRECTION_REFERENCE_PROPERTY property is null.

      A code indicating a direction with regard to a reference point.

      Returns:
      the role value of the ANGLE_DIRECTION_REFERENCE_PROPERTY property.
      See Also:
    • setAngleDirectionReference

      public void setAngleDirectionReference(TLcdAIXM51CodeDirectionReference aValue)
      Sets the value of the property that maps to the angleDirectionReference 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 ANGLE_DIRECTION_REFERENCE_PROPERTY property is set to null.

      A code indicating a direction with regard to a reference point.

      Parameters:
      aValue - the role value to set for the ANGLE_DIRECTION_REFERENCE_PROPERTY property.
    • getInnerDistance

      public TLcdAIXM51ValDistance getInnerDistance()
      Returns the value of the property that maps to the innerDistance element.

      Angle sector volume inner limit

      Returns:
      the value of the INNER_DISTANCE_PROPERTY property.
    • setInnerDistance

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

      Angle sector volume inner limit

      Parameters:
      aValue - the value to set for the INNER_DISTANCE_PROPERTY property.
    • getOuterDistance

      public TLcdAIXM51ValDistance getOuterDistance()
      Returns the value of the property that maps to the outerDistance element.

      Angle sector volume outer limit

      Returns:
      the value of the OUTER_DISTANCE_PROPERTY property.
    • setOuterDistance

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

      Angle sector volume outer limit

      Parameters:
      aValue - the value to set for the OUTER_DISTANCE_PROPERTY property.
    • getUpperLimit

      public TLcdAIXM51ValDistanceVertical getUpperLimit()
      Returns the value of the property that maps to the upperLimit element.

      The uppermost altitude or level that is included in the sector.

      Returns:
      the value of the UPPER_LIMIT_PROPERTY property.
    • setUpperLimit

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

      The uppermost altitude or level that is included in the sector.

      Parameters:
      aValue - the value to set for the UPPER_LIMIT_PROPERTY property.
    • getUpperLimitReference

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

      The reference surface used for the value of the upper limit. For example, Mean Sea Level, Ground, standard pressure, etc..

      Returns:
      the role value of the UPPER_LIMIT_REFERENCE_PROPERTY property.
      See Also:
    • setUpperLimitReference

      public void setUpperLimitReference(TLcdAIXM51CodeVerticalReference aValue)
      Sets the value of the property that maps to the upperLimitReference 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 UPPER_LIMIT_REFERENCE_PROPERTY property is set to null.

      The reference surface used for the value of the upper limit. For example, Mean Sea Level, Ground, standard pressure, etc..

      Parameters:
      aValue - the role value to set for the UPPER_LIMIT_REFERENCE_PROPERTY property.
    • getLowerLimit

      public TLcdAIXM51ValDistanceVertical getLowerLimit()
      Returns the value of the property that maps to the lowerLimit element.

      The lowermost altitude or level that is included in the sector.

      Returns:
      the value of the LOWER_LIMIT_PROPERTY property.
    • setLowerLimit

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

      The lowermost altitude or level that is included in the sector.

      Parameters:
      aValue - the value to set for the LOWER_LIMIT_PROPERTY property.
    • getLowerLimitReference

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

      The reference surface used for the value of the lower limit. For example, Mean Sea Level, Ground, standard pressure, etc.

      Returns:
      the role value of the LOWER_LIMIT_REFERENCE_PROPERTY property.
      See Also:
    • setLowerLimitReference

      public void setLowerLimitReference(TLcdAIXM51CodeVerticalReference aValue)
      Sets the value of the property that maps to the lowerLimitReference 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 LOWER_LIMIT_REFERENCE_PROPERTY property is set to null.

      The reference surface used for the value of the lower limit. For example, Mean Sea Level, Ground, standard pressure, etc.

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