com.supermap.services.wcs.impl

类 WCSImpl112

  • 所有已实现的接口:
    WCS


    public class WCSImpl112
    extends WCSBaseImpl
    

    WCS 1.1.2 服务实例类。

    WCS(Web Coverage Service,网络要素服务)是 OGC(Open GIS Consortium,开放地理信息系统协会)标准之一。

    SuperMap iServer 目前 提供了如下 WCS 1.1.2 操作:

    1. GetCapabilities,该操作用于获取 WCS 服务的能力(Capabilities)。该操作是必需的。
    2. DescribeCoverage,该操作用于获取Coverage的描述性信息。该操作是必需的。
    3. GetCoverage,该操作用于获取Coverage对象。该操作是必需的。
    • 构造器概要

      构造器 
      构造器和说明
      WCSImpl112() 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      java.lang.String getVersion()
      WCS 的版本信息。
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WCSImpl112

        public WCSImpl112()
        
    • 方法详细资料

      • getVersion

        public java.lang.String getVersion()
        
        WCS 的版本信息。
        指定者:
        getVersion 在接口中 WCS
        覆盖:
        getVersion 在类中 WCSBaseImpl
        返回:
        返回值为1.1.2。