public static enum AddStaticLayersProcessor.StaticLayerPosition extends java.lang.Enum<AddStaticLayersProcessor.StaticLayerPosition>
| Enum Constant and Description |
|---|
BOTTOM
Add Layers to the bottom of the map, background layers.
|
TOP
Add Layers to the top of the map.
|
| Modifier and Type | Method and Description |
|---|---|
static AddStaticLayersProcessor.StaticLayerPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddStaticLayersProcessor.StaticLayerPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddStaticLayersProcessor.StaticLayerPosition TOP
public static final AddStaticLayersProcessor.StaticLayerPosition BOTTOM
public static AddStaticLayersProcessor.StaticLayerPosition[] values()
for (AddStaticLayersProcessor.StaticLayerPosition c : AddStaticLayersProcessor.StaticLayerPosition.values()) System.out.println(c);
public static AddStaticLayersProcessor.StaticLayerPosition 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