| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| Modifier and Type | Method and Description |
|---|---|
static NCdumpW.WantValues |
NCdumpW.WantValues.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NCdumpW.WantValues[] |
NCdumpW.WantValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NCdumpW.print(NetcdfFile nc,
java.io.Writer out,
NCdumpW.WantValues showValues,
boolean ncml,
boolean strict,
java.lang.String varNames,
CancelTask ct)
ncdump-like print of netcdf file.
|
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
java.util.Formatter out,
NCdumpW.WantValues showValues,
java.lang.String uri) |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
java.io.Writer os,
NCdumpW.WantValues showValues,
java.lang.String uri) |