Package | Description |
---|---|
dap4.cdm | |
dap4.dap4 | |
dap4.dap4shared | |
dap4.servlet |
Modifier and Type | Field and Description |
---|---|
protected D4DSP |
CDMArrayStructure.dsp |
protected D4DSP |
CDMArrayAtomic.dsp |
protected D4DSP |
DapNetcdfFile.dsp |
protected D4DSP |
CDMArraySequence.dsp |
Constructor and Description |
---|
CDMCompiler(DapNetcdfFile ncfile,
D4DSP dsp)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected D4DSP |
Dap4Print.dsp |
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 |
D4DataVariable.dsp |
protected D4DSP |
D4DataDataset.dsp |
protected D4DSP |
DataCompiler.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
|
Modifier and Type | Class and Description |
---|---|
class |
SynDSP
Provide a DSP interface to synthetic data (see Generator.java).
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.