com.supermap.services.wcs.impl
类 WCSBaseImpl
- java.lang.Object
-
- com.supermap.services.wcs.impl.WCSBaseImpl
-
- 所有已实现的接口:
- WCS
- 直接已知子类:
- WCSImpl111, WCSImpl112
public class WCSBaseImpl extends java.lang.Object implements WCS
-
-
构造器概要
构造器 构造器和说明 WCSBaseImpl()
-
方法概要
方法 限定符和类型 方法和说明 java.util.List<CoverageDescription>
describeCoverage(java.lang.String identifiers)
WCS服务,获取Coverage的描述性信息。WCSCapabilities
getCapabilities()
WCS 服务,获取 WCS 服务提供的服务能力(Capabilities)。Coverage
getCoverage(WCSParameter wcsParameter)
WCS服务,获取Coverage对象。java.lang.String
getVersion()
WCS 的版本信息。boolean
initialize(java.util.List<java.lang.Object> components)
WCS 初始化方法。
-
-
-
方法详细资料
-
getCapabilities
public WCSCapabilities getCapabilities() throws OGCException
WCS 服务,获取 WCS 服务提供的服务能力(Capabilities)。- 指定者:
getCapabilities
在接口中WCS
- 返回:
- WCS 服务能力信息。
- 抛出:
OGCException
- OGC 异常信息。
-
describeCoverage
public java.util.List<CoverageDescription> describeCoverage(java.lang.String identifiers) throws OGCException
WCS服务,获取Coverage的描述性信息。- 指定者:
describeCoverage
在接口中WCS
- 参数:
identifiers
- Coverage的标识符。- 返回:
- 指定Coverage的信息列表。
- 抛出:
OGCException
- OGC 异常信息。
-
getCoverage
public Coverage getCoverage(WCSParameter wcsParameter) throws OGCException
WCS服务,获取Coverage对象。- 指定者:
getCoverage
在接口中WCS
- 参数:
wcsParameter
- 获取Coverage的请求参数。- 返回:
- Coverage对象信息。
- 抛出:
OGCException
- OGC 异常信息。
-
initialize
public boolean initialize(java.util.List<java.lang.Object> components) throws OGCException
WCS 初始化方法。- 指定者:
initialize
在接口中WCS
- 参数:
components
- 用来设置处理 WCS 请求的服务组件集合。- 抛出:
OGCException
- OGCException OGC 异常信息。
-
getVersion
public java.lang.String getVersion()
从接口复制的说明:WCS
WCS 的版本信息。- 指定者:
getVersion
在接口中WCS
- 返回:
- WCS 版本。
-
-