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, variableAttributeNames
byte[] 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.
varName
- pt
- java.lang.Throwable
double[] 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.
varName
- pt
- java.lang.Throwable
double[] 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.
varName
- preserve
- pt
- java.lang.Throwable
float[] 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.
varName
- pt
- java.lang.Throwable
float[] 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.
varName
- preserve
- pt
- java.lang.Throwable
int[] 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.
varName
- pt
- java.lang.Throwable
int[] 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.
varName
- preserve
- pt
- java.lang.Throwable
long[] 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.
varName
- pt
- java.lang.Throwable
short[] 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.
varName
- pt
- java.lang.Throwable
short[] 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.
varName
- preserve
- pt
- java.lang.Throwable
java.lang.Object getRangeOneD(java.lang.String varName, int first, int last, boolean columnMajor) throws java.lang.Throwable
varName
- first
- last
- columnMajor
- java.lang.Throwable
java.lang.Object getOneD(java.lang.String varName, boolean columnMajor) throws java.lang.Throwable
varName
- columnMajor
- java.lang.Throwable
Variable getVariable(java.lang.String varName)
CDFMeta
Variable
interface for
the named variablegetVariable
in interface CDFMeta
CDFFactory.CDFSource getSource()