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.SerializableObtain 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
-
-
Field Summary
Fields Modifier and Type Field and Description GenerateCapabilitiesgenerateCapabilitiesGet the service abilities provided by the WPS service.
-
Constructor Summary
Constructors Constructor and Description GenerateDescribeProcess(GenerateCapabilities generateCapabilities)Construct theGenerateDescribeProcessobject according to WPS service provider capability object.
-
Method Summary
Methods Modifier and Type Method and Description ProcessDescriptionsexecute(DescribeProcess describeProcess)Get the detailed information of the specific process name.
-
-
-
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
GenerateDescribeProcessobject according to WPS service provider capability object.- Parameters:
generateCapabilities- WPS service provider capability object.
-
-
Method Detail
-
execute
public ProcessDescriptions execute(DescribeProcess describeProcess) throws OGCExceptionGet the detailed information of the specific process name.- Parameters:
describeProcess- Encapsulated query object. Encapsulated query object.- Throws:
OGCException- OGC service exception.
-
-