com.supermap.services.wps
类 DefaultWPS
- java.lang.Object
 - 
- com.supermap.services.wps.DefaultWPS
 
 
- 
- 所有已实现的接口:
 - WPS, java.io.Serializable
 
public class DefaultWPS extends java.lang.Object implements WPS, java.io.Serializable
默认的 WPS 接口实现类。
实现了
WPS接口定义的 WPS 操作,SuperMap iServer 目前实现了如下 WPS 操作:- GetCapabilities,该操作用于获取 WPS 服务的能力(Capabilities)。该操作是必需的。
 - describeProcess,该操作用于生成一个 Schema 描述,该 Schema 描述了 WPS 服务提供的操作信息。该操作是必需的。
 - execute,该操作执行指定的操作。该操作是必需的。
 
- 另请参阅:
 - 序列化表格
 
 
- 
- 
字段概要
字段 限定符和类型 字段和说明 GenerateCapabilitiesgenerateCapabilities获取 WPS 服务提供的服务能力的对象 
- 
构造器概要
构造器 构造器和说明 DefaultWPS(GenerateCapabilities generateCapabilities)构造函数 
- 
方法概要
方法 限定符和类型 方法和说明 ProcessDescriptionsdescribeProcess(DescribeProcess describeProcess)获取 WPS 服务提供的服务描述信息(describeProcess)。ExecuteResponseexecute(Execute execute)执行 WPS Execute(execute)。java.lang.StringexecuteNoStore(Execute execute)执行 WPS Execute(execute)。WPSCapabilitiesTypegetCapabilities(GetCapabilities getCapabilities)获取 WPS 服务提供的服务能力(Capabilities)。ExceptionReportgetExceptionReport(OGCException ogcException)生成异常报告信息。java.lang.StringgetVersion()WPS 的版本信息。 
 - 
 
- 
- 
字段详细资料
- 
generateCapabilities
public GenerateCapabilities generateCapabilities
获取 WPS 服务提供的服务能力的对象
- 从以下版本开始:
 - 6.1.3
 
 
 - 
 
- 
构造器详细资料
- 
DefaultWPS
public DefaultWPS(GenerateCapabilities generateCapabilities) throws OGCException
构造函数
- 参数:
 generateCapabilities- WPS 服务的能力。- 抛出:
 OGCException
 
 - 
 
- 
方法详细资料
- 
getVersion
public java.lang.String getVersion()
从接口复制的说明:WPSWPS 的版本信息。- 指定者:
 getVersion在接口中WPS- 返回:
 - WPS 版本。
 
 
- 
getCapabilities
public WPSCapabilitiesType getCapabilities(GetCapabilities getCapabilities) throws OGCException获取 WPS 服务提供的服务能力(Capabilities)。
- 指定者:
 getCapabilities在接口中WPS- 返回:
 - WPS 服务能力信息。
 - 抛出:
 OGCException- OGC 异常信息。
 
- 
describeProcess
public ProcessDescriptions describeProcess(DescribeProcess describeProcess) throws OGCException获取 WPS 服务提供的服务描述信息(describeProcess)。
- 指定者:
 describeProcess在接口中WPS- 返回:
 - 指定process的信息列表。
 - 抛出:
 OGCException- OGC 异常信息。
 
- 
execute
public ExecuteResponse execute(Execute execute) throws OGCException执行 WPS Execute(execute)。
- 指定者:
 execute在接口中WPS- 返回:
 - Execute对象信息。
 - 抛出:
 OGCException- OGC 异常信息。
 
- 
executeNoStore
public java.lang.String executeNoStore(Execute execute) throws OGCException执行 WPS Execute(execute)。
- 指定者:
 executeNoStore在接口中WPS- 返回:
 - Execute对象信息。
 - 抛出:
 OGCException- OGC 异常信息。
 
- 
getExceptionReport
public ExceptionReport getExceptionReport(OGCException ogcException)
生成异常报告信息。
- 指定者:
 getExceptionReport在接口中WPS- 返回:
 
 
 - 
 
 -