| Package | Description |
|---|---|
| dap4.core.data |
| Modifier and Type | Method and Description |
|---|---|
DataVariable |
DataDataset.getVariableData(DapVariable var) |
void |
DataCompoundArray.read(List<Slice> constraint,
DataCompound[] data)
Read multiple values at once.
|
void |
DataAtomic.read(List<Slice> constraint,
Object data,
long offset)
Read of multiple values at once.
|
DataCompound |
DataCompoundArray.read(long index)
Provide a read of a single value at a given index in a variable.
|
Object |
DataAtomic.read(long index)
Provide a read of a single value at a given offset in a (possibly dimensioned)
atomic valued variable.
|
DataVariable |
DataStructure.readfield(int i) |
DataVariable |
DataStructure.readfield(String name) |
DataRecord |
DataSequence.readRecord(long recordno) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.