Class TLcdAIXM51NavigationAreaSector

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51NavigationAreaSector extends TLcdAIXM51AbstractAIXMObject
Subdivision of a sector to allow for different altitudes or gradients.
Since:
10.0
  • Field Details

    • SECTOR_DEFINITION_PROPERTY

      public static final TLcdDataProperty SECTOR_DEFINITION_PROPERTY
      Data property that maps to the sectorDefinition element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51CircleSector>.
    • SIGNIFICANT_OBSTACLE_PROPERTY

      public static final TLcdDataProperty SIGNIFICANT_OBSTACLE_PROPERTY
      Data property that maps to the significantObstacle element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Obstruction>>.
    • 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<TLcdAIXM51Surface>.
    • SECTOR_CRITERIA_PROPERTY

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

    • TLcdAIXM51NavigationAreaSector

      public TLcdAIXM51NavigationAreaSector()
    • TLcdAIXM51NavigationAreaSector

      public TLcdAIXM51NavigationAreaSector(TLcdDataType aType)
  • Method Details

    • getSectorDefinition

      public TLcdAIXM51CircleSector getSectorDefinition()
      Returns the role value contained in the value of the SECTOR_DEFINITION_PROPERTY property. Returns null if the value of the SECTOR_DEFINITION_PROPERTY property is null.

      A non graphical definition describing a portion of a navigation area.

      Returns:
      the role value of the SECTOR_DEFINITION_PROPERTY property.
      See Also:
    • setSectorDefinition

      public void setSectorDefinition(TLcdAIXM51CircleSector aValue)
      Sets the value of the property that maps to the sectorDefinition element. to a new instance of the association class TLcdAIXM51Property initialized with the given role value. In case the given role value is null, the SECTOR_DEFINITION_PROPERTY property is set to null.

      A non graphical definition describing a portion of a navigation area.

      Parameters:
      aValue - the role value to set for the SECTOR_DEFINITION_PROPERTY property.
    • getSignificantObstacle

      public List<TLcdAIXM51Obstruction> getSignificantObstacle()
      Gets the value of the SIGNIFICANT_OBSTACLE_PROPERTY property adapted to a list of TLcdAIXM51Obstruction instances.

      The obstacle that controls the altitude definition of the sector or would penetrate the 40:1 OCS.

      Returns:
      the value of the SIGNIFICANT_OBSTACLE_PROPERTY property adapted to a list of TLcdAIXM51Obstruction instances.
      See Also:
    • getExtent

      public TLcdAIXM51Surface getExtent()
      Returns the role value contained in the value of the EXTENT_PROPERTY property. Returns null if the value of the EXTENT_PROPERTY property is null.

      The surface extent of the navigation area sector.

      Returns:
      the role value of the EXTENT_PROPERTY property.
      See Also:
    • setExtent

      public void setExtent(TLcdAIXM51Surface aValue)
      Sets the value of the property that maps to the extent element. to a new instance of the association class TLcdAIXM51Property initialized with the given role value. In case the given role value is null, the EXTENT_PROPERTY property is set to null.

      The surface extent of the navigation area sector.

      Parameters:
      aValue - the role value to set for the EXTENT_PROPERTY property.
    • getSectorCriteria

      public List<TLcdAIXM51SectorDesign> getSectorCriteria()
      Gets the value of the SECTOR_CRITERIA_PROPERTY property adapted to a list of TLcdAIXM51SectorDesign instances.

      The sector criteria used to define a navigation area sector.

      Returns:
      the value of the SECTOR_CRITERIA_PROPERTY property adapted to a list of TLcdAIXM51SectorDesign instances.
      See Also:
    • 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: