public class CostPathLineResult extends GeometrySpatialAnalystResult
| Modifier and Type | Field and Description |
|---|---|
double |
cost
The total cost of the path.
|
image, resultGeometrymessage, succeed| Constructor and Description |
|---|
CostPathLineResult()
The Constructor.
|
CostPathLineResult(CostPathLineResult costPathLineResult)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares whether the specified object equals to the current
CostPathLineResult object. |
int |
hashCode()
Gets the hash code value for the current object.
|
public CostPathLineResult()
The Constructor.
public CostPathLineResult(CostPathLineResult costPathLineResult)
The Constructor.
costPathLineResult - Raster shortest path analysis result object.public boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current CostPathLineResult object.
equals in class GeometrySpatialAnalystResultobj - the object to compare with the current CostPathLineResult object.public int hashCode()
Gets the hash code value for the current object.
hashCode in class GeometrySpatialAnalystResult