com.supermap.services.wps

接口 WPS

  • 所有已知实现类:
    DefaultWPS


    public interface WPS
    

    WPS 服务接口。

    WPS(Web Processing Service,网络处理服务)是 OGC(Open GIS Consortium,开放地理信息系统协会)标准之一。

    SuperMap iServer 目前 提供了如下 WPS 操作:

    1. GetCapabilities,该操作用于获取 WPS 服务的能力(Capabilities)。该操作是必需的。
    2. DescribeProcess,该操作用于获取Process的描述性信息。该操作是必需的。
    3. Execute,该操作用于执行Process请求。该操作是必需的。
    • 方法概要

      方法 
      限定符和类型 方法和说明
      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 的版本信息。
    • 方法详细资料

      • getCapabilities

        WPSCapabilitiesType getCapabilities(GetCapabilities getCapabilities)
                                            throws OGCException
        
        获取 WPS 服务提供的服务能力(Capabilities)。
        返回:
        WPS 服务能力信息。
        抛出:
        OGCException - OGC 异常信息。
      • describeProcess

        ProcessDescriptions describeProcess(DescribeProcess describeProcess)
                                            throws OGCException
        
        获取Process的描述性信息。
        参数:
        标识符。 -
        返回:
        指定process的信息列表。
        抛出:
        OGCException - OGC 异常信息。
      • execute

        ExecuteResponse execute(Execute execute)
                                throws OGCException
        
        Execute
        参数:
        wpsParameter - 请求参数。
        返回:
        Execute对象信息。
        抛出:
        OGCException - OGC 异常信息。
      • executeNoStore

        java.lang.String executeNoStore(Execute execute)
                                        throws OGCException
        
        Execute
        参数:
        wpsParameter - 请求参数。
        返回:
        Execute对象信息。
        抛出:
        OGCException - OGC 异常信息。
      • getVersion

        java.lang.String getVersion()
        
        WPS 的版本信息。
        返回:
        WPS 版本。
      • getExceptionReport

        ExceptionReport getExceptionReport(OGCException ogcException)
        
        异常信息
        参数:
        ogcException -
        返回: