public static enum HeadlessMapProvider.RoundingPrecision extends Enum<HeadlessMapProvider.RoundingPrecision>
| Enum Constant and Description |
|---|
HUNDRETH |
NO_ROUNDING |
TENTH |
THOUSANDTH |
| Modifier and Type | Method and Description |
|---|---|
static HeadlessMapProvider.RoundingPrecision |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadlessMapProvider.RoundingPrecision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeadlessMapProvider.RoundingPrecision NO_ROUNDING
public static final HeadlessMapProvider.RoundingPrecision TENTH
public static final HeadlessMapProvider.RoundingPrecision HUNDRETH
public static final HeadlessMapProvider.RoundingPrecision THOUSANDTH
public static HeadlessMapProvider.RoundingPrecision[] values()
for (HeadlessMapProvider.RoundingPrecision c : HeadlessMapProvider.RoundingPrecision.values()) System.out.println(c);
public static HeadlessMapProvider.RoundingPrecision 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 © 2012–2025 cismet GmbH. All rights reserved.