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 Link icon

    • VECTOR_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdGML32DirectionVector Link icon

      public TLcdGML32DirectionVector()
    • TLcdGML32DirectionVector Link icon

      public TLcdGML32DirectionVector(TLcdDataType aType)
  • Method Details Link icon

    • getVector Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.