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