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 WCS
OGCException
- OGC exception information.public java.util.List<CoverageDescription> describeCoverage(java.lang.String identifiers) throws OGCException
describeCoverage
in interface WCS
identifiers
- ID of Coverage.OGCException
- OGC exception information.public Coverage getCoverage(WCSParameter wcsParameter) throws OGCException
getCoverage
in interface WCS
wcsParameter
- 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 WCS
components
- set the service component set to process WCS request.OGCException
- OGC exception information.public java.lang.String getVersion()
WCS
getVersion
in interface WCS