com.supermap.services.wps

Class GenerateExecute

  • java.lang.Object
    • com.supermap.services.wps.GenerateExecute
  • All Implemented Interfaces:
    java.io.Serializable


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

    The processing results of the generated Execute in WPS service.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      GenerateExecute(GenerateDescribeProcess generateDescribeProcess)
      The processing results of the generated Execute in WPS service.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ExecuteResponse execute(Execute execute)
      Generate Execute result
      java.lang.String executeNoStore(Execute execute)
      Generate Execute result
      GMLBase getInstance(java.lang.String version)
      Get the object instance according the version of GML
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • generateDescribeProcess

        public GenerateDescribeProcess generateDescribeProcess
        

        Get the description object of the specified operation

      • gmlBase212

        public transient GMLBase gmlBase212
        

        GML2.1.2 version instance

      • gmlBase321

        public transient GMLBase gmlBase321
        

        GML3.2.1 version instance

    • Constructor Detail

      • GenerateExecute

        public GenerateExecute(GenerateDescribeProcess generateDescribeProcess)
        

        The processing results of the generated Execute in WPS service.

        Parameters:
        generateDescribeProcess -
    • Method Detail

      • getInstance

        public GMLBase getInstance(java.lang.String version)
        

        Get the object instance according the version of GML

        Parameters:
        version - GML version
        Returns:
        instance
      • execute

        public ExecuteResponse execute(Execute execute)
                                throws OGCException
        

        Generate Execute result

        Parameters:
        execute - execution parameters
        Returns:
        Throws:
        OGCException
      • executeNoStore

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

        Generate Execute result

        Parameters:
        execute - execution parameters
        Returns:
        Throws:
        OGCException