
public static enum ScaleBarOverlay.UnitsOfMeasure extends Enum<ScaleBarOverlay.UnitsOfMeasure>
| Modifier and Type | Method and Description |
|---|---|
static ScaleBarOverlay.UnitsOfMeasure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleBarOverlay.UnitsOfMeasure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaleBarOverlay.UnitsOfMeasure metric
public static final ScaleBarOverlay.UnitsOfMeasure imperial
public static final ScaleBarOverlay.UnitsOfMeasure nautical
public static ScaleBarOverlay.UnitsOfMeasure[] values()
for (ScaleBarOverlay.UnitsOfMeasure c : ScaleBarOverlay.UnitsOfMeasure.values()) System.out.println(c);
public static ScaleBarOverlay.UnitsOfMeasure 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 null