public class ViewShedResult3D extends SpatialAnalystResult
3D view shed analysis result class.
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
resultDataset
Result grid dataset name.
|
message, succeed| Constructor and Description |
|---|
ViewShedResult3D()
The Constructor.
|
ViewShedResult3D(ViewShedResult3D viewShedResult3D)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares whether the specified object equals to the current
ViewShedResult3D object. |
int |
hashCode()
Gets hash code value of
ViewShedResult3D object. |
public ViewShedResult3D()
The Constructor.
public ViewShedResult3D(ViewShedResult3D viewShedResult3D)
The Constructor.
viewShedResult3D - 3D view shed analysis result object.public boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current ViewShedResult3D object.
equals in class SpatialAnalystResultobj - the object to compare with the current ViewShedResult3D object.public int hashCode()
Gets hash code value of ViewShedResult3D object.
hashCode in class SpatialAnalystResult