| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.dods |
OpenDAP-netCDF library.
|
| ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.iosp.grid | |
| ucar.nc2.iosp.hdf4 |
I/O Service Provider for HDF-4 format files
|
| ucar.nc2.iosp.hdf5 |
I/O Service Provider for HDF-5 and netCDF-4 format files
|
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| ucar.nc2.stream | |
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| ucar.nc2.util |
Miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NetcdfFile.setDebugFlags(DebugFlags debugFlag)
debugging
|
static void |
FileWriter.setDebugFlags(DebugFlags debugFlags)
Set debugging flags
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DODSNetcdfFile.setDebugFlags(DebugFlags debugFlag)
Debugging flags.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PointDatasetStandardFactory.setDebugFlags(DebugFlags debugFlags) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GridServiceProvider.setDebugFlags(DebugFlags debugFlag)
Set the debug flags
|
| Modifier and Type | Method and Description |
|---|---|
static void |
H4header.setDebugFlags(DebugFlags debugFlag) |
| Modifier and Type | Method and Description |
|---|---|
static void |
H5iosp.setDebugFlags(DebugFlags debugFlag) |
static void |
H5header.setDebugFlags(DebugFlags debugFlag) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NcMLReader.setDebugFlags(DebugFlags debugFlag) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CdmRemote.setDebugFlags(DebugFlags debugFlag) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreddsDataFactory.setDebugFlags(DebugFlags debugFlag) |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugFlagsImpl
An implementation of DebugFlags
|