Uses of Class
ucar.unidata.data.VarInfo
Packages that use VarInfo
Package
Description
The data package.
DataSource classes and utilities for sounding data.
-
Uses of VarInfo in ucar.unidata.data
Methods in ucar.unidata.data that return VarInfoModifier and TypeMethodDescriptionstatic VarInfo
VarInfo.getVarInfo
(String variableName, List<VarInfo> variables) Utility to find the variable with the given nameMethod parameters in ucar.unidata.data with type arguments of type VarInfoModifier and TypeMethodDescriptionstatic 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 VarInfoModifier and TypeMethodDescriptionprotected VarInfo
TrackInfo.getDataVariable
(String variableName) Utility to find the variable with the given nameMethods in ucar.unidata.data.sounding that return types with arguments of type VarInfoModifier and TypeMethodDescriptionTrackInfo.getVariables()
_more_TrackInfo.getVarsToUse()
Get list of VarInfos to useMethods in ucar.unidata.data.sounding with parameters of type VarInfoModifier and TypeMethodDescriptionprotected void
TrackInfo.addVariable
(VarInfo variable) Add variable testprotected float[]
TrackInfo.getFloatData
(ucar.ma2.Range range, VarInfo var) Utility for getting dataprotected String[]
TrackInfo.getStringData
(ucar.ma2.Range range, VarInfo var) Get string values for variable