public class ProcessResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<Geometry> |
geometrys
The analysis result geometry.
|
java.lang.String |
message
The information to return when it fails to analyze.
|
java.lang.String |
outputFormat
The return format.
|
boolean |
succeed
Whether the analysis is successful.
|
Constructor and Description |
---|
ProcessResult() |
public boolean succeed
public java.lang.String outputFormat
public java.lang.String message
The information to return when it fails to analyze.
public java.util.List<Geometry> geometrys