Package | Description |
---|---|
dap4.core.data | |
dap4.dap4shared | |
dap4.servlet |
Modifier and Type | Interface and Description |
---|---|
interface |
DataRecord
DataRecord represents a record from a sequence.
|
interface |
DataSequence
DataSequence represents a set of records.
|
interface |
DataStructure
DataStructure represents a single instance of a structure.
|
Modifier and Type | Method and Description |
---|---|
DataCompound |
DataCompoundArray.read(long index)
Provide a read of a single value at a given index in a variable.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCompoundArray.read(List<Slice> constraint,
DataCompound[] data)
Read multiple values at once.
|
Modifier and Type | Class and Description |
---|---|
class |
D4DataRecord
DataRecord represents a record from a sequence.
|
class |
D4DataSequence |
class |
D4DataStructure |
Modifier and Type | Method and Description |
---|---|
DataCompound |
D4DataCompoundArray.read(long index) |
Modifier and Type | Method and Description |
---|---|
void |
D4DataCompoundArray.addElement(DataCompound di) |
void |
D4DataCompoundArray.read(List<Slice> slices,
DataCompound[] data) |
Modifier and Type | Class and Description |
---|---|
class |
CDMDataRecord
DataRecord represents a record from a sequence.
|
class |
CDMDataStructure
Define DSP support
for a single structure instance.
|
Modifier and Type | Field and Description |
---|---|
protected DataCompound[] |
CDMDataCompoundArray.instances |
Modifier and Type | Method and Description |
---|---|
DataCompound |
CDMDataCompoundArray.read(long index) |
Modifier and Type | Method and Description |
---|---|
void |
CDMDataCompoundArray.read(List<Slice> slices,
DataCompound[] result)
For this method, the data will be a list of CDMDataStructure
or (eventually) CDMDataSequence objects.
|
protected void |
DapSerializer.writeCompound(DapVariable vv,
DataCompound dc,
SerialWriter dst)
Write out a singleton compound variable.
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.