com.supermap.services.wcs.impl
类 WCSImpl112
- java.lang.Object
-
- com.supermap.services.wcs.impl.WCSBaseImpl
-
- 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 操作:
- GetCapabilities,该操作用于获取 WCS 服务的能力(Capabilities)。该操作是必需的。
- DescribeCoverage,该操作用于获取Coverage的描述性信息。该操作是必需的。
- GetCoverage,该操作用于获取Coverage对象。该操作是必需的。
-
-
构造器概要
构造器 构造器和说明 WCSImpl112()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getVersion()
WCS 的版本信息。-
从类继承的方法 com.supermap.services.wcs.impl.WCSBaseImpl
describeCoverage, getCapabilities, getCoverage, initialize
-
-
-
-
方法详细资料
-
getVersion
public java.lang.String getVersion()
WCS 的版本信息。- 指定者:
getVersion
在接口中WCS
- 覆盖:
getVersion
在类中WCSBaseImpl
- 返回:
- 返回值为1.1.2。
-
-