|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NCdumpW.WantValues | |
---|---|
ucar.nc2 | The public API to the Java-NetCDF library. |
Uses of NCdumpW.WantValues in ucar.nc2 |
---|
Methods in ucar.nc2 that return NCdumpW.WantValues | |
---|---|
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. |
Methods in ucar.nc2 with parameters of type NCdumpW.WantValues | |
---|---|
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 uri)
|
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Writer os,
NCdumpW.WantValues showValues,
String uri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |