public static enum OpenLayersMapParameters.OL_MAP_PARAM extends Enum<OpenLayersMapParameters.OL_MAP_PARAM>
| Enum Constant and Description |
|---|
centermap |
maxzoomlevel |
zoom |
| Modifier and Type | Method and Description |
|---|---|
static OpenLayersMapParameters.OL_MAP_PARAM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenLayersMapParameters.OL_MAP_PARAM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenLayersMapParameters.OL_MAP_PARAM maxzoomlevel
public static final OpenLayersMapParameters.OL_MAP_PARAM zoom
public static final OpenLayersMapParameters.OL_MAP_PARAM centermap
public static OpenLayersMapParameters.OL_MAP_PARAM[] values()
for (OpenLayersMapParameters.OL_MAP_PARAM c : OpenLayersMapParameters.OL_MAP_PARAM.values()) System.out.println(c);
public static OpenLayersMapParameters.OL_MAP_PARAM 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 © 2020. All Rights Reserved.