public static enum OSMLevel.Source extends Enum<OSMLevel.Source>
Enum Constant and Description |
---|
ALTITUDE |
LAYER_TAG |
LEVEL_MAP |
LEVEL_TAG |
NONE |
Modifier and Type | Method and Description |
---|---|
static OSMLevel.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSMLevel.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSMLevel.Source LEVEL_MAP
public static final OSMLevel.Source LEVEL_TAG
public static final OSMLevel.Source LAYER_TAG
public static final OSMLevel.Source ALTITUDE
public static final OSMLevel.Source NONE
public static OSMLevel.Source[] values()
for (OSMLevel.Source c : OSMLevel.Source.values()) System.out.println(c);
public static OSMLevel.Source 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 © 2018. All rights reserved.