Uses of Class
opendap.Server.ServerDDS

Packages that use ServerDDS
opendap.Server This package contains the OPeNDAP Server classes. 
opendap.Server.parsers This package contains Bison 2.4.2 generated Constraint Expression parser classes. 
opendap.servlet This package contains the core code for an OPeNDAP servlet engine. 
 

Uses of ServerDDS in opendap.Server
 

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

Constructors in opendap.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.Server.parsers
 

Methods in opendap.Server.parsers with parameters of type ServerDDS
 void AST.init(CEEvaluator ceEval, BaseTypeFactory factory, ClauseFactory clauseFactory, ServerDDS sdds, List<AST> nodes)
           
 

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(String dataSet, ServerDDS sDDS)
          ************************************************************************ Gets a DDS for the specified data set and builds it using the class factory in the package opendap.servlet.www.
 void GetHTMLInterfaceHandler.sendDataRequestForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String dataSet, ServerDDS sdds, DAS myDAS)
          ************************************************************************ Default handler for OPeNDAP .html requests.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.