public static enum AzimuthalEquidistant.Mode extends Enum<AzimuthalEquidistant.Mode>
Enum Constant and Description |
---|
EQUATORIAL |
NORTH_POLAR |
OBLIQUE |
SOUTH_POLAR |
Modifier and Type | Method and Description |
---|---|
static AzimuthalEquidistant.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzimuthalEquidistant.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AzimuthalEquidistant.Mode NORTH_POLAR
public static final AzimuthalEquidistant.Mode SOUTH_POLAR
public static final AzimuthalEquidistant.Mode EQUATORIAL
public static final AzimuthalEquidistant.Mode OBLIQUE
public static AzimuthalEquidistant.Mode[] values()
for (AzimuthalEquidistant.Mode c : AzimuthalEquidistant.Mode.values()) System.out.println(c);
public static AzimuthalEquidistant.Mode 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–2019 Geotools. All rights reserved.