Package net.opengis.wcs20
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:
Wcs20Package.getGetCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCoverageId()Returns the value of the 'Coverage Id' attribute.EList<DimensionSubsetType>getDimensionSubset()Returns the value of the 'Dimension Subset' containment reference list.FeatureMapgetDimensionSubsetGroup()Returns the value of the 'Dimension Subset Group' attribute list.FiltergetFilter()Custom extension allowing to apply a filter to a coverage content (for readers that can do filtering, mostly StructuredCoverageGridReader ones).StringgetFormat()Returns the value of the 'Format' attribute.StringgetMediaType()Returns the value of the 'Media Type' attribute.EList<SortBy>getSortBy()Custom extension allowing to apply a sort to a coverage content (for readers that can do sorting, mostly StructuredCoverageGridReader ones).voidsetCoverageId(String value)Sets the value of the 'Coverage Id' attribute.voidsetFilter(Filter value)Sets the value of the 'Filter' attribute.voidsetFormat(String value)Sets the value of the 'Format' attribute.voidsetMediaType(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 RequestBaseType
getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
-
-
-
Method Detail
-
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(String),Wcs20Package.getGetCoverageType_CoverageId()
-
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 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:
Wcs20Package.getGetCoverageType_DimensionSubsetGroup()
-
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:
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).
-
-