Package net.opengis.wcs20
Interface GetCoverageType
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
GetCoverageTypeImpl
A representation of the model object 'Get Coverage Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Coverage Id' attribute.EList<DimensionSubsetType>
Returns the value of the 'Dimension Subset' containment reference list.FeatureMap
Returns the value of the 'Dimension Subset Group' attribute list.Custom extension allowing to apply a filter to a coverage content (for readers that can do filtering, mostly StructuredCoverageGridReader ones).Returns the value of the 'Format' attribute.Returns the value of the 'Media Type' attribute.EList<SortBy>
Custom extension allowing to apply a sort to a coverage content (for readers that can do sorting, mostly StructuredCoverageGridReader ones).void
setCoverageId
(String value) Sets the value of the 'Coverage Id
' attribute.void
Sets the value of the 'Filter
' attribute.void
Sets the value of the 'Format
' attribute.void
setMediaType
(String value) Sets the value of the 'Media Type
' 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
Methods inherited from interface RequestBaseType
getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
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
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 typeFeatureMap.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 typeDimensionSubsetType
. 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
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
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
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).
-