public class DefaultWPS extends java.lang.Object implements WPS, java.io.Serializable
默认的 WPS 接口实现类。
实现了 WPS 接口定义的 WPS 操作,SuperMap iServer 目前实现了如下 WPS 操作:
| 限定符和类型 | 字段和说明 | 
|---|---|
GenerateCapabilities | 
generateCapabilities
获取 WPS 服务提供的服务能力的对象 
 | 
| 构造器和说明 | 
|---|
DefaultWPS(GenerateCapabilities generateCapabilities)
构造函数 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
ProcessDescriptions | 
describeProcess(DescribeProcess describeProcess)
获取 WPS 服务提供的服务描述信息(describeProcess)。 
 | 
ExecuteResponse | 
execute(Execute execute)
执行 WPS Execute(execute)。 
 | 
java.lang.String | 
executeNoStore(Execute execute)
执行 WPS Execute(execute)。 
 | 
WPSCapabilitiesType | 
getCapabilities(GetCapabilities getCapabilities)
获取 WPS 服务提供的服务能力(Capabilities)。 
 | 
ExceptionReport | 
getExceptionReport(OGCException ogcException)
生成异常报告信息。 
 | 
java.lang.String | 
getVersion()
WPS 的版本信息。 
 | 
public GenerateCapabilities generateCapabilities
获取 WPS 服务提供的服务能力的对象
public DefaultWPS(GenerateCapabilities generateCapabilities) throws OGCException
构造函数
generateCapabilities - WPS 服务的能力。OGCExceptionpublic java.lang.String getVersion()
WPSgetVersion 在接口中 WPS
public WPSCapabilitiesType getCapabilities(GetCapabilities getCapabilities)
                                    throws OGCException
获取 WPS 服务提供的服务能力(Capabilities)。
getCapabilities 在接口中 WPSOGCException - OGC 异常信息。
public ProcessDescriptions describeProcess(DescribeProcess describeProcess)
                                    throws OGCException
获取 WPS 服务提供的服务描述信息(describeProcess)。
describeProcess 在接口中 WPSOGCException - OGC 异常信息。
public ExecuteResponse execute(Execute execute)
                        throws OGCException
执行 WPS Execute(execute)。
execute 在接口中 WPSOGCException - OGC 异常信息。
public java.lang.String executeNoStore(Execute execute)
                                throws OGCException
执行 WPS Execute(execute)。
executeNoStore 在接口中 WPSOGCException - OGC 异常信息。public ExceptionReport getExceptionReport(OGCException ogcException)
生成异常报告信息。
getExceptionReport 在接口中 WPS