public static enum Crs.CrsType extends Enum<Crs.CrsType>
| Modifier and Type | Method and Description |
|---|---|
static Crs.CrsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Crs.CrsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Crs.CrsType name
public static final Crs.CrsType link
public static Crs.CrsType[] values()
for (Crs.CrsType c : Crs.CrsType.values()) System.out.println(c);
public static Crs.CrsType 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 © 2018 National Geospatial-Intelligence Agency. All rights reserved.