Interface CoordinatesType

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

    public interface CoordinatesType
    extends EObject
    A representation of the model object 'Coordinates Type'. Tables or arrays of tuples. May be used for text-encoding of values from a table. Actually just a string, but allows the user to indicate which characters are used as separators. The value of the 'cs' attribute is the separator for coordinate values, and the value of the 'ts' attribute gives the tuple separator (a single space by default); the default values may be changed to reflect local usage. Defaults to CSV within a tuple, space between tuples. However, any string content will be schema-valid.

    The following features are supported:

    See Also:
    Gml311Package.getCoordinatesType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCs()
      Returns the value of the 'Cs' attribute.
      String getDecimal()
      Returns the value of the 'Decimal' attribute.
      String getTs()
      Returns the value of the 'Ts' attribute.
      String getValue()
      Returns the value of the 'Value' attribute.
      boolean isSetCs()
      Returns whether the value of the 'Cs' attribute is set.
      boolean isSetDecimal()
      Returns whether the value of the 'Decimal' attribute is set.
      boolean isSetTs()
      Returns whether the value of the 'Ts' attribute is set.
      void setCs​(String value)
      Sets the value of the 'Cs' attribute.
      void setDecimal​(String value)
      Sets the value of the 'Decimal' attribute.
      void setTs​(String value)
      Sets the value of the 'Ts' attribute.
      void setValue​(String value)
      Sets the value of the 'Value' attribute.
      void unsetCs()
      Unsets the value of the 'Cs' attribute.
      void unsetDecimal()
      Unsets the value of the 'Decimal' attribute.
      void unsetTs()
      Unsets the value of the 'Ts' 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