Package com.luciad.format.gml32.model
Class TLcdGML32DirectionVector
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32DirectionVector
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Direction vectors are specified by providing components of a vector.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thehorizontalAngleelement.static final TLcdDataPropertyData property that maps to thevectorelement.static final TLcdDataPropertyData property that maps to theverticalAngleelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thehorizontalAngleelement.Returns the value of the property that maps to thevectorelement.Returns the value of the property that maps to theverticalAngleelement.voidsetHorizontalAngle(TLcdGML32Angle aValue) Sets the value of the property that maps to thehorizontalAngleelement.voidsetVector(TLcdGML32Vector aValue) Sets the value of the property that maps to thevectorelement.voidsetVerticalAngle(TLcdGML32Angle aValue) Sets the value of the property that maps to theverticalAngleelement.
-
Field Details
-
VECTOR_PROPERTY
Data property that maps to thevectorelement. The possible values for this property are instances ofTLcdGML32Vector. -
HORIZONTAL_ANGLE_PROPERTY
Data property that maps to thehorizontalAngleelement. The possible values for this property are instances ofTLcdGML32Angle. -
VERTICAL_ANGLE_PROPERTY
Data property that maps to theverticalAngleelement. The possible values for this property are instances ofTLcdGML32Angle.
-
-
Constructor Details
-
TLcdGML32DirectionVector
public TLcdGML32DirectionVector() -
TLcdGML32DirectionVector
-
-
Method Details
-
getVector
Returns the value of the property that maps to thevectorelement.- Returns:
- the value of the
VECTOR_PROPERTYproperty.
-
setVector
Sets the value of the property that maps to thevectorelement.- Parameters:
aValue- the value to set for theVECTOR_PROPERTYproperty.
-
getHorizontalAngle
Returns the value of the property that maps to thehorizontalAngleelement.- Returns:
- the value of the
HORIZONTAL_ANGLE_PROPERTYproperty.
-
setHorizontalAngle
Sets the value of the property that maps to thehorizontalAngleelement.- Parameters:
aValue- the value to set for theHORIZONTAL_ANGLE_PROPERTYproperty.
-
getVerticalAngle
Returns the value of the property that maps to theverticalAngleelement.- Returns:
- the value of the
VERTICAL_ANGLE_PROPERTYproperty.
-
setVerticalAngle
Sets the value of the property that maps to theverticalAngleelement.- Parameters:
aValue- the value to set for theVERTICAL_ANGLE_PROPERTYproperty.
-