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.SerializableThe processing results of the generated Execute in WPS service.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description GenerateDescribeProcessgenerateDescribeProcessGet the description object of the specified operationGMLBasegmlBase212GML2.1.2 version instanceGMLBasegmlBase321GML3.2.1 version instance
-
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 ExecuteResponseexecute(Execute execute)Generate Execute resultjava.lang.StringexecuteNoStore(Execute execute)Generate Execute resultGMLBasegetInstance(java.lang.String version)Get the object instance according the version of GML
-
-
-
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 OGCExceptionGenerate Execute result
- Parameters:
execute- execution parameters- Returns:
- Throws:
OGCException
-
executeNoStore
public java.lang.String executeNoStore(Execute execute) throws OGCExceptionGenerate Execute result
- Parameters:
execute- execution parameters- Returns:
- Throws:
OGCException
-
-