Class TLcdAIXM51ObstaclePlacement

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51ObstaclePlacement extends TLcdAIXM51AbstractAIXMObject
Provides the location relative to
Since:
10.0
  • Field Details

    • OBSTACLE_BEARING_PROPERTY

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

      public static final TLcdDataProperty OBSTACLE_DISTANCE_PROPERTY
      Data property that maps to the obstacleDistance element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • POINT_TYPE_PROPERTY

      public static final TLcdDataProperty POINT_TYPE_PROPERTY
      Data property that maps to the pointType element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • OBSTACLE_PLACEMENT_PROPERTY

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

    • TLcdAIXM51ObstaclePlacement

      public TLcdAIXM51ObstaclePlacement()
    • TLcdAIXM51ObstaclePlacement

      public TLcdAIXM51ObstaclePlacement(TLcdDataType aType)
  • Method Details

    • getObstacleBearing

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

      Used only for MSA/ESA. The bearing from a given point to the obstruction.

      Returns:
      the role value of the OBSTACLE_BEARING_PROPERTY property.
      See Also:
    • setObstacleBearing

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

      Used only for MSA/ESA. The bearing from a given point to the obstruction.

      Parameters:
      aValue - the role value to set for the OBSTACLE_BEARING_PROPERTY property.
    • getObstacleDistance

      public TLcdAIXM51ValDistance getObstacleDistance()
      Returns the value of the property that maps to the obstacleDistance element.

      The distance from a given point to the obstruction.

      Returns:
      the value of the OBSTACLE_DISTANCE_PROPERTY property.
    • setObstacleDistance

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

      The distance from a given point to the obstruction.

      Parameters:
      aValue - the value to set for the OBSTACLE_DISTANCE_PROPERTY property.
    • getPointType

      public String getPointType()
      Returns the role value contained in the value of the POINT_TYPE_PROPERTY property. Returns null if the value of the POINT_TYPE_PROPERTY property is null.

      The type of point referenced when determining the bearing and distance to the obstruction. Example MSA/ESA centre point, DER

      Returns:
      the role value of the POINT_TYPE_PROPERTY property.
      See Also:
    • setPointType

      public void setPointType(String aValue)
      Sets the value of the property that maps to the pointType 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 POINT_TYPE_PROPERTY property is set to null.

      The type of point referenced when determining the bearing and distance to the obstruction. Example MSA/ESA centre point, DER

      Parameters:
      aValue - the role value to set for the POINT_TYPE_PROPERTY property.
    • getObstaclePlacement

      public TLcdAIXM51CodeSide getObstaclePlacement()
      Returns the role value contained in the value of the OBSTACLE_PLACEMENT_PROPERTY property. Returns null if the value of the OBSTACLE_PLACEMENT_PROPERTY property is null.

      Indicates the obstacle position relative to the centreline

      Returns:
      the role value of the OBSTACLE_PLACEMENT_PROPERTY property.
      See Also:
    • setObstaclePlacement

      public void setObstaclePlacement(TLcdAIXM51CodeSide aValue)
      Sets the value of the property that maps to the obstaclePlacement 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 OBSTACLE_PLACEMENT_PROPERTY property is set to null.

      Indicates the obstacle position relative to the centreline

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