public static enum GetFeatureInfoLayer.InfoFormat extends Enum<GetFeatureInfoLayer.InfoFormat>
Enum Constant and Description |
---|
GML |
GML_2 |
GML_3 |
HTML |
JSON |
JSONP |
TEXT |
Modifier and Type | Method and Description |
---|---|
static GetFeatureInfoLayer.InfoFormat |
decode(String description) |
String |
getDescription() |
static GetFeatureInfoLayer.InfoFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetFeatureInfoLayer.InfoFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetFeatureInfoLayer.InfoFormat HTML
public static final GetFeatureInfoLayer.InfoFormat TEXT
public static final GetFeatureInfoLayer.InfoFormat GML
public static final GetFeatureInfoLayer.InfoFormat GML_2
public static final GetFeatureInfoLayer.InfoFormat GML_3
public static final GetFeatureInfoLayer.InfoFormat JSON
public static final GetFeatureInfoLayer.InfoFormat JSONP
public static GetFeatureInfoLayer.InfoFormat[] values()
for (GetFeatureInfoLayer.InfoFormat c : GetFeatureInfoLayer.InfoFormat.values()) System.out.println(c);
public static GetFeatureInfoLayer.InfoFormat 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 getDescription()
public static GetFeatureInfoLayer.InfoFormat decode(String description)
Copyright © 2017 Comune di Prato. All rights reserved.