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