Modifier and Type | Interface and Description |
---|---|
interface |
TimeSeriesX |
Modifier and Type | Class and Description |
---|---|
static class |
TSExtractor.GeneralTimeSeries
Loss of precision may occur if type of var is LONG
times obtained are millisecond since 1970 regardless of the
precision of time variable corresponding to variable var
|
static class |
TSExtractor.GeneralTimeSeriesX |
Modifier and Type | Method and Description |
---|---|
TimeSeries |
CDFReader.getScalarTimeSeries(java.lang.String varName,
boolean ignoreFill,
int[] startTime,
int[] stopTime,
TimeInstantModel tspec)
Returns the time series as a
TimeSeries of the
specified scalar variable in the specified time range using the given
time instant model , optionally ignoring points
whose
value equals fill value. |
TimeSeries |
CDFReader.getScalarTimeSeries(java.lang.String varName,
int[] startTime,
int[] stopTime,
TimeInstantModel tspec)
Returns the time series as a
TimeSeries , of the
specified scalar variable in the specified time range, using the given
time instant model , ignoring points whose
value equals fill value. |
TimeSeries |
CDFReader.getTimeSeries(java.lang.String varName)
Returns
TimeSeries of the specified variable
using the default time instant model . |
TimeSeries |
CDFReader.getTimeSeries(java.lang.String varName,
int[] startTime,
int[] stopTime)
Returns
TimeSeries of the specified variable
in the specified time range using the default
time instant model . |
TimeSeries |
CDFReader.getTimeSeries(java.lang.String varName,
int[] startTime,
int[] stopTime,
TimeInstantModel tspec)
Returns
TimeSeries of the specified variable in
the specified time range using the given
time instant model . |
TimeSeries |
CDFReader.getTimeSeries(java.lang.String varName,
TimeInstantModel tspec)
Returns
TimeSeries of the specified variable
using the specified time instant model . |
static TimeSeries |
TSExtractor.getTimeSeriesObject0(MetaData rdr,
Variable var,
java.lang.Boolean ignoreFill,
double[] timeRange,
TimeInstantModel ts) |
static TimeSeries |
TSExtractor.getTimeSeriesObject1(MetaData rdr,
Variable var,
java.lang.Integer which,
java.lang.Boolean ignoreFill,
double[] timeRange,
TimeInstantModel ts) |
TimeSeries |
CDFReader.getVectorTimeSeries(java.lang.String varName,
int component,
boolean ignoreFill,
int[] startTime,
int[] stopTime,
TimeInstantModel tspec)
Returns the
time series of the specified component
of 1 dimensional variable in the specified time range using the given
time instant model , optionally ignoring points
whose
value
equals fill value. |
TimeSeries |
CDFReader.getVectorTimeSeries(java.lang.String varName,
int component,
int[] startTime,
int[] stopTime,
TimeInstantModel tspec)
Returns the time series as a
TimeSeries , of the
specified component of a vector variable in the specified time range
using the given time instant model , ignoring
points
whose value
equals fill value. |