com.supermap.services.wcs.impl

Class WCSImpl111

  • All Implemented Interfaces:
    WCS


    public class WCSImpl111
    extends WCSBaseImpl
    

    WCS 1.1.1 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.1 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
      WCSImpl111() 
    • 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

      • WCSImpl111

        public WCSImpl111()
        
    • 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.1”.