public class GenerateExecute
extends java.lang.Object
implements java.io.Serializable
The processing results of the generated Execute in WPS service.
Modifier and Type | Field and Description |
---|---|
GenerateDescribeProcess |
generateDescribeProcess
Get the description object of the specified operation
|
GMLBase |
gmlBase212
GML2.1.2 version instance
|
GMLBase |
gmlBase321
GML3.2.1 version instance
|
Constructor and Description |
---|
GenerateExecute(GenerateDescribeProcess generateDescribeProcess)
The processing results of the generated Execute in WPS service.
|
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
|
public GenerateDescribeProcess generateDescribeProcess
Get the description object of the specified operation
public transient GMLBase gmlBase212
GML2.1.2 version instance
public transient GMLBase gmlBase321
GML3.2.1 version instance
public GenerateExecute(GenerateDescribeProcess generateDescribeProcess)
The processing results of the generated Execute in WPS service.
generateDescribeProcess
-public GMLBase getInstance(java.lang.String version)
Get the object instance according the version of GML
version
- GML versionpublic ExecuteResponse execute(Execute execute) throws OGCException
Generate Execute result
execute
- execution parametersOGCException
public java.lang.String executeNoStore(Execute execute) throws OGCException
Generate Execute result
execute
- execution parametersOGCException