Uses of Interface
ucar.nc2.VariableIF

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

Uses of VariableIF in ucar.nc2
 

Classes in ucar.nc2 that implement VariableIF
 class Structure
          A Structure is a type of Variable that contains other Variables, like a struct in C.
 class StructurePseudo
          Make a collection of variables with the same outer dimension into a fake Structure.
 class Variable
          A Variable is a logical container for data.
 

Methods in ucar.nc2 with parameters of type VariableIF
static java.lang.String NCdump.makeSectionString(VariableIF v, java.util.List ranges)
          Make section specification String from a range list for a Variable.
static java.lang.String NCdump.printVariableData(VariableIF v, CancelTask ct)
          Print all the data of the given Variable.
static java.lang.String NCdump.printVariableDataSection(VariableIF v, java.lang.String sectionSpec, CancelTask ct)
          Print a section the data of the given Variable.
 

Uses of VariableIF in ucar.nc2.dataset
 

Subinterfaces of VariableIF 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 VariableIF
 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 VariableIF
 boolean CoordinateSystem.isComplete(VariableIF v)
          true if all dimensions in V (including parents) are in the domain of this coordinate system.