|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.adf.web.ags.data.AGSTraversalResult
This object contains the result of network analysis. This result is created only for Route and Closest facility solver.
| Constructor Summary | |
AGSTraversalResult()
|
|
| Method Summary | |
java.util.Collection |
getDirections()
Returns the collection of traversal results. |
AGSDirection |
getSummary()
Returns the Summary of traversal results. |
void |
setDirections(java.util.Collection directions)
Sets the collection of traversal results. |
void |
setSummary(AGSDirection summary)
Sets the Summary of traversal results. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AGSTraversalResult()
| Method Detail |
public AGSDirection getSummary()
Direction- the summary of resultspublic void setSummary(AGSDirection summary)
summary - the summary of resultspublic java.util.Collection getDirections()
Collection- the collection of traversal resultspublic void setDirections(java.util.Collection directions)
directions - the collection of traversal results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||