public static enum NetCDFUtilities.Axis extends Enum<NetCDFUtilities.Axis>
Modifier and Type | Method and Description |
---|---|
static NetCDFUtilities.Axis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFUtilities.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFUtilities.Axis X
public static final NetCDFUtilities.Axis Y
public static final NetCDFUtilities.Axis Z
public static final NetCDFUtilities.Axis T
public static NetCDFUtilities.Axis[] values()
for (NetCDFUtilities.Axis c : NetCDFUtilities.Axis.values()) System.out.println(c);
public static NetCDFUtilities.Axis 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 © 1996–2019 Geotools. All rights reserved.