Package | Description |
---|---|
ucar.nc2 |
The public API to the Java-NetCDF library.
|
Modifier and Type | Method and Description |
---|---|
static NCdumpW.WantValues |
NCdumpW.WantValues.valueOf(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,
Writer out,
NCdumpW.WantValues showValues,
boolean ncml,
boolean strict,
String varNames,
CancelTask ct)
ncdump-like print of netcdf file.
|
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Formatter out,
NCdumpW.WantValues showValues,
String url) |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Writer os,
NCdumpW.WantValues showValues,
String url) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.