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:
Wcs111Package.getContentsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getCoverageSummary()
Returns the value of the 'Coverage Summary' containment reference list.EList
getOtherSource()
Returns the value of the 'Other Source' containment reference list.EList
getSupportedCRS()
Returns the value of the 'Supported CRS' attribute list.EList
getSupportedFormat()
Returns the value of the 'Supported Format' attribute list.
-
-
-
Method Detail
-
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:
Wcs111Package.getContentsType_CoverageSummary()
-
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:
Wcs111Package.getContentsType_SupportedCRS()
-
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:
Wcs111Package.getContentsType_SupportedFormat()
-
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:
Wcs111Package.getContentsType_OtherSource()
-
-