Interface DirectPositionType

  • All Superinterfaces:
    EObject, Notifier
    All Known Subinterfaces:
    VectorType
    All Known Implementing Classes:
    DirectPositionTypeImpl, VectorTypeImpl

    public interface DirectPositionType
    extends EObject
    A representation of the model object 'Direct Position Type'. DirectPosition instances hold the coordinates for a position within some coordinate reference system (CRS). Since DirectPositions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the "srsName" attribute will in general be missing, if this particular DirectPosition is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS.

    The following features are supported:

    See Also:
    GmlPackage.getDirectPositionType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigInteger getDimension()
      Returns the value of the 'Dimension' attribute.
      List getValue()
      Returns the value of the 'Value' attribute.
      void setDimension​(BigInteger value)
      Sets the value of the 'Dimension' attribute.
      void setValue​(List 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​(List value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • setDimension

        void setDimension​(BigInteger value)
        Sets the value of the 'Dimension' attribute.
        Parameters:
        value - the new value of the 'Dimension' attribute.
        See Also:
        getDimension()