Uses of Class
dods.dap.DDS

Packages that use DDS
dods.clients.importwizard   
dods.clients.matlab   
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.agg   
dods.servers.netcdf   
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.clients.importwizard
 

Methods in dods.clients.importwizard that return DDS
protected  DDS CEGenerator.getDDS(String url)
           
 

Constructors in dods.clients.importwizard with parameters of type DDS
DDSSelector(DDS dds)
          Creates a new instance of DDSSelector
 

Uses of DDS in dods.clients.matlab
 

Fields in dods.clients.matlab declared as DDS
protected static DDS MatlabDods.dds
           
 

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.
 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)
           
 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.agg
 

Subclasses of DDS in dods.servers.agg
 class AggDDS
           
 

Methods in dods.servers.agg that return DDS
protected  DDS DODSDataset.getClientDDS()
           
protected abstract  DDS Dataset.getClientDDS()
           
protected  DDS AggDataset.getClientDDS()
           
 

Uses of DDS in dods.servers.netcdf
 

Subclasses of DDS in dods.servers.netcdf
 class NcDDS
          NcDDS is a specialization of ServerDDS for netcdf files.
 

Methods in dods.servers.netcdf that return DDS
protected  DDS NcDataset.getClientDDS()
           
 

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(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(String name, DDS dds)
           
static boolean dasTools.nameInDDS(String name, DDS dds)