Uses of Class
dods.dap.DDS

Packages that use DDS
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.dap.Server This package contains the DODS Server classes. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.www This package contains the DODS WWW client. 
dods.servlet This package contains the core code for the DODS servlet engine. 
dods.util This package contains utility classes used by several DODS packages. 
 

Uses of DDS in dods.dap
 

Subclasses of DDS in dods.dap
 class DataDDS
          The DataDDS class extends DDS to add new methods for retrieving data from the server, and printing out the contents of the data.
 

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

Uses of DDS in dods.dap.parser
 

Methods in dods.dap.parser with parameters of type DDS
 void DDSParser.Dataset(DDS dds, BaseTypeFactory factory)
           
 

Uses of DDS in dods.dap.Server
 

Subclasses of DDS in dods.dap.Server
 class ServerDDS
          ServerDDS is a specialization of DDS for the server-side of DODS.
 

Uses of DDS in dods.servers.sql
 

Subclasses of DDS in dods.servers.sql
 class sqlDDS
          sqlDDS is a specialization of ServerDDS for the SQL server-side of DODS.
 

Uses of DDS in dods.servers.www
 

Methods in dods.servers.www with parameters of type DDS
 void wwwOutPut.writeGlobalAttributes(DAS das, DDS dds)
           
 void wwwOutPut.writeVariableEntries(DAS das, DDS dds)
           
 

Uses of DDS in dods.servlet
 

Methods in dods.servlet that return DDS
 DDS dodsHTML.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 dods.servers.www.
 

Uses of DDS in dods.util
 

Methods in dods.util with parameters of type DDS
static boolean dasTools.nameInDDS(java.lang.String name, DDS dds)