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
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
(TLcdGML31Angle aValue) Sets the value of the property that maps to thehorizontalAngle
element.void
setVector
(TLcdGML31Vector aValue) Sets the value of the property that maps to thevector
element.void
setVerticalAngle
(TLcdGML31Angle aValue) Sets the value of the property that maps to theverticalAngle
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VECTOR_PROPERTY
Data property that maps to thevector
element. The possible values for this property are instances ofTLcdGML31Vector
. -
HORIZONTAL_ANGLE_PROPERTY
Data property that maps to thehorizontalAngle
element. The possible values for this property are instances ofTLcdGML31Angle
. -
VERTICAL_ANGLE_PROPERTY
Data property that maps to theverticalAngle
element. 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 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.
-