public static enum GeoHelper.Encoding extends Enum<GeoHelper.Encoding>
| Modifier and Type | Method and Description |
|---|---|
static GeoHelper.Encoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoHelper.Encoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoHelper.Encoding SIMPLE
public static final GeoHelper.Encoding W3C
public static final GeoHelper.Encoding GML
public static GeoHelper.Encoding[] values()
for (GeoHelper.Encoding c : GeoHelper.Encoding.values()) System.out.println(c);
public static GeoHelper.Encoding 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 © 2014 Cohesive Integrations, LLC. All rights reserved.