public static enum NetcdfFileWriter.Version extends Enum<NetcdfFileWriter.Version>
Enum Constant and Description |
---|
ncstream |
netcdf3 |
netcdf3c |
netcdf3c64 |
netcdf4 |
netcdf4_classic |
Modifier and Type | Method and Description |
---|---|
String |
getSuffix() |
boolean |
isExtendedModel() |
boolean |
isNetdf4format() |
boolean |
useJniIosp() |
static NetcdfFileWriter.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetcdfFileWriter.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetcdfFileWriter.Version netcdf3
public static final NetcdfFileWriter.Version netcdf4
public static final NetcdfFileWriter.Version netcdf4_classic
public static final NetcdfFileWriter.Version netcdf3c
public static final NetcdfFileWriter.Version netcdf3c64
public static final NetcdfFileWriter.Version ncstream
public static NetcdfFileWriter.Version[] values()
for (NetcdfFileWriter.Version c : NetcdfFileWriter.Version.values()) System.out.println(c);
public static NetcdfFileWriter.Version 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 nullpublic boolean isNetdf4format()
public boolean isExtendedModel()
public boolean useJniIosp()
public String getSuffix()