|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.na.Route
public class Route
Class holding the information for a single route
Constructor Summary | |
---|---|
Route()
Empty constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Envelope |
getEnvelope()
Gets the envelope encompassing the route |
Graphic |
getRoute()
Gets the graphic for the full route (polyline) |
int |
getRouteID()
Gets the integer ID of the route |
String |
getRouteName()
Gets the name of the route |
List<RoutingDirection> |
getRoutingDirections()
Gets the list of turn by turn directions for this route |
double |
getTotalDriveTime()
Gets the total drive time of the route |
double |
getTotalLength()
Gets the total length of the route (distance) |
double |
getTotalTime()
Gets the total time of the route |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Route()
Method Detail |
---|
public Graphic getRoute()
public int getRouteID()
public String getRouteName()
public double getTotalLength()
public double getTotalTime()
public double getTotalDriveTime()
public Envelope getEnvelope()
public List<RoutingDirection> getRoutingDirections()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |