public static enum MapWidget.MapMode extends Enum<MapWidget.MapMode>
| Enum Constant and Description |
|---|
CUSTOM |
MEASUREMENT |
MOVE_POLYGON |
PAN |
REMOVE_POLYGON |
SELECT |
ZOOM |
| Modifier and Type | Method and Description |
|---|---|
static MapWidget.MapMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapWidget.MapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapWidget.MapMode SELECT
public static final MapWidget.MapMode PAN
public static final MapWidget.MapMode ZOOM
public static final MapWidget.MapMode MOVE_POLYGON
public static final MapWidget.MapMode REMOVE_POLYGON
public static final MapWidget.MapMode CUSTOM
public static final MapWidget.MapMode MEASUREMENT
public static MapWidget.MapMode[] values()
for (MapWidget.MapMode c : MapWidget.MapMode.values()) System.out.println(c);
public static MapWidget.MapMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2025 cismet GmbH. All rights reserved.