Uses of Package
ucar.nc2

Packages that use ucar.nc2
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.wcs   
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2 Java-NetCDF API, version 2.2. 
ucar.nc2.adde   
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.conv Parses the information in netCDF datasets using Conventions, and extracts information about coordinate systems. 
ucar.nc2.dataset.grid Deprecated (use ucar.nc2.dt.grid) 
ucar.nc2.dataset.transform   
ucar.nc2.dods OpenDAP-netCDF library. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.point Scientific data type "Point" and "Station", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.iosp.bufr   
ucar.nc2.iosp.cinrad   
ucar.nc2.iosp.dmsp   
ucar.nc2.iosp.dorade   
ucar.nc2.iosp.gini   
ucar.nc2.iosp.grib   
ucar.nc2.iosp.nexrad2   
ucar.nc2.iosp.nids   
ucar.nc2.ncml   
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 thredds.wcs
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
 

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).
NCdump.CEresult
          public by accident
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
NetcdfFileFactory
          A factory for opening a NetcdfFile.
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.
Variable.Cache
           
VariableIF
          The public interface to a Variable.
 

Classes in ucar.nc2 used by ucar.nc2.adde
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
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.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.dataset.conv
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.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.dataset.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.
 

Classes in ucar.nc2 used by ucar.nc2.dataset.transform
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.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.dods
Attribute
          An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group.
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.
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.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.
Structure
          A Structure is a type of Variable that contains other Variables, like a struct in C.
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.
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.point
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.
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.
VariableSimpleIF
          A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
 

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

Classes in ucar.nc2 used by ucar.nc2.dt.trajectory
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.bufr
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.cinrad
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.dmsp
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.
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.dorade
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.gini
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.grib
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.nexrad2
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.iosp.nids
IOServiceProvider
          This is the service provider interface for the low-level I/O access classes (read only).
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
Variable
          A Variable is a logical container for data.
 

Classes in ucar.nc2 used by ucar.nc2.ncml
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.
NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
NetcdfFileFactory
          A factory for opening a NetcdfFile.
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.
 

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