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