public static enum CircleMBLayer.CircleTranslateAnchor extends Enum<CircleMBLayer.CircleTranslateAnchor>
Map: The circle is translated relative to the map. Viewport: The circle is translated relative to the viewport.
Modifier and Type | Method and Description |
---|---|
static CircleMBLayer.CircleTranslateAnchor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircleMBLayer.CircleTranslateAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CircleMBLayer.CircleTranslateAnchor MAP
public static final CircleMBLayer.CircleTranslateAnchor VIEWPORT
public static CircleMBLayer.CircleTranslateAnchor[] values()
for (CircleMBLayer.CircleTranslateAnchor c : CircleMBLayer.CircleTranslateAnchor.values()) System.out.println(c);
public static CircleMBLayer.CircleTranslateAnchor 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.