|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerDDS | |
---|---|
dods.dap.Server | This package contains the DODS Server classes. |
dods.servers.agg | |
dods.servers.netcdf | |
dods.servers.sql | This package contains the DODS Relational Databse Server (DRDS). |
dods.servers.test | This package contains the DODS Test Server (DTS). |
dods.servlet | This package contains the core code for the DODS servlet engine. |
Uses of ServerDDS in dods.dap.Server |
---|
Methods in dods.dap.Server that return ServerDDS | |
---|---|
ServerDDS |
CEEvaluator.getDDS()
Return a reference to the CEEvaluator's DDS object. |
ServerDDS |
CEEvaluator.getDDS()
Return a reference to the CEEvaluator's DDS object. |
Constructors in dods.dap.Server with parameters of type ServerDDS | |
---|---|
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)
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 . |
|
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 . |
Uses of ServerDDS in dods.servers.agg |
---|
Subclasses of ServerDDS in dods.servers.agg | |
---|---|
class |
AggDDS
|
Methods in dods.servers.agg that return ServerDDS | |
---|---|
ServerDDS |
DODSDataset.getDDS()
|
abstract ServerDDS |
Dataset.getDDS()
|
ServerDDS |
AggDataset.getDDS()
|
Uses of ServerDDS in dods.servers.netcdf |
---|
Subclasses of ServerDDS in dods.servers.netcdf | |
---|---|
class |
NcDDS
NcDDS is a specialization of ServerDDS for netcdf files. |
Methods in dods.servers.netcdf that return ServerDDS | |
---|---|
ServerDDS |
NcDataset.getDDS()
|
Uses of ServerDDS in dods.servers.sql |
---|
Subclasses of ServerDDS in dods.servers.sql | |
---|---|
class |
sqlDDS
sqlDDS is a specialization of ServerDDS for the SQL server-side of DODS. |
Methods in dods.servers.sql that return ServerDDS | |
---|---|
ServerDDS |
sqlDataset.getDDS()
For the test server this method does the following: Makes a new test_ServerFactory (aka BaseTypeFactory) for the dataset requested. |
Methods in dods.servers.sql with parameters of type ServerDDS | |
---|---|
static void |
sqlTest.print_SDDS(ServerDDS sdds,
boolean constrained)
|
Constructors in dods.servers.sql with parameters of type ServerDDS | |
---|---|
sqlCEEval(ServerDDS dds)
Construct a new sqlCEEval with dds as the
DDS object with which to resolve all variable and function names. |
|
sqlCEEval(ServerDDS dds,
ClauseFactory clauseFactory)
Construct a new sqlCEEvaluator with dds as the
DDS object with which to resolve all variable and function names, and
clauseFactory as a source of Clause objects . |
Uses of ServerDDS in dods.servers.test |
---|
Methods in dods.servers.test that return ServerDDS | |
---|---|
ServerDDS |
testDataset.getDDS()
For the test server this method does the following: Makes a new test_ServerFactory (aka BaseTypeFactory) for the dataset requested. |
Methods in dods.servers.test with parameters of type ServerDDS | |
---|---|
static void |
SDTest.print_SDDS(ServerDDS sdds,
boolean constrained)
|
Constructors in dods.servers.test with parameters of type ServerDDS | |
---|---|
testEngine(ServerDDS s)
|
Uses of ServerDDS in dods.servlet |
---|
Methods in dods.servlet that return ServerDDS | |
---|---|
ServerDDS |
GuardedDataset.getDDS()
Get the DDS for this Dataset. |
Methods in dods.servlet with parameters of type ServerDDS | |
---|---|
DDS |
dodsHTML.getWebFormDDS(String dataSet,
ServerDDS sDDS)
Gets a DDS for the specified data set and builds it using the class factory in the package dods.servers.www. |
void |
dodsHTML.sendDataRequestForm(HttpServletRequest request,
HttpServletResponse response,
String dataSet,
ServerDDS sdds,
DAS myDAS)
Default handler for DODS .html requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |