Modifier and Type | Method and Description |
---|---|
Variable |
CDF.getVariable(String name)
Retrieve the
VDRecord for the variable with the given name. |
Modifier and Type | Method and Description |
---|---|
ArrayList<Variable> |
CDF.getDataVariables()
Retrieve the description of each variable which has the VAR_TYPE attribute of "data".
|
ArrayList<Variable> |
CDF.getVariables()
Retrieve the description of each variable defined in the CDF.
|
Modifier and Type | Method and Description |
---|---|
void |
CDF.readDataValues(RandomAccessFile in,
Variable var,
int start,
int stop) |
Copyright © 2014-2015 Regents University of California. All Rights Reserved.