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:
Wcs20Package.getCoverageOfferingsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<OfferedCoverageType>
getOfferedCoverage()
Returns the value of the 'Offered Coverage' containment reference list.ServiceMetadataType
getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.void
setServiceMetadata(ServiceMetadataType value)
Sets the value of the 'Service Metadata
' containment reference.
-
-
-
Method Detail
-
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(ServiceMetadataType)
,Wcs20Package.getCoverageOfferingsType_ServiceMetadata()
-
setServiceMetadata
void setServiceMetadata(ServiceMetadataType value)
Sets the value of the 'Service Metadata
' containment reference.- Parameters:
value
- the new value of the 'Service Metadata' containment reference.- See Also:
getServiceMetadata()
-
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:
Wcs20Package.getCoverageOfferingsType_OfferedCoverage()
-
-