public class DefaultWPS extends java.lang.Object implements WPS, java.io.Serializable
The default WPS interface realization class.
Realize the WPS operation defined by the WPS
interface. SuperMap iServer realizes the following WPS operation:
Modifier and Type | Field and Description |
---|---|
GenerateCapabilities |
generateCapabilities
Get the service abilities object provided by the WFS service.
|
Constructor and Description |
---|
DefaultWPS(GenerateCapabilities generateCapabilities)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ProcessDescriptions |
describeProcess(DescribeProcess describeProcess)
Get the service description information provided by the WPS service (describeProcess).
|
ExecuteResponse |
execute(Execute execute)
Execute WPS Execute (execute).
|
java.lang.String |
executeNoStore(Execute execute)
Execute WPS Execute (execute).
|
WPSCapabilitiesType |
getCapabilities(GetCapabilities getCapabilities)
Get the service abilities (Capabilities) provided by the WPS service.
|
ExceptionReport |
getExceptionReport(OGCException ogcException)
Generate exception information.
|
java.lang.String |
getVersion()
The version information of WPS.
|
public GenerateCapabilities generateCapabilities
Get the service abilities object provided by the WFS service.
public DefaultWPS(GenerateCapabilities generateCapabilities) throws OGCException
Constructor
generateCapabilities
- capability of the WPS service.OGCException
public java.lang.String getVersion()
WPS
getVersion
in interface WPS
public WPSCapabilitiesType getCapabilities(GetCapabilities getCapabilities) throws OGCException
Get the service abilities (Capabilities) provided by the WPS service.
getCapabilities
in interface WPS
OGCException
- OGC exception information.public ProcessDescriptions describeProcess(DescribeProcess describeProcess) throws OGCException
Get the service description information provided by the WPS service (describeProcess).
describeProcess
in interface WPS
OGCException
- OGC exception information.public ExecuteResponse execute(Execute execute) throws OGCException
Execute WPS Execute (execute).
execute
in interface WPS
OGCException
- OGC exception information.public java.lang.String executeNoStore(Execute execute) throws OGCException
Execute WPS Execute (execute).
executeNoStore
in interface WPS
OGCException
- OGC exception information.public ExceptionReport getExceptionReport(OGCException ogcException)
Generate exception information.
getExceptionReport
in interface WPS