com.supermap.services.wps

Class GenerateDescribeProcess

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


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

    Obtain the description of the specified operation in WPS service.

    Provides the ability to support the ProcessDescription operation of the WPS service.

    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ProcessDescriptions execute(DescribeProcess describeProcess)
      Get the detailed information of the specific process name.
      • Methods inherited from class java.lang.Object

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

      • generateCapabilities

        public GenerateCapabilities generateCapabilities
        

        Get the service abilities provided by the WPS service.

        Since:
        6.1.3
    • Constructor Detail

      • GenerateDescribeProcess

        public GenerateDescribeProcess(GenerateCapabilities generateCapabilities)
        

        Construct the GenerateDescribeProcess object according to WPS service provider capability object.

        Parameters:
        generateCapabilities - WPS service provider capability object.
    • Method Detail

      • execute

        public ProcessDescriptions execute(DescribeProcess describeProcess)
                                    throws OGCException
        
        Get the detailed information of the specific process name.
        Parameters:
        describeProcess - Encapsulated query object. Encapsulated query object.
        Throws:
        OGCException - OGC service exception.