Interface GridType

    • Method Detail

      • getLimits

        GridEnvelope getLimits()
        Returns the value of the 'Limits' containment reference.

        If the meaning of the 'Limits' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Limits' containment reference.
        See Also:
        #setLimits(GridLimitsType), net.opengis.gml.Gml4wcsPackage#getGridType_Limits()
      • setLimits

        void setLimits​(GridEnvelope value)
        Sets the value of the 'Limits' attribute.
        Parameters:
        value - the new value of the 'Limits' attribute.
        See Also:
        getLimits()
      • getAxisName

        EList getAxisName()
        Returns the value of the 'Axis Name' attribute.

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

        Returns:
        the value of the 'Axis Name' attribute.
        See Also:
        #setAxisName(String), GmlPackage.getGridType_AxisName()
      • setDimension

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