Package net.opengis.gml311
Interface AngleChoiceType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AngleChoiceTypeImpl
public interface AngleChoiceType
extends EObject
A representation of the model object 'Angle Choice Type'.
Value of an angle quantity provided in either degree-minute-second format or single value format.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAngle()
Returns the value of the 'Angle' containment reference.Returns the value of the 'Dms Angle' containment reference.void
setAngle
(MeasureType value) Sets the value of the 'Angle
' containment reference.void
setDmsAngle
(DMSAngleType value) Sets the value of the 'Dms 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
-
getAngle
MeasureType getAngle()Returns the value of the 'Angle' containment reference.If the meaning of the 'Angle' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Angle' containment reference.
- See Also:
-
setAngle
Sets the value of the 'Angle
' containment reference.- Parameters:
value
- the new value of the 'Angle' containment reference.- See Also:
-
getDmsAngle
DMSAngleType getDmsAngle()Returns the value of the 'Dms Angle' containment reference.If the meaning of the 'Dms Angle' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dms Angle' containment reference.
- See Also:
-
setDmsAngle
Sets the value of the 'Dms Angle
' containment reference.- Parameters:
value
- the new value of the 'Dms Angle' containment reference.- See Also:
-