|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GPSLayer.Mode> com.esri.map.GPSLayer.Mode
public static enum GPSLayer.Mode
GPS modes.
Enum Constant Summary | |
---|---|
AUTOPAN
Map is auto-panned so that the new extent includes the GPS point. |
|
NAVIGATION
The map is automatically panned and rotated so that the GPS point is fixed on screen and the pointed towards the top. |
|
OFF
In this mode, map's extent is not dependent on the GPS point. |
Method Summary | |
---|---|
static GPSLayer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPSLayer.Mode[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GPSLayer.Mode OFF
public static final GPSLayer.Mode AUTOPAN
public static final GPSLayer.Mode NAVIGATION
Method Detail |
---|
public static GPSLayer.Mode[] values()
for (GPSLayer.Mode c : GPSLayer.Mode.values()) System.out.println(c);
public static GPSLayer.Mode 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |