public class SpatialAnalystResult
extends java.lang.Object
implements java.io.Serializable
The spatial analysis result class.
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
message
The information to return when it fails to analyze.
|
boolean |
succeed
Whether the analysis is successful.
|
| Constructor and Description |
|---|
SpatialAnalystResult()
The Constructor.
|
SpatialAnalystResult(SpatialAnalystResult spatialAnalystResult)
The Constructor.
|
public boolean succeed
public java.lang.String message
The information to return when it fails to analyze.
public SpatialAnalystResult()
The Constructor.
public SpatialAnalystResult(SpatialAnalystResult spatialAnalystResult)
The Constructor.
spatialAnalystResult - spatialAnalystResult.public boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current spatialAnalystResult object.
equals in class java.lang.Objectobj - Object that compares with the current spatialAnalystResult object.public int hashCode()
Get the hash code of the current surface analysis result object.
hashCode in class java.lang.Object