com.supermap.services.wcs.impl
类 WCSImpl111
- java.lang.Object
 - 
- com.supermap.services.wcs.impl.WCSBaseImpl
 - 
- com.supermap.services.wcs.impl.WCSImpl111
 
 
 
- 
- 所有已实现的接口:
 - WCS
 
public class WCSImpl111 extends WCSBaseImpl
WCS 1.1.1 服务实例类。
WCS(Web Coverage Service,网络要素服务)是 OGC(Open GIS Consortium,开放地理信息系统协会)标准之一。
SuperMap iServer 目前 提供了如下 WCS 1.1.1 操作:
- GetCapabilities,该操作用于获取 WCS 服务的能力(Capabilities)。该操作是必需的。
 - DescribeCoverage,该操作用于获取Coverage的描述性信息。该操作是必需的。
 - GetCoverage,该操作用于获取Coverage对象。该操作是必需的。
 
 
- 
- 
构造器概要
构造器 构造器和说明 WCSImpl111() 
- 
方法概要
方法 限定符和类型 方法和说明 java.lang.StringgetVersion()WCS 的版本信息。- 
从类继承的方法 com.supermap.services.wcs.impl.WCSBaseImpl
describeCoverage, getCapabilities, getCoverage, initialize 
 - 
 
 - 
 
- 
- 
方法详细资料
- 
getVersion
public java.lang.String getVersion()
WCS 的版本信息。- 指定者:
 getVersion在接口中WCS- 覆盖:
 getVersion在类中WCSBaseImpl- 返回:
 - 返回值为1.1.1。
 
 
 - 
 
 -