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.
      Object getNull()
      Returns the value of the 'Null' attribute.
      void setEnvelope​(EnvelopeType value)
      Sets the value of the 'Envelope' containment reference.
      void setNull​(Object value)
      Sets the value of the 'Null' 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

      • 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:
        Gml311Package.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()
      • setNull

        void setNull​(Object value)
        Sets the value of the 'Null' attribute.
        Parameters:
        value - the new value of the 'Null' attribute.
        See Also:
        getNull()