public class D4DataCompoundArray extends D4DataVariable implements DataCompoundArray
dspsort, template| Constructor and Description |
|---|
D4DataCompoundArray(D4DSP dsp,
DapVariable dv) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(DataCompound di) |
long |
getCount() |
DapVariable |
getDapVariable() |
D4DSP |
getDSP() |
DataSort |
getElementSort() |
void |
read(List<Slice> slices,
DataCompound[] data) |
DataCompound |
read(long index) |
getVariablecomputesort, getSort, getTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVariablegetSort, getTemplatepublic D4DataCompoundArray(D4DSP dsp, DapVariable dv) throws DataException
DataExceptionpublic D4DSP getDSP()
getDSP in class D4DataVariablepublic DapVariable getDapVariable()
public void addElement(DataCompound di)
public DataSort getElementSort()
getElementSort in interface DataCompoundArraypublic long getCount()
getCount in interface DataCompoundArraypublic void read(List<Slice> slices, DataCompound[] data) throws DataException
read in interface DataCompoundArrayDataExceptionpublic DataCompound read(long index) throws DataException
read in interface DataCompoundArrayDataExceptionCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.