Interface CoordType

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

    public interface CoordType
    extends EObject
    A representation of the model object 'Coord Type'. Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.

    The following features are supported:

    See Also:
    Gml311Package.getCoordType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigDecimal getX()
      Returns the value of the 'X' attribute.
      BigDecimal getY()
      Returns the value of the 'Y' attribute.
      BigDecimal getZ()
      Returns the value of the 'Z' attribute.
      void setX​(BigDecimal value)
      Sets the value of the 'X' attribute.
      void setY​(BigDecimal value)
      Sets the value of the 'Y' attribute.
      void setZ​(BigDecimal value)
      Sets the value of the 'Z' 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

      • setX

        void setX​(BigDecimal value)
        Sets the value of the 'X' attribute.
        Parameters:
        value - the new value of the 'X' attribute.
        See Also:
        getX()
      • setY

        void setY​(BigDecimal value)
        Sets the value of the 'Y' attribute.
        Parameters:
        value - the new value of the 'Y' attribute.
        See Also:
        getY()
      • setZ

        void setZ​(BigDecimal value)
        Sets the value of the 'Z' attribute.
        Parameters:
        value - the new value of the 'Z' attribute.
        See Also:
        getZ()