public interface DSP
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getContext() |
DataDataset |
getDataDataset() |
DapDataset |
getDMR() |
String |
getPath() |
boolean |
match(String path,
DapContext context) |
DSP |
open(String path) |
DSP |
open(String path,
DapContext context) |
boolean match(String path, DapContext context)
DSP open(String path, DapContext context) throws DapException
DapExceptionDSP open(String path) throws DapException
DapExceptionString getPath()
Object getContext()
DapDataset getDMR() throws DapException
DapExceptionDataDataset getDataDataset() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.