Interface GetCoverageType

    • Method Detail

      • setCoverageId

        void setCoverageId​(String value)
        Sets the value of the 'Coverage Id' attribute.
        Parameters:
        value - the new value of the 'Coverage Id' attribute.
        See Also:
        getCoverageId()
      • getDimensionSubsetGroup

        FeatureMap getDimensionSubsetGroup()
        Returns the value of the 'Dimension Subset Group' attribute list. The list contents are of type FeatureMap.Entry. Definition of the desired subset of the domain of the coverage. This is either a Trim operation, or a Slice operation.
        Returns:
        the value of the 'Dimension Subset Group' attribute list.
        See Also:
        Wcs20Package.getGetCoverageType_DimensionSubsetGroup()
      • getDimensionSubset

        EList<DimensionSubsetType> getDimensionSubset()
        Returns the value of the 'Dimension Subset' containment reference list. The list contents are of type DimensionSubsetType. Definition of the desired subset of the domain of the coverage. This is either a Trim operation, or a Slice operation.
        Returns:
        the value of the 'Dimension Subset' containment reference list.
        See Also:
        Wcs20Package.getGetCoverageType_DimensionSubset()
      • getFormat

        String getFormat()
        Returns the value of the 'Format' attribute. MimeType of the format the resulting coverage shall be encoded in. Dafault is the coverage's native format. Type is anyURI because of the type of the element "mimeType" in "gml:FileType".
        Returns:
        the value of the 'Format' attribute.
        See Also:
        setFormat(String), Wcs20Package.getGetCoverageType_Format()
      • setFormat

        void setFormat​(String value)
        Sets the value of the 'Format' attribute.
        Parameters:
        value - the new value of the 'Format' attribute.
        See Also:
        getFormat()
      • getMediaType

        String getMediaType()
        Returns the value of the 'Media Type' attribute. Optional element indicating the MimeType of the response of a GetCoverage request. Only currently allowed valued is "multipart/related".
        Returns:
        the value of the 'Media Type' attribute.
        See Also:
        setMediaType(String), Wcs20Package.getGetCoverageType_MediaType()
      • setMediaType

        void setMediaType​(String value)
        Sets the value of the 'Media Type' attribute.
        Parameters:
        value - the new value of the 'Media Type' attribute.
        See Also:
        getMediaType()
      • getFilter

        Filter getFilter()
        Custom extension allowing to apply a filter to a coverage content (for readers that can do filtering, mostly StructuredCoverageGridReader ones).
      • setFilter

        void setFilter​(Filter value)
        Sets the value of the 'Filter' attribute.
        Parameters:
        value - the new value of the 'Filter' attribute.
        See Also:
        getFilter()
      • getSortBy

        EList<SortBy> getSortBy()
        Custom extension allowing to apply a sort to a coverage content (for readers that can do sorting, mostly StructuredCoverageGridReader ones).