Package net.opengis.gml311
Interface DirectionVectorType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DirectionVectorTypeImpl
public interface DirectionVectorType
extends EObject
A representation of the model object 'Direction Vector Type'.
Direction expressed as a vector, either using components, or using angles.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Horizontal Angle' containment reference.Returns the value of the 'Vector' containment reference.Returns the value of the 'Vertical Angle' containment reference.void
setHorizontalAngle
(AngleType value) Sets the value of the 'Horizontal Angle
' containment reference.void
setVector
(VectorType value) Sets the value of the 'Vector
' containment reference.void
setVerticalAngle
(AngleType value) Sets the value of the 'Vertical Angle
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVector
VectorType getVector()Returns the value of the 'Vector' containment reference.If the meaning of the 'Vector' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vector' containment reference.
- See Also:
-
setVector
Sets the value of the 'Vector
' containment reference.- Parameters:
value
- the new value of the 'Vector' containment reference.- See Also:
-
getHorizontalAngle
AngleType getHorizontalAngle()Returns the value of the 'Horizontal Angle' containment reference.If the meaning of the 'Horizontal Angle' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Horizontal Angle' containment reference.
- See Also:
-
setHorizontalAngle
Sets the value of the 'Horizontal Angle
' containment reference.- Parameters:
value
- the new value of the 'Horizontal Angle' containment reference.- See Also:
-
getVerticalAngle
AngleType getVerticalAngle()Returns the value of the 'Vertical Angle' containment reference.If the meaning of the 'Vertical Angle' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vertical Angle' containment reference.
- See Also:
-
setVerticalAngle
Sets the value of the 'Vertical Angle
' containment reference.- Parameters:
value
- the new value of the 'Vertical Angle' containment reference.- See Also:
-