public interface DSP
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.Object |
getContext() |
DataDataset |
getDataDataset() |
DapDataset |
getDMR() |
java.lang.String |
getPath() |
DSP |
open(java.lang.String path) |
DSP |
open(java.lang.String path,
DapContext context) |
DSP open(java.lang.String path, DapContext context) throws DapException
DapExceptionDSP open(java.lang.String path) throws DapException
DapExceptionjava.lang.String getPath()
java.lang.Object getContext()
DapDataset getDMR() throws DapException
DapExceptionDataDataset getDataDataset() throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException