public enum GeoHashPrecision extends Enum<GeoHashPrecision>
| Enum Constant and Description |
|---|
GHP_1200M_609M_6
1200m * 609m
|
GHP_120CM_595MM_10
120cm * 595mm
|
GHP_1252KM_624KM_2
1252km * 624km
|
GHP_149MM_149MM_11
149mm * 149mm
|
GHP_152M_152M_7
152m * 152m
|
GHP_156KM_156KM_3
156km * 156km
|
GHP_37MM_19MM_12
37mm * 19mm
|
GHP_38M_19M_8
38m * 19m
|
GHP_39KM_19KM_4
39km * 19km
|
GHP_480CM_480CM_9
480cm * 480cm
|
GHP_4900M_4900M_5
4900m * 4900m
|
GHP_5009KM_4992KM_1
5009km * 4922km
|
UNKNOWN
unknown
|
| Modifier and Type | Method and Description |
|---|---|
static GeoHashPrecision |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoHashPrecision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoHashPrecision UNKNOWN
public static final GeoHashPrecision GHP_5009KM_4992KM_1
public static final GeoHashPrecision GHP_1252KM_624KM_2
public static final GeoHashPrecision GHP_156KM_156KM_3
public static final GeoHashPrecision GHP_39KM_19KM_4
public static final GeoHashPrecision GHP_4900M_4900M_5
public static final GeoHashPrecision GHP_1200M_609M_6
public static final GeoHashPrecision GHP_152M_152M_7
public static final GeoHashPrecision GHP_38M_19M_8
public static final GeoHashPrecision GHP_480CM_480CM_9
public static final GeoHashPrecision GHP_120CM_595MM_10
public static final GeoHashPrecision GHP_149MM_149MM_11
public static final GeoHashPrecision GHP_37MM_19MM_12
public static GeoHashPrecision[] values()
for (GeoHashPrecision c : GeoHashPrecision.values()) System.out.println(c);
public static GeoHashPrecision 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 © 2024. All Rights Reserved.