public interface WPS
WPS 服务接口。
WPS(Web Processing Service,网络处理服务)是 OGC(Open GIS Consortium,开放地理信息系统协会)标准之一。
SuperMap iServer 目前 提供了如下 WPS 操作:
| 限定符和类型 | 方法和说明 | 
|---|---|
ProcessDescriptions | 
describeProcess(DescribeProcess describeProcess)
获取Process的描述性信息。 
 | 
ExecuteResponse | 
execute(Execute execute)
Execute 
 | 
java.lang.String | 
executeNoStore(Execute execute)
Execute 
 | 
WPSCapabilitiesType | 
getCapabilities(GetCapabilities getCapabilities)
获取 WPS 服务提供的服务能力(Capabilities)。 
 | 
ExceptionReport | 
getExceptionReport(OGCException ogcException)
异常信息 
 | 
java.lang.String | 
getVersion()
WPS 的版本信息。 
 | 
WPSCapabilitiesType getCapabilities(GetCapabilities getCapabilities)
                                    throws OGCException
OGCException - OGC 异常信息。
ProcessDescriptions describeProcess(DescribeProcess describeProcess)
                                    throws OGCException
标识符。 -OGCException - OGC 异常信息。
ExecuteResponse execute(Execute execute)
                        throws OGCException
wpsParameter - 请求参数。OGCException - OGC 异常信息。
java.lang.String executeNoStore(Execute execute)
                                throws OGCException
wpsParameter - 请求参数。OGCException - OGC 异常信息。java.lang.String getVersion()
ExceptionReport getExceptionReport(OGCException ogcException)
ogcException -