Package net.opengis.wcs11
Interface CoverageDescriptionType
- 
- All Superinterfaces:
- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- CoverageDescriptionTypeImpl
 
 public interface CoverageDescriptionType extends DescriptionType A representation of the model object 'Coverage Description Type'. Full description of one coverage available from a WCS server. This description shall include sufficient information to allow all valid GetCoverage operation requests to be prepared by a WCS client.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageDomainTypegetDomain()Returns the value of the 'Domain' containment reference.StringgetIdentifier()Returns the value of the 'Identifier' attribute.EListgetMetadata()Returns the value of the 'Metadata' containment reference list.RangeTypegetRange()Returns the value of the 'Range' containment reference.EListgetSupportedCRS()Returns the value of the 'Supported CRS' attribute list.EListgetSupportedFormat()Returns the value of the 'Supported Format' attribute list.voidsetDomain(CoverageDomainType value)Sets the value of the 'Domain' containment reference.voidsetIdentifier(String value)Sets the value of the 'Identifier' attribute.voidsetRange(RangeType value)Sets the value of the 'Range' containment reference.- 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierString getIdentifier() Returns the value of the 'Identifier' attribute. Unambiguous identifier of this coverage, unique for this WCS server.- Returns:
- the value of the 'Identifier' attribute.
- See Also:
- setIdentifier(String),- Wcs111Package.getCoverageDescriptionType_Identifier()
 
 - 
setIdentifiervoid setIdentifier(String value) Sets the value of the 'Identifier' attribute.- Parameters:
- value- the new value of the 'Identifier' attribute.
- See Also:
- getIdentifier()
 
 - 
getMetadataEList getMetadata() Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType. Optional unordered list of more metadata elements about this coverage. A list of metadata elements for CoverageDescriptions could be specified in a WCS Application Profile.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
- Wcs111Package.getCoverageDescriptionType_Metadata()
 
 - 
getDomainCoverageDomainType getDomain() Returns the value of the 'Domain' containment reference.If the meaning of the 'Domain' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Domain' containment reference.
- See Also:
- setDomain(CoverageDomainType),- Wcs111Package.getCoverageDescriptionType_Domain()
 
 - 
setDomainvoid setDomain(CoverageDomainType value) Sets the value of the 'Domain' containment reference.- Parameters:
- value- the new value of the 'Domain' containment reference.
- See Also:
- getDomain()
 
 - 
getRangeRangeType getRange() Returns the value of the 'Range' containment reference.If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Range' containment reference.
- See Also:
- setRange(RangeType),- Wcs111Package.getCoverageDescriptionType_Range()
 
 - 
setRangevoid setRange(RangeType value) Sets the value of the 'Range' containment reference.- Parameters:
- value- the new value of the 'Range' containment reference.
- See Also:
- getRange()
 
 - 
getSupportedCRSEList getSupportedCRS() Returns the value of the 'Supported CRS' attribute list. The list contents are of typeString. Unordered list of references to all the coordinate reference systems in which GetCoverage operation requests and responses can be encoded for this coverage.- Returns:
- the value of the 'Supported CRS' attribute list.
- See Also:
- Wcs111Package.getCoverageDescriptionType_SupportedCRS()
 
 - 
getSupportedFormatEList getSupportedFormat() Returns the value of the 'Supported Format' attribute list. The list contents are of typeString. Unordered list of identifiers of all the formats in which GetCoverage operation responses can be encoded for this coverage.- Returns:
- the value of the 'Supported Format' attribute list.
- See Also:
- Wcs111Package.getCoverageDescriptionType_SupportedFormat()
 
 
- 
 
-