public enum GeoPointFields extends Enum<GeoPointFields>
| Modifier and Type | Field and Description |
|---|---|
String |
propertyKey |
| Modifier and Type | Method and Description |
|---|---|
static GeoPointFields |
fromName(String fieldName) |
static GeoPointFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPointFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoPointFields X
public static final GeoPointFields Y
public static final GeoPointFields Z
public static final GeoPointFields LONGITUDE
public static final GeoPointFields LATITUDE
public static final GeoPointFields HEIGHT
public String propertyKey
public static GeoPointFields[] values()
for (GeoPointFields c : GeoPointFields.values()) System.out.println(c);
public static GeoPointFields 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 static GeoPointFields fromName(String fieldName)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.