Uses of Class
opendap.dap.Server.ServerDDS

Packages that use ServerDDS
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. 
 

Uses of ServerDDS in opendap.dap.Server
 

Methods in opendap.dap.Server that return ServerDDS
 ServerDDS CEEvaluator.getDDS()
          Return a reference to the CEEvaluator's DDS object.
 

Constructors in opendap.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, 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 opendap.servers.test
 

Methods in opendap.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 opendap.servers.test with parameters of type ServerDDS
static void SDTest.print_SDDS(ServerDDS sdds, boolean constrained)
           
 

Uses of ServerDDS in opendap.servlet
 

Methods in opendap.servlet that return ServerDDS
 ServerDDS GuardedDataset.getDDS()
          Get the DDS for this Dataset.
 

Methods in opendap.servlet with parameters of type ServerDDS
 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.