public class SurfaceAnalystResult
extends java.lang.Object
implements java.io.Serializable
The Surface Analysis Result class.
| Modifier and Type | Field and Description |
|---|---|
DatasetInfo |
datasetInfo
Data set information.
|
Geometry[] |
geometries
The geometric object used to surface analysis.
|
| Constructor and Description |
|---|
SurfaceAnalystResult()
The Constructor.
|
SurfaceAnalystResult(SurfaceAnalystResult surfaceAnalystResult)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares whether the specified object equals to the current
SurfaceAnalystResult object. |
int |
hashCode()
Get the hash code of the current surface analysis result object.
|
public Geometry[] geometries
The geometric object used to surface analysis.
public DatasetInfo datasetInfo
Data set information. For details please refer to DatasetInfo
public SurfaceAnalystResult()
The Constructor.
public SurfaceAnalystResult(SurfaceAnalystResult surfaceAnalystResult)
The Constructor.
surfaceAnalystResult - object.public boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current SurfaceAnalystResult object.
equals in class java.lang.Objectobj - the object to compare with the current SurfaceAnalystResult object.public int hashCode()
Get the hash code of the current surface analysis result object.
hashCode in class java.lang.Object