Interface GridEnvelopeType

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

    public interface GridEnvelopeType
    extends EObject
    A representation of the model object 'Grid Envelope Type'. Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.

    The following features are supported:

    See Also:
    Gml311Package.getGridEnvelopeType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<BigInteger> getHigh()
      Returns the value of the 'High' attribute.
      List<BigInteger> getLow()
      Returns the value of the 'Low' attribute.
      void setHigh​(List<BigInteger> value)
      Sets the value of the 'High' attribute.
      void setLow​(List<BigInteger> value)
      Sets the value of the 'Low' 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