| Modifier and Type | Class and Description |
|---|---|
class |
FileDSP
Provide a DSP interface to synthetic data (see Generator.java).
|
class |
HttpDSP
Make a request to a server and convert the reply
to a DapDataset from the returned bytes.
|
| Modifier and Type | Field and Description |
|---|---|
protected D4DSP |
DataCompiler.dsp |
protected D4DSP |
D4DataVariable.dsp |
protected D4DSP |
D4DataDataset.dsp |
| Modifier and Type | Method and Description |
|---|---|
D4DSP |
D4DataVariable.getDSP() |
D4DSP |
D4DataCompoundArray.getDSP() |
| Constructor and Description |
|---|
D4DataAtomic(D4DSP dsp,
DapAtomicVariable dap,
int offset) |
D4DataCompoundArray(D4DSP dsp,
DapVariable dv) |
D4DataDataset(D4DSP dsp,
DapDataset dmr) |
D4DataRecord(D4DSP dsp,
DapSequence dap,
D4DataSequence parent,
int recno) |
D4DataSequence(D4DSP dsp,
DapSequence dap,
D4DataCompoundArray cdv,
int index) |
D4DataStructure(D4DSP dsp,
DapStructure dap,
D4DataCompoundArray parent,
int index) |
D4DataVariable(D4DSP dsp,
DapVariable dv) |
DataCompiler(D4DSP dsp,
ChecksumMode checksummode,
ByteBuffer databuffer)
Constructor
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.