public interface TimeSeriesOneD
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ONED |
| Modifier and Type | Method and Description |
|---|---|
TimeInstantModel |
getTimeInstantModel()
Returns time instant model used to derive times returned
by
getTimes(). |
double[] |
getTimes()
Returns times according to the
time instant model
returned by getTimeInstantModel(). |
double[] |
getValues()
Returns one dimensional representation of the values of the variable
at times returned by getTimes().
|
boolean |
isColumnMajor()
Returns whether the array returned by getValues() is to be
interpreted as having the first index of variable's dimension varying
the fastest, as in IDL
|
static final boolean ONED
double[] getTimes()
throws CDFException.ReaderError
time instant model
returned by getTimeInstantModel().CDFException.ReaderErrorCDFReader.timeModelInstance()double[] getValues()
throws CDFException.ReaderError
Returned array represents multi dimensional arrays in a manner
determined by the value returned by isColumnMajor() method.
CDFException.ReaderErrorTimeInstantModel getTimeInstantModel()
getTimes().boolean isColumnMajor()