Interface DegreesType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    DegreesTypeImpl

    public interface DegreesType
    extends EObject
    A representation of the model object 'Degrees Type'. Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.

    The following features are supported:

    See Also:
    Gml311Package.getDegreesType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Enumerator getDirection()
      Returns the value of the 'Direction' attribute.
      BigInteger getValue()
      Returns the value of the 'Value' attribute.
      void setDirection​(Enumerator value)
      Sets the value of the 'Direction' attribute.
      void setValue​(BigInteger value)
      Sets the value of the 'Value' attribute.
      • 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

      • setValue

        void setValue​(BigInteger value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getDirection

        Enumerator getDirection()
        Returns the value of the 'Direction' attribute.

        If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Direction' attribute.
        See Also:
        setDirection(Enumerator), Gml311Package.getDegreesType_Direction()
      • setDirection

        void setDirection​(Enumerator value)
        Sets the value of the 'Direction' attribute.
        Parameters:
        value - the new value of the 'Direction' attribute.
        See Also:
        getDirection()