public static enum CircleMBLayer.CirclePitchScale extends Enum<CircleMBLayer.CirclePitchScale>
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.CirclePitchScale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircleMBLayer.CirclePitchScale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CircleMBLayer.CirclePitchScale MAP
public static final CircleMBLayer.CirclePitchScale VIEWPORT
public static CircleMBLayer.CirclePitchScale[] values()
for (CircleMBLayer.CirclePitchScale c : CircleMBLayer.CirclePitchScale.values()) System.out.println(c);
public static CircleMBLayer.CirclePitchScale 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.