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
DapException
DSP open(java.lang.String path) throws DapException
DapException
java.lang.String getPath()
java.lang.Object getContext()
DapDataset getDMR() throws DapException
DapException
DataDataset getDataDataset() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException