Interface BoundingShapeType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EnvelopeType getEnvelope()
      Returns the value of the 'Envelope' containment reference.
      FeatureMap getEnvelopeGroup()
      Returns the value of the 'Envelope Group' attribute list.
      void setEnvelope​(EnvelopeType value)
      Sets the value of the 'Envelope' containment reference.
      • 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

      • getEnvelopeGroup

        FeatureMap getEnvelopeGroup()
        Returns the value of the 'Envelope Group' attribute list. The list contents are of type FeatureMap.Entry.

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

        Returns:
        the value of the 'Envelope Group' attribute list.
        See Also:
        GmlPackage.getBoundingShapeType_EnvelopeGroup()
      • setEnvelope

        void setEnvelope​(EnvelopeType value)
        Sets the value of the 'Envelope' containment reference.
        Parameters:
        value - the new value of the 'Envelope' containment reference.
        See Also:
        getEnvelope()