public class ProcessResult
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<Geometry> | geometrysThe analysis result geometry. | 
| java.lang.String | messageThe information to return when it fails to analyze. | 
| java.lang.String | outputFormatThe return format. | 
| boolean | succeedWhether 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