Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
Modifier and Type | Method and Description |
---|---|
static VarInfo |
VarInfo.getVarInfo(java.lang.String variableName,
java.util.List<VarInfo> variables)
Utility to find the variable with the given name
|
Modifier and Type | Method and Description |
---|---|
static VarInfo |
VarInfo.getVarInfo(java.lang.String variableName,
java.util.List<VarInfo> variables)
Utility to find the variable with the given name
|
Modifier and Type | Method and Description |
---|---|
protected VarInfo |
TrackInfo.getDataVariable(java.lang.String variableName)
Utility to find the variable with the given name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VarInfo> |
TrackInfo.getVariables()
_more_
|
protected java.util.List<VarInfo> |
TrackInfo.getVarsToUse()
Get list of VarInfos to use
|
Modifier and Type | Method and Description |
---|---|
protected void |
TrackInfo.addVariable(VarInfo variable)
Add variable test
|
protected float[] |
TrackInfo.getFloatData(ucar.ma2.Range range,
VarInfo var)
Utility for getting data
|
protected java.lang.String[] |
TrackInfo.getStringData(ucar.ma2.Range range,
VarInfo var)
Get string values for variable
|