Interface DimensionSubsetType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCRS()
      The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!)
      String getDimension()
      Returns the value of the 'Dimension' attribute.
      void setCRS​(String value)
      Sets the value of the 'CRS' attribute.
      void setDimension​(String value)
      Sets the value of the 'Dimension' 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

      • setDimension

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

        String getCRS()
        The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!)
      • setCRS

        void setCRS​(String value)
        Sets the value of the 'CRS' attribute.
        Parameters:
        value - the new value of the 'CRS' attribute.
        See Also:
        getCRS()