Class TLcdGML32DirectionVector

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32DirectionVector
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32DirectionVector extends TLcdDataObject
Direction vectors are specified by providing components of a vector.
Since:
2017.0
  • Field Details

    • VECTOR_PROPERTY

      public static final TLcdDataProperty VECTOR_PROPERTY
      Data property that maps to the vector element. The possible values for this property are instances of TLcdGML32Vector.
    • HORIZONTAL_ANGLE_PROPERTY

      public static final TLcdDataProperty HORIZONTAL_ANGLE_PROPERTY
      Data property that maps to the horizontalAngle element. The possible values for this property are instances of TLcdGML32Angle.
    • VERTICAL_ANGLE_PROPERTY

      public static final TLcdDataProperty VERTICAL_ANGLE_PROPERTY
      Data property that maps to the verticalAngle element. The possible values for this property are instances of TLcdGML32Angle.
  • Constructor Details

    • TLcdGML32DirectionVector

      public TLcdGML32DirectionVector()
    • TLcdGML32DirectionVector

      public TLcdGML32DirectionVector(TLcdDataType aType)
  • Method Details

    • getVector

      public TLcdGML32Vector getVector()
      Returns the value of the property that maps to the vector element.
      Returns:
      the value of the VECTOR_PROPERTY property.
    • setVector

      public void setVector(TLcdGML32Vector aValue)
      Sets the value of the property that maps to the vector element.
      Parameters:
      aValue - the value to set for the VECTOR_PROPERTY property.
    • getHorizontalAngle

      public TLcdGML32Angle getHorizontalAngle()
      Returns the value of the property that maps to the horizontalAngle element.
      Returns:
      the value of the HORIZONTAL_ANGLE_PROPERTY property.
    • setHorizontalAngle

      public void setHorizontalAngle(TLcdGML32Angle aValue)
      Sets the value of the property that maps to the horizontalAngle element.
      Parameters:
      aValue - the value to set for the HORIZONTAL_ANGLE_PROPERTY property.
    • getVerticalAngle

      public TLcdGML32Angle getVerticalAngle()
      Returns the value of the property that maps to the verticalAngle element.
      Returns:
      the value of the VERTICAL_ANGLE_PROPERTY property.
    • setVerticalAngle

      public void setVerticalAngle(TLcdGML32Angle aValue)
      Sets the value of the property that maps to the verticalAngle element.
      Parameters:
      aValue - the value to set for the VERTICAL_ANGLE_PROPERTY property.