Package net.opengis.wcs20
Interface OfferedCoverageType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
OfferedCoverageTypeImpl
public interface OfferedCoverageType extends EObject
A representation of the model object 'Offered Coverage Type'.The following features are supported:
- See Also:
Wcs20Package.getOfferedCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getAbstractCoverage()
Returns the value of the 'Abstract Coverage' containment reference.ServiceParametersType
getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.void
setServiceParameters(ServiceParametersType value)
Sets the value of the 'Service Parameters
' containment reference.
-
-
-
Method Detail
-
getAbstractCoverage
Object getAbstractCoverage()
Returns the value of the 'Abstract Coverage' containment reference. Like its role model gml:AbstractCoverageType in GML 3.2.1, this element serves as the head of a substitution group which may contain any coverage whose type is derived, however, from gmlcov:AbstractCoverageType (rather than gml:AbstractCoverageType). It may act as a variable in the definition of content models where it is required to permit any coverage to be valid.- Returns:
- the value of the 'Abstract Coverage' containment reference.
- See Also:
Wcs20Package.getOfferedCoverageType_AbstractCoverage()
-
getServiceParameters
ServiceParametersType getServiceParameters()
Returns the value of the 'Service Parameters' containment reference. ServiceParameters further define how the corresponding coverage is accessible. CoverageSubtype helps identifying the type of coverage on hand, in particular with respect to the potential size of its domainSet and rangeSet components. Extension elements allow WCS extensions to plug in their particular coverage-specific service information.- Returns:
- the value of the 'Service Parameters' containment reference.
- See Also:
setServiceParameters(ServiceParametersType)
,Wcs20Package.getOfferedCoverageType_ServiceParameters()
-
setServiceParameters
void setServiceParameters(ServiceParametersType value)
Sets the value of the 'Service Parameters
' containment reference.- Parameters:
value
- the new value of the 'Service Parameters' containment reference.- See Also:
getServiceParameters()
-
-