Uses of Class
ucar.unidata.data.VarInfo

Packages that use VarInfo
ucar.unidata.data The data package. 
ucar.unidata.data.sounding DataSource classes and utilities for sounding data. 
 

Uses of VarInfo in ucar.unidata.data
 

Methods in ucar.unidata.data that return VarInfo
static VarInfo VarInfo.getVarInfo(String variableName, List<VarInfo> variables)
          Utility to find the variable with the given name
 

Method parameters in ucar.unidata.data with type arguments of type VarInfo
static VarInfo VarInfo.getVarInfo(String variableName, List<VarInfo> variables)
          Utility to find the variable with the given name
 

Uses of VarInfo in ucar.unidata.data.sounding
 

Methods in ucar.unidata.data.sounding that return VarInfo
protected  VarInfo TrackInfo.getDataVariable(String variableName)
          Utility to find the variable with the given name
 

Methods in ucar.unidata.data.sounding that return types with arguments of type VarInfo
 List<VarInfo> TrackInfo.getVariables()
          _more_
protected  List<VarInfo> TrackInfo.getVarsToUse()
          Get list of VarInfos to use
 

Methods in ucar.unidata.data.sounding with parameters of type VarInfo
protected  void TrackInfo.addVariable(VarInfo variable)
          Add variable
protected  float[] TrackInfo.getFloatData(ucar.ma2.Range range, VarInfo var)
          Utility for getting data
protected  String[] TrackInfo.getStringData(ucar.ma2.Range range, VarInfo var)
          Get string values for variable