Modifier and Type | Method and Description |
---|---|
static TimeInstantModel |
TimeVariableFactory.getDefaultTimeInstantModel() |
static TimeInstantModel |
TimeVariableFactory.getDefaultTimeInstantModel(double msec) |
TimeInstantModel |
TSExtractor.GeneralTimeSeries.getTimeInstantModel() |
TimeInstantModel |
TSExtractor.GeneralTimeSeriesX.getTimeInstantModel() |
TimeInstantModel |
TimeSeries.getTimeInstantModel()
Returns time instant model used to derive times returned
by
getTimes() . |
TimeInstantModel |
TimeSeriesOneD.getTimeInstantModel()
Returns time instant model used to derive times returned
by
getTimes() . |
static TimeInstantModel |
CDFReader.timeModelInstance()
Returns default
time instant model . |
static TimeInstantModel |
CDFReader.timeModelInstance(java.lang.String offsetUnits)
Returns
time instant model that uses
given units for the offset.. |
TimeInstantModel |
CDFReader.timeModelInstance(java.lang.String varName,
int[] baseTime)
Returns
time instant model with specified base
time and default offset units (millisecond) for a variable. |
TimeInstantModel |
CDFReader.timeModelInstance(java.lang.String varName,
int[] baseTime,
TimePrecision offsetUnits)
Returns
time instant model with specified base
time and specified offset units (millisecond) for a variable. |
Modifier and Type | Method and Description |
---|---|
int[] |
TimeVariableFactory.CDFTimeVariable.getRecordRange(double[] timeRange,
TimeInstantModel ts) |
int[] |
TimeVariableFactory.CDFTimeVariable.getRecordRange(int[] startTime,
int[] stopTime,
TimeInstantModel ts) |
int[] |
TimeVariableX.getRecordRange(int[] startTime,
int[] stopTime,
TimeInstantModel ts) |
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. |
double[] |
TimeVariableFactory.CDFTimeVariable.getTimes(double[] timeRange,
TimeInstantModel ts) |
double[] |
TimeVariableX.getTimes(double[] timeRange,
TimeInstantModel tspec)
Returns relative times for the specified time range using the given
time instant model . |
double[] |
TimeVariable.getTimes(int[] startTime,
int[] stopTime,
TimeInstantModel tspec)
Returns relative times for the specified time range using the given
time instant model . |
double[] |
TimeVariableFactory.CDFTimeVariable.getTimes(int[] startTime,
int[] stopTime,
TimeInstantModel ts) |
double[] |
TimeVariable.getTimes(int[] recordRange,
TimeInstantModel tspec)
Returns relative times for the specified record range using the specified
time instant model . |
double[] |
TimeVariableFactory.CDFTimeVariable.getTimes(int[] recordRange,
TimeInstantModel ts) |
double[] |
TimeVariableFactory.CDFEpochVariable.getTimes(int first,
int last,
TimeInstantModel ts) |
double[] |
TimeVariableFactory.CDFTT2000Variable.getTimes(int first,
int last,
TimeInstantModel ts) |
double[] |
TimeVariableFactory.CDFEpoch16Variable.getTimes(int first,
int last,
TimeInstantModel ts) |
double[] |
TimeVariableFactory.UnixTimeVariable.getTimes(int first,
int last,
TimeInstantModel ts) |
double[] |
TimeVariable.getTimes(TimeInstantModel tspec)
Returns relative times using the specified
time instant model . |
double[] |
TimeVariableFactory.CDFTimeVariable.getTimes(TimeInstantModel ts) |
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) |
TimeSeriesOneD |
CDFReader.getTimeSeriesOneD(java.lang.String varName,
int[] startTime,
int[] stopTime,
TimeInstantModel tspec,
boolean columnMajor)
Returns
time series of the specified variable
in the specified time range using the given
time instant model . |
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. |
Constructor and Description |
---|
GeneralTimeSeries(MetaData rdr,
Variable var,
java.lang.Integer which,
java.lang.Boolean ignoreFill,
double[] timeRange,
TimeInstantModel ts) |
GeneralTimeSeriesX(MetaData rdr,
Variable var,
java.lang.Boolean ignoreFill,
double[] timeRange,
TimeInstantModel ts,
boolean oned,
boolean columnMajor) |