public static enum FeatureTypeStyle.RenderingSelectionOptions extends Enum<FeatureTypeStyle.RenderingSelectionOptions>
Enum Constant and Description |
---|
LEGENDONLY |
MAPONLY |
NORMAL |
Modifier and Type | Method and Description |
---|---|
String |
getOption() |
static FeatureTypeStyle.RenderingSelectionOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureTypeStyle.RenderingSelectionOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureTypeStyle.RenderingSelectionOptions NORMAL
public static final FeatureTypeStyle.RenderingSelectionOptions LEGENDONLY
public static final FeatureTypeStyle.RenderingSelectionOptions MAPONLY
public static FeatureTypeStyle.RenderingSelectionOptions[] values()
for (FeatureTypeStyle.RenderingSelectionOptions c : FeatureTypeStyle.RenderingSelectionOptions.values()) System.out.println(c);
public static FeatureTypeStyle.RenderingSelectionOptions 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 nullpublic String getOption()
Copyright © 1996–2023 Geotools. All rights reserved.