Package com.luciad.format.gml31.model
Class TLcdGML31DirectionVector
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31DirectionVector
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Direction expressed as a vector, either using components, or using angles.
- Since:
- 2018.1
- See Also:
-
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(TLcdGML31Angle aValue) Sets the value of the property that maps to thehorizontalAngleelement.voidsetVector(TLcdGML31Vector aValue) Sets the value of the property that maps to thevectorelement.voidsetVerticalAngle(TLcdGML31Angle aValue) Sets the value of the property that maps to theverticalAngleelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VECTOR_PROPERTY
Data property that maps to thevectorelement. The possible values for this property are instances ofTLcdGML31Vector. -
HORIZONTAL_ANGLE_PROPERTY
Data property that maps to thehorizontalAngleelement. The possible values for this property are instances ofTLcdGML31Angle. -
VERTICAL_ANGLE_PROPERTY
Data property that maps to theverticalAngleelement. The possible values for this property are instances ofTLcdGML31Angle.
-
-
Constructor Details
-
TLcdGML31DirectionVector
public TLcdGML31DirectionVector() -
TLcdGML31DirectionVector
-
-
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.
-