com.supermap.services.wps

类 GenerateExecute

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


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

    WPS 服务中,生成Execute的处理结果。

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

      方法 
      限定符和类型 方法和说明
      ExecuteResponse execute(Execute execute)
      生成Execute结果
      java.lang.String executeNoStore(Execute execute)
      生成Execute结果
      GMLBase getInstance(java.lang.String version)
      根据GML的版本获取对象的实例
      • 从类继承的方法 java.lang.Object

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

      • generateDescribeProcess

        public GenerateDescribeProcess generateDescribeProcess
        

        获取指定操作的描述的对象

      • gmlBase212

        public transient GMLBase gmlBase212
        

        GML2.1.2版本实例

      • gmlBase321

        public transient GMLBase gmlBase321
        

        GML3.2.1版本实例

    • 构造器详细资料

      • GenerateExecute

        public GenerateExecute(GenerateDescribeProcess generateDescribeProcess)
        

        WPS 服务中,生成Execute的处理结果。

        参数:
        generateDescribeProcess -
    • 方法详细资料

      • getInstance

        public GMLBase getInstance(java.lang.String version)
        

        根据GML的版本获取对象的实例

        参数:
        version - GML版本
        返回:
        实例
      • execute

        public ExecuteResponse execute(Execute execute)
                                throws OGCException
        

        生成Execute结果

        参数:
        execute - 执行参数
        返回:
        抛出:
        OGCException
      • executeNoStore

        public java.lang.String executeNoStore(Execute execute)
                                        throws OGCException
        

        生成Execute结果

        参数:
        execute - 执行参数
        返回:
        抛出:
        OGCException