public enum WmsParameters extends Enum<WmsParameters>
Enum Constant and Description |
---|
BBOX |
CRS |
FORMAT |
HEIGHT |
LAYERS |
REQUEST |
SERVICE |
SRS |
STYLES |
TRANSPARENT |
VERSION |
WIDTH |
Modifier and Type | Method and Description |
---|---|
String |
getParameter() |
String |
getValue() |
void |
setParameter(String parameter) |
void |
setValue(String value) |
static WmsParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmsParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmsParameters SERVICE
public static final WmsParameters VERSION
public static final WmsParameters REQUEST
public static final WmsParameters LAYERS
public static final WmsParameters STYLES
public static final WmsParameters BBOX
public static final WmsParameters WIDTH
public static final WmsParameters HEIGHT
public static final WmsParameters SRS
public static final WmsParameters CRS
public static final WmsParameters FORMAT
public static final WmsParameters TRANSPARENT
public static WmsParameters[] values()
for (WmsParameters c : WmsParameters.values()) System.out.println(c);
public static WmsParameters 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 nullpublic String getParameter()
public void setParameter(String parameter)
public String getValue()
public void setValue(String value)
Copyright © 2016. All Rights Reserved.