| Package | Description |
|---|---|
| ucar.nc2.ui |
NetCDF Tools User Interface
|
| Modifier and Type | Method and Description |
|---|---|
static Ncdumpx.WantValues |
Ncdumpx.WantValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ncdumpx.WantValues[] |
Ncdumpx.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 |
Ncdumpx.print(NetcdfFile nc,
Writer out,
Ncdumpx.WantValues showValues,
boolean ncml,
boolean strict,
String varNames,
CancelTask ct)
ncdump-like print of netcdf file.
|
static void |
Ncdumpx.writeNcML(NetcdfFile ncfile,
Formatter out,
Ncdumpx.WantValues showValues,
String url) |
static void |
Ncdumpx.writeNcML(NetcdfFile ncfile,
Writer os,
Ncdumpx.WantValues showValues,
String url) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.