public static enum FillExtrusionMBLayer.TranslateAnchor extends Enum<FillExtrusionMBLayer.TranslateAnchor>
Enum Constant and Description |
---|
MAP
Translation relative to the map.
|
VIEWPORT
Translation relative to the viewport.
|
Modifier and Type | Method and Description |
---|---|
static FillExtrusionMBLayer.TranslateAnchor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillExtrusionMBLayer.TranslateAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillExtrusionMBLayer.TranslateAnchor MAP
public static final FillExtrusionMBLayer.TranslateAnchor VIEWPORT
public static FillExtrusionMBLayer.TranslateAnchor[] values()
for (FillExtrusionMBLayer.TranslateAnchor c : FillExtrusionMBLayer.TranslateAnchor.values()) System.out.println(c);
public static FillExtrusionMBLayer.TranslateAnchor 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–2023 Geotools. All rights reserved.