| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray(java.lang.String varName,
int[] pt)
Returns a byte[] containing value of the given variable for the
specified range of points.
|
double[] |
getDoubleArray(java.lang.String varName,
int[] pt)
Returns a double[] containing value of the given variable for the
specified range of records.
|
double[] |
getDoubleArray(java.lang.String varName,
int[] pt,
boolean preserve)
Returns a double[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
|
float[] |
getFloatArray(java.lang.String varName,
int[] pt)
Returns a float[] containing value of the given variable for the
specified range of records.
|
float[] |
getFloatArray(java.lang.String varName,
int[] pt,
boolean preserve)
Returns a float[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
|
int[] |
getIntArray(java.lang.String varName,
int[] pt)
returns a int[] containing value of the given variable for the
specified range of records.
|
int[] |
getIntArray(java.lang.String varName,
int[] pt,
boolean preserve)
returns a int[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
|
long[] |
getLongArray(java.lang.String varName,
int[] pt)
returns a long[] containing value of the given variable for the
specified range of records.
|
java.lang.Object |
getOneD(java.lang.String varName,
boolean columnMajor) |
java.lang.Object |
getRangeOneD(java.lang.String varName,
int first,
int last,
boolean columnMajor) |
short[] |
getShortArray(java.lang.String varName,
int[] pt)
returns a short[] containing value of the given variable for the
specified range of records.
|
short[] |
getShortArray(java.lang.String varName,
int[] pt,
boolean preserve)
returns a short[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
|
CDFFactory.CDFSource |
getSource() |
Variable |
getVariable(java.lang.String varName)
Returns the object that implements the
Variable interface for
the named variable |
get1D, get1D, get1D, get1D, get1D, getAttribute, getAttribute, getAttributeEntries, getAttributeEntries, getByteOrder, getGlobalAttribute, getVariableNames, getVariableNames, globalAttributeNames, isCompatible, rowMajority, variableAttributeNamesbyte[] getByteArray(java.lang.String varName,
int[] pt)
throws java.lang.Throwable
If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwabledouble[] getDoubleArray(java.lang.String varName,
int[] pt)
throws java.lang.Throwable
same as getDoubleArray(varName, pt, true). If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwabledouble[] getDoubleArray(java.lang.String varName,
int[] pt,
boolean preserve)
throws java.lang.Throwable
If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwablefloat[] getFloatArray(java.lang.String varName,
int[] pt)
throws java.lang.Throwable
same as getFloatArray(varName, pt, true). If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwablefloat[] getFloatArray(java.lang.String varName,
int[] pt,
boolean preserve)
throws java.lang.Throwable
If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwableint[] getIntArray(java.lang.String varName,
int[] pt)
throws java.lang.Throwable
same as getIntArray(varName, pt, true). If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwableint[] getIntArray(java.lang.String varName,
int[] pt,
boolean preserve)
throws java.lang.Throwable
If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwablelong[] getLongArray(java.lang.String varName,
int[] pt)
throws java.lang.Throwable
If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwableshort[] getShortArray(java.lang.String varName,
int[] pt)
throws java.lang.Throwable
same as getShortArray(varName, pt, true). If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwableshort[] getShortArray(java.lang.String varName,
int[] pt,
boolean preserve)
throws java.lang.Throwable
If pt is null, all available records are returned. If pt.length is 1, only the pt[0] record is returned.
java.lang.Throwablejava.lang.Object getRangeOneD(java.lang.String varName,
int first,
int last,
boolean columnMajor)
throws java.lang.Throwable
java.lang.Throwablejava.lang.Object getOneD(java.lang.String varName,
boolean columnMajor)
throws java.lang.Throwable
java.lang.ThrowableVariable getVariable(java.lang.String varName)
CDFMetaVariable interface for
the named variablegetVariable in interface CDFMetaCDFFactory.CDFSource getSource()