Uses of Class
dods.dap.DAS

Packages that use DAS
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.parser This package contains JavaCC generated DAP parser classes. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
dods.servlet This package contains the core code for the DODS servlet engine. 
 

Uses of DAS in dods.dap
 

Methods in dods.dap that return DAS
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 

Uses of DAS in dods.dap.parser
 

Methods in dods.dap.parser with parameters of type DAS
 void DASParser.Attributes(DAS das)
           
 

Uses of DAS in dods.servers.sql
 

Methods in dods.servers.sql that return DAS
 DAS sqlDataset.getDAS()
          In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
 

Methods in dods.servers.sql with parameters of type DAS
 java.lang.String sqlCEEval.getSQLQuery(DAS das, boolean useDatasetName)
          Generates an SQL SELECT statement by interogating the DDS object to determine the "Projection" and by converting the "Selection" (the Clauses) into the constraint used in the SELECT statement's WHERE section.
 

Uses of DAS in dods.servers.test
 

Methods in dods.servers.test that return DAS
 DAS testDataset.getDAS()
          In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
 

Uses of DAS in dods.servers.www
 

Methods in dods.servers.www with parameters of type DAS
 void BrowserForm.printBrowserForm(java.io.PrintWriter pw, DAS das)
          Returns an string representation of the variables value.
 void wwwArray.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwBool.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwByte.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwF32.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwF64.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwGrid.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwI16.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwI32.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwList.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwOutPut.writeGlobalAttributes(DAS das, DDS dds)
           
 void wwwOutPut.writeVariableEntries(DAS das, DDS dds)
           
 void wwwOutPut.writeVariableAttributes(BaseType bt, DAS das)
           
 void wwwSequence.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwString.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwStructure.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwUI16.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwUI32.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 void wwwURL.printBrowserForm(java.io.PrintWriter pw, DAS das)
           
 

Uses of DAS in dods.servlet
 

Methods in dods.servlet that return DAS
protected  DAS DODSServlet.getDAS(ReqState rs)
          ************************************************************************

In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.

 DAS GuardedDataset.getDAS()
          Get the DAS for this Dataset.
 

Methods in dods.servlet with parameters of type DAS
 void dodsHTML.sendDataRequestForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String dataSet, ServerDDS sdds, DAS myDAS)
          Default handler for DODS .html requests.