Package net.opengis.wcs11
Interface ContentsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ContentsTypeImpl
public interface ContentsType
extends EObject
A representation of the model object 'Contents Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Coverage Summary' containment reference list.EList
Returns the value of the 'Other Source' containment reference list.EList
Returns the value of the 'Supported CRS' attribute list.EList
Returns the value of the 'Supported Format' attribute list.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
-
Method Details
-
getCoverageSummary
EList getCoverageSummary()Returns the value of the 'Coverage Summary' containment reference list. The list contents are of typeCoverageSummaryType
. Unordered list of brief metadata describing top-level coverages available from this WCS server. This list shall be included unless one or more OtherSources are referenced and all this metadata is available from those sources.- Returns:
- the value of the 'Coverage Summary' containment reference list.
- See Also:
-
getSupportedCRS
EList getSupportedCRS()Returns the value of the 'Supported CRS' attribute list. The list contents are of typeString
. Unordered list of references to coordinate reference systems in which GetCoverage operation requests and responses may be expressed. This list of SupportedCRSs shall be the union of all of the supported CRSs in all of the nested CoverageSummaries. Servers should include this list since it reduces the work clients need to do to determine that they can interoperate with the server. There may be a dependency of SupportedCRS on SupportedFormat, as described in Subclause 10.3.5.- Returns:
- the value of the 'Supported CRS' attribute list.
- See Also:
-
getSupportedFormat
EList getSupportedFormat()Returns the value of the 'Supported Format' attribute list. The list contents are of typeString
. Unordered list of identifiers of formats in which GetCoverage operation response may be encoded. This list of SupportedFormats shall be the union of all of the supported formats in all of the nested CoverageSummaries. Servers should include this list since it reduces the work clients need to do to determine that they can interoperate with the server. There may be a dependency of SupportedCRS on SupportedFormat, as described in clause 10.3.5.- Returns:
- the value of the 'Supported Format' attribute list.
- See Also:
-
getOtherSource
EList getOtherSource()Returns the value of the 'Other Source' containment reference list. The list contents are of typeOnlineResourceType
. Unordered list of references to other sources of coverage metadata. This list shall be included unless one or more CoverageSummaries are included.- Returns:
- the value of the 'Other Source' containment reference list.
- See Also:
-