Package | Description |
---|---|
dap4.dap4shared | |
dap4.servlet |
Modifier and Type | Field and Description |
---|---|
protected DapContext |
AbstractDSP.context |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileDSP.match(String path,
DapContext context)
A path is file if it has no base protocol or is file:
|
static boolean |
HttpDSP.match(String url,
DapContext context)
A path is a DAP4 path if at least one of the following is true.
|
DSP |
DSP.open(String path,
DapContext context) |
DSP |
FileDSP.open(String path,
DapContext context) |
abstract DSP |
AbstractDSP.open(String path,
DapContext context) |
DSP |
HttpDSP.open(String url,
DapContext context) |
protected void |
AbstractDSP.setContext(DapContext context) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SynDSP.match(String path,
DapContext context)
A path is a Synthetic path if it ends in .dmr or .syn
|
static boolean |
CDMDSP.match(String path,
DapContext context) |
DSP |
SynDSP.open(String path,
DapContext context) |
DSP |
CDMDSP.open(String path,
DapContext context) |
Constructor and Description |
---|
CDMDSP(NetcdfFile ncd,
DapContext cxt) |
CDMDSP(String path,
DapContext cxt) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.