public static enum MapView.RenderStack extends java.lang.Enum<MapView.RenderStack>
Enum Constant and Description |
---|
BASEMAP |
MAP_LAYERS |
MAP_SURFACE_OVERLAYS |
POINT_OVERLAYS |
RASTER_OVERLAYS |
TARGETING |
VECTOR_OVERLAYS |
WIDGETS |
Modifier and Type | Method and Description |
---|---|
static MapView.RenderStack |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapView.RenderStack[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapView.RenderStack BASEMAP
public static final MapView.RenderStack MAP_LAYERS
public static final MapView.RenderStack MAP_SURFACE_OVERLAYS
public static final MapView.RenderStack RASTER_OVERLAYS
public static final MapView.RenderStack VECTOR_OVERLAYS
public static final MapView.RenderStack POINT_OVERLAYS
public static final MapView.RenderStack TARGETING
public static final MapView.RenderStack WIDGETS
public static MapView.RenderStack[] values()
for (MapView.RenderStack c : MapView.RenderStack.values()) System.out.println(c);
public static MapView.RenderStack valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null