com.supermap.services.wcs.impl
Class WCSImpl112
- java.lang.Object
-
- com.supermap.services.wcs.impl.WCSBaseImpl
-
- com.supermap.services.wcs.impl.WCSImpl112
-
- All Implemented Interfaces:
- WCS
public class WCSImpl112 extends WCSBaseImpl
WCS 1.1.2 service instance class.
WCS(Web Coverage Service) is one of the OGC(Open GIS Consortium) standards.
SuperMap iServer currently provides the following WCS 1.1.2 operations:
- GetCapabilities, the operation is used to get the capability (Capabilities) of the WCS 1.1.1 service. The operation is necessary.
- DescribeCoverage, which is used to obtain descriptive information about the coverage. The operation is necessary.
- GetCoverage, which is used to get the Coverage object. The operation is necessary.
-
-
Constructor Summary
Constructors Constructor and Description WCSImpl112()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetVersion()The version information of WCS.-
Methods inherited from class com.supermap.services.wcs.impl.WCSBaseImpl
describeCoverage, getCapabilities, getCoverage, initialize
-
-
-
-
Method Detail
-
getVersion
public java.lang.String getVersion()
The version information of WCS.- Specified by:
getVersionin interfaceWCS- Overrides:
getVersionin classWCSBaseImpl- Returns:
- return “1.1.2”.
-
-