Package | Description |
---|---|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
opendap.servers.test |
This package contains the OPeNDAP Test Server (DTS).
|
opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
Modifier and Type | Method and Description |
---|---|
ServerDDS |
CEEvaluator.getDDS()
Return a reference to the CEEvaluator's DDS object.
|
Constructor and Description |
---|
CEEvaluator(ServerDDS dds)
Construct a new
CEEvaluator with dds as the
DDS object with which to resolve all variable and function names. |
CEEvaluator(ServerDDS dds,
ClauseFactory clauseFactory)
Construct a new
CEEvaluator with dds as the
DDS object with which to resolve all variable and function names, and
clauseFactory as a source of Clause objects . |
Modifier and Type | Method and Description |
---|---|
ServerDDS |
testDataset.getDDS()
************************************************************************
For the test server this method does the following:
Makes a new test_ServerFactory (aka BaseTypeFactory) for the
dataset requested.
|
Modifier and Type | Method and Description |
---|---|
static void |
SDTest.print_SDDS(ServerDDS sdds,
boolean constrained) |
Modifier and Type | Method and Description |
---|---|
ServerDDS |
GuardedDataset.getDDS()
Get the DDS for this Dataset.
|
Modifier and Type | Method and Description |
---|---|
DDS |
GetHTMLInterfaceHandler.getWebFormDDS(java.lang.String dataSet,
ServerDDS sDDS)
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servers.www.
|
void |
GetHTMLInterfaceHandler.sendDataRequestForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************
Default handler for OPeNDAP .html requests.
|