public class GeometrySearchResponse
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ResponseError |
error
Error code and description.
|
protected GeometrySearchResult[] |
results
Result list.
|
protected Summary |
summary
This section contains basic information about returned results.
|
| Constructor and Description |
|---|
GeometrySearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage()
The error message if applicable.
|
boolean |
hasError()
True if error occurs, false otherwise.
|
protected Summary summary
protected GeometrySearchResult[] results
protected ResponseError error