public static enum Projection.Property extends Enum<Projection.Property>
| Enum Constant and Description |
|---|
APHYLACTIC |
CONFORMAL |
EQUAL_AREA |
EQUIDISTANT |
GNOMONIC |
| Modifier and Type | Method and Description |
|---|---|
static Projection.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Projection.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Projection.Property APHYLACTIC
public static final Projection.Property CONFORMAL
public static final Projection.Property EQUAL_AREA
public static final Projection.Property EQUIDISTANT
public static final Projection.Property GNOMONIC
public static Projection.Property[] values()
for (Projection.Property c : Projection.Property.values()) System.out.println(c);
public static Projection.Property 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.