|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RoutingManeuver> com.esri.core.tasks.ags.na.RoutingManeuver
public enum RoutingManeuver
The enumeration types for a direction maneuver.
Enum Constant Summary | |
---|---|
BEAR_LEFT
Bear left. |
|
BEAR_RIGHT
Bear right. |
|
DEPART
Depart stop. |
|
DOOR_PASSAGE
Door passage. |
|
ELEVATOR
Elevator. |
|
END_OF_FERRY
End of ferry. |
|
ESCALATOR
Escalator. |
|
FERRY
Take ferry. |
|
FORK_CENTER
At fork keep center. |
|
FORK_LEFT
At fork keep left. |
|
FORK_RIGHT
At fork keep right. |
|
HIGHWAY_CHANGE
Go on another highway. |
|
HIGHWAY_EXIT
Exit highway. |
|
HIGHWAY_MERGE
Merge to highway. |
|
PEDESTRIAN_RAMP
Pedestrian ramp. |
|
RAMP_LEFT
Ramp left. |
|
RAMP_RIGHT
Ramp right. |
|
ROUNDABOUT
Take roundabout. |
|
SHARP_LEFT
Make sharp left. |
|
SHARP_RIGHT
Make sharp right. |
|
STAIRS
Stairs. |
|
STOP
Arrive At Stop. |
|
STRAIGHT
Go straight. |
|
TRIP_ITEM
Trip planning item. |
|
TURN_LEFT
Turn left. |
|
TURN_LEFT_LEFT
Turn left and immediately turn left. |
|
TURN_LEFT_RIGHT
Turn left and immediately turn right. |
|
TURN_RIGHT
Turn right. |
|
TURN_RIGHT_LEFT
Turn right and immediately turn left. |
|
TURN_RIGHT_RIGHT
Turn right and immediately turn right. |
|
U_TURN
Make a U-turn. |
|
UNKNOWN
Unknown |
Method Summary | |
---|---|
static RoutingManeuver |
fromString(String str)
|
String |
toString()
|
static RoutingManeuver |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RoutingManeuver[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RoutingManeuver UNKNOWN
public static final RoutingManeuver STOP
public static final RoutingManeuver STRAIGHT
public static final RoutingManeuver BEAR_LEFT
public static final RoutingManeuver BEAR_RIGHT
public static final RoutingManeuver TURN_LEFT
public static final RoutingManeuver TURN_RIGHT
public static final RoutingManeuver SHARP_LEFT
public static final RoutingManeuver SHARP_RIGHT
public static final RoutingManeuver U_TURN
public static final RoutingManeuver FERRY
public static final RoutingManeuver ROUNDABOUT
public static final RoutingManeuver HIGHWAY_MERGE
public static final RoutingManeuver HIGHWAY_EXIT
public static final RoutingManeuver HIGHWAY_CHANGE
public static final RoutingManeuver FORK_CENTER
public static final RoutingManeuver FORK_LEFT
public static final RoutingManeuver FORK_RIGHT
public static final RoutingManeuver DEPART
public static final RoutingManeuver TRIP_ITEM
public static final RoutingManeuver END_OF_FERRY
public static final RoutingManeuver RAMP_RIGHT
public static final RoutingManeuver RAMP_LEFT
public static final RoutingManeuver TURN_LEFT_RIGHT
public static final RoutingManeuver TURN_RIGHT_LEFT
public static final RoutingManeuver TURN_RIGHT_RIGHT
public static final RoutingManeuver TURN_LEFT_LEFT
public static final RoutingManeuver PEDESTRIAN_RAMP
public static final RoutingManeuver ELEVATOR
public static final RoutingManeuver ESCALATOR
public static final RoutingManeuver STAIRS
public static final RoutingManeuver DOOR_PASSAGE
Method Detail |
---|
public static RoutingManeuver[] values()
for (RoutingManeuver c : RoutingManeuver.values()) System.out.println(c);
public static RoutingManeuver valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RoutingManeuver>
public static RoutingManeuver fromString(String str)
str
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |