public static enum NetcdfDataset.Enhance extends java.lang.Enum<NetcdfDataset.Enhance>
Enum Constant and Description |
---|
ConvertEnums
convert enums to Strings
|
CoordSystems
build coordinate systems
|
ScaleMissing
Calculate scale/offset and missing values, promoting data type if needed
|
ScaleMissingDefer
Calculate scale/offset/missing info, but dont automatically convert data.
|
Modifier and Type | Method and Description |
---|---|
static NetcdfDataset.Enhance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetcdfDataset.Enhance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetcdfDataset.Enhance ScaleMissing
public static final NetcdfDataset.Enhance ScaleMissingDefer
public static final NetcdfDataset.Enhance CoordSystems
public static final NetcdfDataset.Enhance ConvertEnums
public static NetcdfDataset.Enhance[] values()
for (NetcdfDataset.Enhance c : NetcdfDataset.Enhance.values()) System.out.println(c);
public static NetcdfDataset.Enhance 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 null