public static enum Grib2Utils.LatLonCoordType extends Enum<Grib2Utils.LatLonCoordType>
| Modifier and Type | Method and Description |
|---|---|
static Grib2Utils.LatLonCoordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grib2Utils.LatLonCoordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grib2Utils.LatLonCoordType U
public static final Grib2Utils.LatLonCoordType V
public static final Grib2Utils.LatLonCoordType P
public static Grib2Utils.LatLonCoordType[] values()
for (Grib2Utils.LatLonCoordType c : Grib2Utils.LatLonCoordType.values()) System.out.println(c);
public static Grib2Utils.LatLonCoordType 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 © 1999–2014 UCAR/Unidata. All rights reserved.