|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoverageDescriptionType
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:
Wcs111Package.getCoverageDescriptionType()
Method Summary | |
---|---|
CoverageDomainType |
getDomain()
Returns the value of the 'Domain' containment reference. |
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute. |
org.eclipse.emf.common.util.EList |
getMetadata()
Returns the value of the 'Metadata' containment reference list. |
RangeType |
getRange()
Returns the value of the 'Range' containment reference. |
org.eclipse.emf.common.util.EList |
getSupportedCRS()
Returns the value of the 'Supported CRS' attribute list. |
org.eclipse.emf.common.util.EList |
getSupportedFormat()
Returns the value of the 'Supported Format' attribute list. |
void |
setDomain(CoverageDomainType value)
Sets the value of the ' Domain ' containment reference. |
void |
setIdentifier(java.lang.String value)
Sets the value of the ' Identifier ' attribute. |
void |
setRange(RangeType value)
Sets the value of the ' Range ' containment reference. |
Methods inherited from interface net.opengis.ows11.DescriptionType |
---|
getAbstract, getKeywords, getTitle |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getIdentifier()
setIdentifier(String)
,
Wcs111Package.getCoverageDescriptionType_Identifier()
void setIdentifier(java.lang.String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
org.eclipse.emf.common.util.EList getMetadata()
MetadataType
.
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.
Wcs111Package.getCoverageDescriptionType_Metadata()
CoverageDomainType getDomain()
If the meaning of the 'Domain' containment reference isn't clear, there really should be more of a description here...
setDomain(CoverageDomainType)
,
Wcs111Package.getCoverageDescriptionType_Domain()
void setDomain(CoverageDomainType value)
Domain
' containment reference.
value
- the new value of the 'Domain' containment reference.getDomain()
RangeType getRange()
If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here...
setRange(RangeType)
,
Wcs111Package.getCoverageDescriptionType_Range()
void setRange(RangeType value)
Range
' containment reference.
value
- the new value of the 'Range' containment reference.getRange()
org.eclipse.emf.common.util.EList getSupportedCRS()
String
.
Unordered list of references to all the coordinate reference systems in which GetCoverage operation requests and responses can be encoded for this coverage.
Wcs111Package.getCoverageDescriptionType_SupportedCRS()
org.eclipse.emf.common.util.EList getSupportedFormat()
String
.
Unordered list of identifiers of all the formats in which GetCoverage operation responses can be encoded for this coverage.
Wcs111Package.getCoverageDescriptionType_SupportedFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |