public interface TimeSeries
| 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(). |
java.lang.Object |
getValues()
Returns values of the variable at times returned by getTimes().
|
double[] getTimes()
throws CDFException.ReaderError
time instant model
returned by getTimeInstantModel().CDFException.ReaderErrorCDFReader.timeModelInstance()java.lang.Object getValues()
throws CDFException.ReaderError
getTimes()CDFException.ReaderErrorTimeInstantModel getTimeInstantModel()
getTimes().