| 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 |
AbstractDSP.open(String path) |
DSP |
DSP.open(String path) |
DSP |
FileDSP.open(String path,
DapContext context) |
DSP |
HttpDSP.open(String url,
DapContext context) |
abstract DSP |
AbstractDSP.open(String path,
DapContext context) |
DSP |
DSP.open(String path,
DapContext context) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.