com.supermap.services.wps

类 GenerateDescribeProcess

  • java.lang.Object
    • com.supermap.services.wps.GenerateDescribeProcess
  • 所有已实现的接口:
    java.io.Serializable


    public class GenerateDescribeProcess
    extends java.lang.Object
    implements java.io.Serializable
    

    WPS 服务中,获取指定操作的描述。

    提供了支持 WPS 服务的 ProcessDescription 操作的功能。

    另请参阅:
    序列化表格
    • 方法概要

      方法 
      限定符和类型 方法和说明
      ProcessDescriptions execute(DescribeProcess describeProcess)
      获取指定process名称的详细信息。
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • generateCapabilities

        public GenerateCapabilities generateCapabilities
        

        获取 WPS 服务提供的服务能力

        从以下版本开始:
        6.1.3
    • 构造器详细资料

      • GenerateDescribeProcess

        public GenerateDescribeProcess(GenerateCapabilities generateCapabilities)
        

        通过 WPS 服务提供能力对象构建 GenerateDescribeProcess 对象。

        参数:
        generateCapabilities - WPS 服务提供能力对象。
    • 方法详细资料

      • execute

        public ProcessDescriptions execute(DescribeProcess describeProcess)
                                    throws OGCException
        
        获取指定process名称的详细信息。
        参数:
        describeProcess - 封装的查询对象。
        返回:
        对象列表。
        抛出:
        OGCException - OGC 服务异常。