Package net.opengis.gml311
Interface DirectionVectorType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DirectionVectorTypeImpl
public interface DirectionVectorType extends EObjectA 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:
Gml311Package.getDirectionVectorType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AngleTypegetHorizontalAngle()Returns the value of the 'Horizontal Angle' containment reference.VectorTypegetVector()Returns the value of the 'Vector' containment reference.AngleTypegetVerticalAngle()Returns the value of the 'Vertical Angle' containment reference.voidsetHorizontalAngle(AngleType value)Sets the value of the 'Horizontal Angle' containment reference.voidsetVector(VectorType value)Sets the value of the 'Vector' containment reference.voidsetVerticalAngle(AngleType value)Sets the value of the 'Vertical Angle' containment reference.
-
-
-
Method Detail
-
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(VectorType),Gml311Package.getDirectionVectorType_Vector()
-
setVector
void setVector(VectorType value)
Sets the value of the 'Vector' containment reference.- Parameters:
value- the new value of the 'Vector' containment reference.- See Also:
getVector()
-
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(AngleType),Gml311Package.getDirectionVectorType_HorizontalAngle()
-
setHorizontalAngle
void setHorizontalAngle(AngleType value)
Sets the value of the 'Horizontal Angle' containment reference.- Parameters:
value- the new value of the 'Horizontal Angle' containment reference.- See Also:
getHorizontalAngle()
-
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(AngleType),Gml311Package.getDirectionVectorType_VerticalAngle()
-
setVerticalAngle
void setVerticalAngle(AngleType value)
Sets the value of the 'Vertical Angle' containment reference.- Parameters:
value- the new value of the 'Vertical Angle' containment reference.- See Also:
getVerticalAngle()
-
-