public static enum SymbolMBLayer.SymbolPlacement extends Enum<SymbolMBLayer.SymbolPlacement>
Enum Constant and Description |
---|
LINE
The label is placed along the line of the geometry.
|
POINT
The label is placed at the point where the geometry is located.
|
Modifier and Type | Method and Description |
---|---|
static SymbolMBLayer.SymbolPlacement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymbolMBLayer.SymbolPlacement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SymbolMBLayer.SymbolPlacement POINT
public static final SymbolMBLayer.SymbolPlacement LINE
public static SymbolMBLayer.SymbolPlacement[] values()
for (SymbolMBLayer.SymbolPlacement c : SymbolMBLayer.SymbolPlacement.values()) System.out.println(c);
public static SymbolMBLayer.SymbolPlacement 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 © 1996–2021 Geotools. All rights reserved.