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:
    Gml311Package.getAngleChoiceType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MeasureType getAngle()
      Returns the value of the 'Angle' containment reference.
      DMSAngleType getDmsAngle()
      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 Detail

      • setAngle

        void setAngle​(MeasureType value)
        Sets the value of the 'Angle' containment reference.
        Parameters:
        value - the new value of the 'Angle' containment reference.
        See Also:
        getAngle()
      • setDmsAngle

        void setDmsAngle​(DMSAngleType value)
        Sets the value of the 'Dms Angle' containment reference.
        Parameters:
        value - the new value of the 'Dms Angle' containment reference.
        See Also:
        getDmsAngle()