Package net.opengis.wcs20
Interface CoverageOfferingsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CoverageOfferingsTypeImpl
public interface CoverageOfferingsType
extends EObject
A representation of the model object 'Coverage Offerings Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<OfferedCoverageType>
Returns the value of the 'Offered Coverage' containment reference list.Returns the value of the 'Service Metadata' containment reference.void
Sets the value of the 'Service Metadata
' containment reference.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
-
getServiceMetadata
ServiceMetadataType getServiceMetadata()Returns the value of the 'Service Metadata' containment reference. ServiceMetadata contains information describing the WCS service on hand. Extension elements allow WCS extension standards to define their individual extra service metadata.- Returns:
- the value of the 'Service Metadata' containment reference.
- See Also:
-
setServiceMetadata
Sets the value of the 'Service Metadata
' containment reference.- Parameters:
value
- the new value of the 'Service Metadata' containment reference.- See Also:
-
getOfferedCoverage
EList<OfferedCoverageType> getOfferedCoverage()Returns the value of the 'Offered Coverage' containment reference list. The list contents are of typeOfferedCoverageType
. An OfferedCoverage is the information set about a specific coverage offered by the WCS service on hand. It consists of a coverage, as defined in the GML Application Schema for Coverages [OGC 09-146r2] and coverage specific service parameters. Like CoverageOfferings, an OfferedCoverage element is never delivered to the client, but defines the response of coverage access requests.- Returns:
- the value of the 'Offered Coverage' containment reference list.
- See Also:
-