com.supermap.services.wps
Class ProcessResult
- java.lang.Object
-
- com.supermap.services.wps.ProcessResult
-
public class ProcessResult extends java.lang.Objectwps processing result
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.List<Geometry>geometrysThe analysis result geometry.java.lang.StringmessageThe information to return when it fails to analyze.java.lang.StringoutputFormatThe return format.booleansucceedWhether the analysis is successful.
-
Constructor Summary
Constructors Constructor and Description ProcessResult()
-
-
-
Field Detail
-
succeed
public boolean succeed
Whether the analysis is successful.
-
outputFormat
public java.lang.String outputFormat
The return format.
-
message
public java.lang.String message
The information to return when it fails to analyze.
-
geometrys
public java.util.List<Geometry> geometrys
The analysis result geometry.
-
-