Uses of Interface
ucar.nc2.dataset.Enhancements

Packages that use Enhancements
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.iosp.adde IOSP for ADDE servers 
 

Uses of Enhancements in ucar.nc2.dataset
 

Subinterfaces of Enhancements in ucar.nc2.dataset
 interface VariableEnhanced
          Public interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
 

Classes in ucar.nc2.dataset that implement Enhancements
 class CoordinateAxis
          A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
 class CoordinateAxis1D
          A 1-dimensional Coordinate Axis.
 class CoordinateAxis1DTime
          A 1-dimensional Coordinate Axis representing Calendar time.
 class CoordinateAxis2D
          A 2-dimensional numeric Coordinate Axis.
 class StructureDS
          An "enhanced" Structure.
 class VariableDS
          An wrapper around a Variable, creating an "enhanced" Variable.
 

Uses of Enhancements in ucar.nc2.iosp.adde
 

Classes in ucar.nc2.iosp.adde that implement Enhancements
 class AddeVariable
          A Variable implemented through an ADDE server.