public enum OpenLayerFormatType extends Enum<OpenLayerFormatType>
| Modifier and Type | Method and Description |
|---|---|
static List<OpenLayerFormatType> |
asList() |
static OpenLayerFormatType |
getFromLabel(String label) |
String |
getId() |
String |
getLabel() |
String |
toString() |
static OpenLayerFormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenLayerFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenLayerFormatType GML
public static final OpenLayerFormatType GeoJSON
public static final OpenLayerFormatType WKT
public static OpenLayerFormatType[] values()
for (OpenLayerFormatType c : OpenLayerFormatType.values()) System.out.println(c);
public static OpenLayerFormatType 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 toString()
toString in class Enum<OpenLayerFormatType>public String getLabel()
public String getId()
public static OpenLayerFormatType getFromLabel(String label)
label - labelpublic static List<OpenLayerFormatType> asList()
Copyright © 2019. All Rights Reserved.