Interface OutputType

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

    public interface OutputType
    extends EObject
    A representation of the model object 'Output Type'. Asks for the GetCoverage response to be expressed in a particular Coordinate Reference System (crs) and encoded in a particular format.

    The following features are supported:

    See Also:
    Wcs10Package.getOutputType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CodeType getCrs()
      Returns the value of the 'Crs' containment reference.
      CodeType getFormat()
      Returns the value of the 'Format' containment reference.
      void setCrs​(CodeType value)
      Sets the value of the 'Crs' containment reference.
      void setFormat​(CodeType value)
      Sets the value of the 'Format' 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

      • getCrs

        CodeType getCrs()
        Returns the value of the 'Crs' containment reference. Identifier of the Coordinate Reference System (crs) in which GetCoverage response shall be expressed. Identifier shall be among those listed under supportedCRSs in the DescribeCoverage XML response.
        Returns:
        the value of the 'Crs' containment reference.
        See Also:
        setCrs(CodeType), Wcs10Package.getOutputType_Crs()
      • setCrs

        void setCrs​(CodeType value)
        Sets the value of the 'Crs' containment reference.
        Parameters:
        value - the new value of the 'Crs' containment reference.
        See Also:
        getCrs()
      • getFormat

        CodeType getFormat()
        Returns the value of the 'Format' containment reference. Identifier of the format in which GetCoverage response shall be encoded. Identifier shall be among those listed under supportedFormats in the DescribeCoverage XML response.
        Returns:
        the value of the 'Format' containment reference.
        See Also:
        setFormat(CodeType), Wcs10Package.getOutputType_Format()
      • setFormat

        void setFormat​(CodeType value)
        Sets the value of the 'Format' containment reference.
        Parameters:
        value - the new value of the 'Format' containment reference.
        See Also:
        getFormat()