Package net.opengis.wcs20
Interface OfferedCoverageType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- OfferedCoverageTypeImpl
 
 public interface OfferedCoverageType extends EObjectA representation of the model object 'Offered Coverage Type'.The following features are supported: - See Also:
- Wcs20Package.getOfferedCoverageType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAbstractCoverage()Returns the value of the 'Abstract Coverage' containment reference.ServiceParametersTypegetServiceParameters()Returns the value of the 'Service Parameters' containment reference.voidsetServiceParameters(ServiceParametersType value)Sets the value of the 'Service Parameters' containment reference.
 
- 
- 
- 
Method Detail- 
getAbstractCoverageObject 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()
 
 - 
getServiceParametersServiceParametersType 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()
 
 - 
setServiceParametersvoid 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()
 
 
- 
 
-