@Deprecated public static enum NetcdfFileWriter.Version extends java.lang.Enum<NetcdfFileWriter.Version>
| Enum Constant and Description |
|---|
ncstream
Deprecated.
|
netcdf3
Deprecated.
|
netcdf3c
Deprecated.
|
netcdf3c64
Deprecated.
|
netcdf4
Deprecated.
|
netcdf4_classic
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSuffix()
Deprecated.
|
boolean |
isExtendedModel()
Deprecated.
|
boolean |
isNetdf4format()
Deprecated.
|
boolean |
useJniIosp()
Deprecated.
|
static NetcdfFileWriter.Version |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NetcdfFileWriter.Version[] |
values()
Deprecated.
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(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 boolean isNetdf4format()
public boolean isExtendedModel()
public boolean useJniIosp()
public java.lang.String getSuffix()