Uses of Interface
ucar.nc2.dataset.VariableEnhanced

Packages that use VariableEnhanced
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. 
 

Uses of VariableEnhanced in ucar.nc2.dataset
 

Classes in ucar.nc2.dataset that implement VariableEnhanced
 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 "enhanced" Variable.
 

Methods in ucar.nc2.dataset with parameters of type VariableEnhanced
 void NetcdfDataset.addCoordinateSystem(VariableEnhanced v, CoordinateSystem cs)
          Add a CoordinateSystem to a variable.
 ucar.nc2.dt.grid.GridCoordSys NetcdfDatasetInfo.getGridCoordSys(VariableEnhanced ve)
           
 

Uses of VariableEnhanced in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return VariableEnhanced
 VariableEnhanced GridDatatype.getVariable()
          get the underlying Variable, if it exists.