Interface GetCoverageType

All Superinterfaces:
EObject, Notifier, RequestBaseType
All Known Implementing Classes:
GetCoverageTypeImpl

public interface GetCoverageType extends RequestBaseType
A representation of the model object 'Get Coverage Type'.

The following features are supported:

See Also:
  • Method Details

    • getCoverageId

      String getCoverageId()
      Returns the value of the 'Coverage Id' attribute. Identifier of the coverage that this GetCoverage operation request shall draw from.
      Returns:
      the value of the 'Coverage Id' attribute.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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

      void setFormat(String value)
      Sets the value of the 'Format' attribute.
      Parameters:
      value - the new value of the 'Format' attribute.
      See Also:
    • 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

      void setMediaType(String value)
      Sets the value of the 'Media Type' attribute.
      Parameters:
      value - the new value of the 'Media Type' attribute.
      See Also:
    • 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:
    • getSortBy

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