Modifier and Type | Method and Description |
---|---|
Variable |
BaseVarContainer.getVariable() |
Variable |
VDataContainer.getVariable()
Returns the
Variable for this container. |
Variable |
CDFCore.getVariable(java.lang.String varName) |
Modifier and Type | Method and Description |
---|---|
static double[] |
Extractor.get1DSeries(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt)
1D
|
static java.lang.Object |
Extractor.get1DSeries(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve) |
static java.lang.Object |
Extractor.get1DSeries(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve,
boolean swap) |
static double[] |
Extractor.get1DSeries(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
int[] stride) |
static java.lang.Object |
Extractor.getElement1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer idx) |
static double[] |
Extractor.getElement1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer idx,
Stride strideObject) |
static double[] |
Extractor.getElement2(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer pt1,
java.lang.Integer pt2) |
static java.lang.Object |
Extractor.getElements1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] idx) |
static java.lang.Object |
Extractor.getFillValue(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var) |
static java.lang.reflect.Method |
Extractor.getMethod(Variable var,
java.lang.String func) |
static java.lang.reflect.Method |
TSExtractor.getMethod(Variable var,
java.lang.String name,
int rank) |
static double[] |
Extractor.getOneDSeries(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean cm) |
static java.lang.Object |
Extractor.getPadValue(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var) |
static java.lang.Object |
Extractor.getPoint0(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer pt) |
static double[] |
Extractor.getPoint1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer pt) |
static double[][] |
Extractor.getPoint2(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer pt) |
static double[][][] |
Extractor.getPoint3(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer pt)
3D Point
|
static java.lang.Object |
Extractor.getRange0(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer istart,
java.lang.Integer iend) |
static java.lang.Object |
Extractor.getRange0(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer istart,
java.lang.Integer iend,
Stride strideObject) |
static double[][] |
Extractor.getRange1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer istart,
java.lang.Integer iend)
returns values for the specified one
dimensional variable for the specified range of records.long type not supported in this context - use getRangeForElements1
|
static java.lang.Object |
Extractor.getRangeForElement1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer istart,
java.lang.Integer iend,
java.lang.Integer ielement)
returns range of values for the specified element of a one
dimensional variable.returns null if the specified element is not valid.
|
static java.lang.Object |
Extractor.getRangeForElement1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer istart,
java.lang.Integer iend,
java.lang.Integer ielement,
Stride strideObject) |
static java.lang.Object |
Extractor.getRangeForElements1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
java.lang.Integer istart,
java.lang.Integer iend,
int[] idx)
returns range of values for the specified elements of a one
dimensional variable.returns null if any of the specified elements is not valid.-- does not respect 'previous' and cases where the requested
range has partial overlap with the available range
|
static double[][] |
TSExtractor.getSampledTimeSeries(MetaData rdr,
Variable var,
java.lang.Integer which,
java.lang.Boolean ignoreFill,
double[] timeRange,
int[] stride) |
static double[][] |
TSExtractor.getSampledTimeSeries0(MetaData rdr,
Variable var,
java.lang.Boolean ignoreFill,
double[] timeRange,
int[] stride) |
static double[][] |
TSExtractor.getSampledTimeSeries1(MetaData rdr,
Variable var,
java.lang.Integer which,
java.lang.Boolean ignoreFill,
double[] timeRange,
int[] stride) |
static java.lang.Object |
Extractor.getSeries0(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var) |
static java.lang.Object |
Extractor.getSeries0(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
Stride strideObject) |
static double[][] |
Extractor.getSeries1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var) |
static double[][][] |
Extractor.getSeries2(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var) |
static double[][][][] |
Extractor.getSeries3(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var)
3D Series
|
static java.lang.String[] |
Extractor.getStringSeries0(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var)
0D series of string
|
static java.lang.String[][] |
Extractor.getStringSeries1(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var)
1D series of string
|
static java.lang.String[][][] |
Extractor.getStringSeries2(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var) |
static double[][] |
TSExtractor.getTimeSeries(MetaData rdr,
Variable var,
java.lang.Integer which,
java.lang.Boolean ignoreFill,
double[] timeRange) |
static double[][] |
TSExtractor.getTimeSeries0(MetaData rdr,
Variable var,
java.lang.Boolean ignoreFill,
double[] timeRange) |
static double[][] |
TSExtractor.getTimeSeries1(MetaData rdr,
Variable var,
java.lang.Integer which,
java.lang.Boolean ignoreFill,
double[] timeRange) |
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) |
static boolean |
Extractor.validElement(Variable var,
int[] idx)
good for rank 1
|
Constructor and Description |
---|
BaseVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve,
java.nio.ByteOrder bo,
java.lang.Class cl) |
ByteVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt) |
DoubleVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve) |
DoubleVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve,
java.nio.ByteOrder bo) |
FloatVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve) |
FloatVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve,
java.nio.ByteOrder bo) |
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) |
IntVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve) |
IntVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve,
java.nio.ByteOrder bo) |
LongVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt) |
LongVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
java.nio.ByteOrder bo) |
ShortVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve) |
ShortVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt,
boolean preserve,
java.nio.ByteOrder bo) |
StringVarContainer(gov.nasa.gsfc.spdf.cdfj.CDFImpl thisCDF,
Variable var,
int[] pt) |