Uses of Interface
ucar.nc2.VariableSimpleIF

Packages that use VariableSimpleIF
ucar.nc2 The public API to the Java-NetCDF library. 
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.ft Scientific feature types package 
 

Uses of VariableSimpleIF in ucar.nc2
 

Subinterfaces of VariableSimpleIF in ucar.nc2
 interface VariableIF
          The public interface to a Variable.
 

Classes in ucar.nc2 that implement VariableSimpleIF
 class Sequence
          Sequence is a one-dimensional Structure with indeterminate length.
 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.
 class VariableSimpleAdapter
          Adapt a StructureMembers.Member into a VariableSimpleIF.
 

Methods in ucar.nc2 that return types with arguments of type VariableSimpleIF
static java.util.List<VariableSimpleIF> VariableSimpleAdapter.convert(StructureMembers sm)
           
 

Methods in ucar.nc2 with parameters of type VariableSimpleIF
 int Variable.compareTo(VariableSimpleIF o)
          Sort by name
 int VariableSimpleAdapter.compareTo(VariableSimpleIF o)
          Sort by name
 

Uses of VariableSimpleIF in ucar.nc2.dataset
 

Subinterfaces of VariableSimpleIF 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 VariableSimpleIF
 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 VariableSimpleIF in ucar.nc2.dt
 

Subinterfaces of VariableSimpleIF in ucar.nc2.dt
static interface RadialDatasetSweep.RadialVariable
          A data Variable with radial geometry.
 

Classes in ucar.nc2.dt that implement VariableSimpleIF
 class VariableSimpleSubclass
          Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed.
 

Methods in ucar.nc2.dt that return VariableSimpleIF
 VariableSimpleIF TrajectoryObsDatatype.getDataVariable(java.lang.String name)
          Get the named data Variable.
 VariableSimpleIF TypedDataset.getDataVariable(java.lang.String shortName)
          Get the named data Variable.
 VariableSimpleIF TypedDatasetImpl.getDataVariable(java.lang.String shortName)
           
 

Methods in ucar.nc2.dt that return types with arguments of type VariableSimpleIF
 java.util.List<VariableSimpleIF> RadialDatasetSweep.getDataVariables()
          The radial data variables available in the dataset.
 java.util.List<VariableSimpleIF> TypedDataset.getDataVariables()
          The data Variables available in this dataset.
 java.util.List<VariableSimpleIF> TypedDatasetImpl.getDataVariables()
           
 

Methods in ucar.nc2.dt with parameters of type VariableSimpleIF
 int VariableSimpleSubclass.compareTo(VariableSimpleIF o)
          Sort by name
 

Constructors in ucar.nc2.dt with parameters of type VariableSimpleIF
VariableSimpleSubclass(VariableSimpleIF v)
           
 

Uses of VariableSimpleIF in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return VariableSimpleIF
 VariableSimpleIF FeatureDataset.getDataVariable(java.lang.String shortName)
          Get the named data Variable.
 VariableSimpleIF FeatureDatasetImpl.getDataVariable(java.lang.String shortName)
           
 

Methods in ucar.nc2.ft that return types with arguments of type VariableSimpleIF
 java.util.List<? extends VariableSimpleIF> FeatureDataset.getDataVariables()
          The data Variables available in this dataset.
 java.util.List<VariableSimpleIF> FeatureDatasetImpl.getDataVariables()