public static enum Projection.Surface extends Enum<Projection.Surface>
| Enum Constant and Description |
|---|
AZIMUTHAL |
CONICAL |
CYLINDRICAL |
HYBRID |
MISCELLANEOUS |
POLYCONICAL |
PSEUDOAZIMUTHAL |
PSEUDOCONICAL |
PSEUDOCYLINDRICAL |
RETROAZIMUTHAL |
| Modifier and Type | Method and Description |
|---|---|
static Projection.Surface |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Projection.Surface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Projection.Surface AZIMUTHAL
public static final Projection.Surface CONICAL
public static final Projection.Surface CYLINDRICAL
public static final Projection.Surface HYBRID
public static final Projection.Surface MISCELLANEOUS
public static final Projection.Surface POLYCONICAL
public static final Projection.Surface PSEUDOAZIMUTHAL
public static final Projection.Surface PSEUDOCONICAL
public static final Projection.Surface PSEUDOCYLINDRICAL
public static final Projection.Surface RETROAZIMUTHAL
public static Projection.Surface[] values()
for (Projection.Surface c : Projection.Surface.values()) System.out.println(c);
public static Projection.Surface 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 © 2019 CNRS. All rights reserved.