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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thehorizontalAngle
element.static final TLcdDataProperty
Data property that maps to thevector
element.static final TLcdDataProperty
Data property that maps to theverticalAngle
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thehorizontalAngle
element.Returns the value of the property that maps to thevector
element.Returns the value of the property that maps to theverticalAngle
element.void
setHorizontalAngle
(TLcdGML32Angle aValue) Sets the value of the property that maps to thehorizontalAngle
element.void
setVector
(TLcdGML32Vector aValue) Sets the value of the property that maps to thevector
element.void
setVerticalAngle
(TLcdGML32Angle aValue) Sets the value of the property that maps to theverticalAngle
element.
-
Field Details
-
VECTOR_PROPERTY
Data property that maps to thevector
element. The possible values for this property are instances ofTLcdGML32Vector
. -
HORIZONTAL_ANGLE_PROPERTY
Data property that maps to thehorizontalAngle
element. The possible values for this property are instances ofTLcdGML32Angle
. -
VERTICAL_ANGLE_PROPERTY
Data property that maps to theverticalAngle
element. 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 thevector
element.- Returns:
- the value of the
VECTOR_PROPERTY
property.
-
setVector
Sets the value of the property that maps to thevector
element.- Parameters:
aValue
- the value to set for theVECTOR_PROPERTY
property.
-
getHorizontalAngle
Returns the value of the property that maps to thehorizontalAngle
element.- Returns:
- the value of the
HORIZONTAL_ANGLE_PROPERTY
property.
-
setHorizontalAngle
Sets the value of the property that maps to thehorizontalAngle
element.- Parameters:
aValue
- the value to set for theHORIZONTAL_ANGLE_PROPERTY
property.
-
getVerticalAngle
Returns the value of the property that maps to theverticalAngle
element.- Returns:
- the value of the
VERTICAL_ANGLE_PROPERTY
property.
-
setVerticalAngle
Sets the value of the property that maps to theverticalAngle
element.- Parameters:
aValue
- the value to set for theVERTICAL_ANGLE_PROPERTY
property.
-