public class RouteCalculateMeasureResult extends SpatialAnalystResult
The RouteCalculateMeasureResult class.
| Modifier and Type | Field and Description |
|---|---|
double |
measure |
message, succeed| Constructor and Description |
|---|
RouteCalculateMeasureResult()
The Constructor.
|
RouteCalculateMeasureResult(RouteCalculateMeasureResult routeCalculateMeasureResult)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks whether the specified object is equal to the current
RouteCalculateMeasureResult object. |
int |
hashCode()
Gets the hash code value for the current object.
|
public RouteCalculateMeasureResult()
The Constructor.
public RouteCalculateMeasureResult(RouteCalculateMeasureResult routeCalculateMeasureResult)
The Constructor.
routeCalculateMeasureResult - The calculated result object of route object M.public final boolean equals(java.lang.Object obj)
Checks whether the specified object is equal to the current RouteCalculateMeasureResult object.
equals in class SpatialAnalystResultobj - the object to compare with the current RouteCalculateMeasureResult object.public final int hashCode()
Gets the hash code value for the current object.
hashCode in class SpatialAnalystResult