public class WCSBaseImpl extends java.lang.Object implements WCS
| Constructor and Description | 
|---|
| WCSBaseImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<CoverageDescription> | describeCoverage(java.lang.String identifiers)WCS service, get the description information of Coverage. | 
| WCSCapabilities | getCapabilities()Get the service abilities (Capabilities) provided by the WCS service in WCS service. | 
| Coverage | getCoverage(WCSParameter wcsParameter)WCS service, get the Coverage object. | 
| java.lang.String | getVersion()The version information of WCS. | 
| boolean | initialize(java.util.List<java.lang.Object> components)WCS initialization method. | 
public WCSCapabilities getCapabilities() throws OGCException
getCapabilities in interface WCSOGCException - OGC exception information.public java.util.List<CoverageDescription> describeCoverage(java.lang.String identifiers) throws OGCException
describeCoverage in interface WCSidentifiers - ID of Coverage.OGCException - OGC exception information.public Coverage getCoverage(WCSParameter wcsParameter) throws OGCException
getCoverage in interface WCSwcsParameter - get the request parameter of Coverage.OGCException - OGC exception information.
public boolean initialize(java.util.List<java.lang.Object> components)
                   throws OGCException
initialize in interface WCScomponents - set the service component set to process WCS request.OGCException - OGC exception information.public java.lang.String getVersion()
WCSgetVersion in interface WCS