Package | Description |
---|---|
dap4.cdm | |
dap4.dap4shared | |
dap4.servlet |
Modifier and Type | Method and Description |
---|---|
DSP |
CDMArrayAtomic.getDSP() |
DSP |
CDMArray.getDSP() |
DSP |
CDMArraySequence.getDSP() |
DSP |
CDMArrayStructure.getDSP() |
DSP |
DapNetcdfFile.getDSP() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDSP
Provide a superclass for DSPs.
|
class |
D4DSP
DAP4 Serial to DSP interface
This code should be completely independent of thredds.
|
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 | Method and Description |
---|---|
DSP |
DSP.open(String path) |
DSP |
AbstractDSP.open(String path) |
DSP |
HttpDSP.open(String url,
DapContext context) |
DSP |
DSP.open(String path,
DapContext context) |
DSP |
FileDSP.open(String path,
DapContext context) |
abstract DSP |
AbstractDSP.open(String path,
DapContext context) |
Modifier and Type | Class and Description |
---|---|
class |
CDMDSP
CDM->DAP DSP
|
class |
SynDSP
Provide a DSP interface to synthetic data (see Generator.java).
|
Modifier and Type | Field and Description |
---|---|
protected DSP |
DapSerializer.dsp |
Modifier and Type | Field and Description |
---|---|
protected static List<DSP> |
DapCache.lru
Define an lru cache of known DSP objects: oldest first.
|
Modifier and Type | Method and Description |
---|---|
DSP |
DSPFactory.create(String path) |
DSP |
CDMDSP.open(String path) |
static DSP |
DapCache.open(String path) |
DSP |
CDMDSP.open(String path,
DapContext context) |
DSP |
SynDSP.open(String path,
DapContext context) |
Constructor and Description |
---|
DapSerializer(DSP dsp,
CEConstraint constraint,
OutputStream stream,
ByteOrder order)
Primary constructor
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.