Uses of Class
ucar.nc2.NCdumpW.WantValues

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(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.
 

Methods in ucar.nc2 with parameters of type NCdumpW.WantValues
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.io.Writer os, NCdumpW.WantValues showValues, java.lang.String uri)