public static enum Grib2Utils.LatLon2DCoord extends java.lang.Enum<Grib2Utils.LatLon2DCoord>
Enum Constant and Description |
---|
P_Latitude |
P_Longitude |
U_Latitude |
U_Longitude |
V_Latitude |
V_Longitude |
Modifier and Type | Method and Description |
---|---|
AxisType |
getAxisType() |
static Grib2Utils.LatLon2DCoord |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Grib2Utils.LatLon2DCoord[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grib2Utils.LatLon2DCoord U_Latitude
public static final Grib2Utils.LatLon2DCoord U_Longitude
public static final Grib2Utils.LatLon2DCoord V_Latitude
public static final Grib2Utils.LatLon2DCoord V_Longitude
public static final Grib2Utils.LatLon2DCoord P_Latitude
public static final Grib2Utils.LatLon2DCoord P_Longitude
public static Grib2Utils.LatLon2DCoord[] values()
for (Grib2Utils.LatLon2DCoord c : Grib2Utils.LatLon2DCoord.values()) System.out.println(c);
public static Grib2Utils.LatLon2DCoord valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic AxisType getAxisType()