Uses of Package
ucar.nc2

Packages that use ucar.nc2
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2 Java-NetCDF API, version 2.2. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
ucar.unidata.geoloc.vertical Implementations of vertical coordinate transformations. 
 

Classes in ucar.nc2 used by thredds.catalog
Attribute
          An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group.
 

Classes in ucar.nc2 used by ucar.ma2
VariableSimpleIF
          A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

Classes in ucar.nc2 used by ucar.nc2
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.
Group
          A Group is a logical collection of Variables.
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.
NCdump.CEresult
          public by accident
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
NetcdfFileFactory
          A factory for opening a NetcdfFile, used by NetcdfFileCache
NetcdfFileWriteable
          Create/Write netCDF files.
Structure
          A Structure is a type of Variable that contains other Variables, like a struct in C.
Structure.Iterator
          Iterator over type StructureData.
Variable
          A Variable is a logical container for data.
VariableIF
          The public interface to a Variable.
 

Classes in ucar.nc2 used by ucar.nc2.dataset
Dimension
          A Dimension is used to define the array shape of a Variable.
Group
          A Group is a logical collection of Variables.
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Structure
          A Structure is a type of Variable that contains other Variables, like a struct in C.
Variable
          A Variable is a logical container for data.
VariableIF
          The public interface to a Variable.
VariableSimpleIF
          A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

Classes in ucar.nc2 used by ucar.nc2.dt
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.
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
VariableSimpleIF
          A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

Classes in ucar.nc2 used by ucar.nc2.dt.grid
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.
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
VariableSimpleIF
          A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

Classes in ucar.nc2 used by ucar.nc2.thredds
VariableSimpleIF
          A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

Classes in ucar.nc2 used by ucar.unidata.geoloc.vertical
Dimension
          A Dimension is used to define the array shape of a Variable.