com.supermap.services.wcs.impl

Class 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:

    1. GetCapabilities, the operation is used to get the capability (Capabilities) of the WCS 1.1.1 service. The operation is necessary.
    2. DescribeCoverage, which is used to obtain descriptive information about the coverage. The operation is necessary.
    3. 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.String getVersion()
      The version information of WCS.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WCSImpl112

        public WCSImpl112()
        
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        
        The version information of WCS.
        Specified by:
        getVersion in interface WCS
        Overrides:
        getVersion in class WCSBaseImpl
        Returns:
        return “1.1.2”.