Package ucar.nc2

Java-NetCDF API, version 2.2.

See:
          Description

Interface Summary
IOServiceProvider This is the service provider interface for the low-level I/O access classes (read only).
IOServiceProviderWriter This is the service provider interface for the low-level I/O writing.
NetcdfFileFactory A factory for opening a NetcdfFile.
VariableIF The public interface to a Variable.
VariableSimpleIF A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

Class Summary
Attribute An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group.
Dimension A Dimension is used to define the array shape of a Variable.
FileWriter Copy a NetcdfFile to a Netcdf-3 local file.
Group A Group is a logical collection of Variables.
NCdump Print contents of an existing netCDF file of unknown structure, like ncdump.
NCdump.CEresult public by accident
NetcdfFile Read-only scientific datasets that are accessible through the netCDF API.
NetcdfFileCache Keep cache of open NetcdfFile objects, for performance.
NetcdfFileWriteable Create/Write netCDF files.
Structure A Structure is a type of Variable that contains other Variables, like a struct in C.
StructurePseudo Make a collection of variables with the same outer dimension into a fake Structure.
Variable A Variable is a logical container for data.
 

Package ucar.nc2 Description

Java-NetCDF API, version 2.2.