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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Enumerator
    Returns the value of the 'Direction' attribute.
    Returns the value of the 'Value' attribute.
    void
    setDirection(Enumerator value)
    Sets the value of the 'Direction' attribute.
    void
    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 Details

    • getValue

      BigInteger getValue()
      Returns the value of the 'Value' attribute.

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

      Returns:
      the value of the 'Value' attribute.
      See Also:
    • setValue

      void setValue(BigInteger value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
    • 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

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