Uses of Class
opendap.dap.DStructure

Packages that use DStructure
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
opendap.servers.ascii This package contains the OPeNDAP ASCII client. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
opendap.servers.www This package contains the OPeNDAP WWW client. 
 

Uses of DStructure in opendap.dap
 

Subclasses of DStructure in opendap.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.
 class DDS
          The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets.
 

Methods in opendap.dap that return DStructure
 DStructure BaseTypeFactory.newDStructure()
          Construct a new DStructure.
 DStructure DefaultFactory.newDStructure()
          Construct a new DStructure.
 DStructure BaseTypeFactory.newDStructure(java.lang.String n)
          Construct a new DStructure with name n.
 DStructure DefaultFactory.newDStructure(java.lang.String n)
          Construct a new DStructure with name n.
 

Uses of DStructure in opendap.dap.Server
 

Subclasses of DStructure in opendap.dap.Server
 class SDStructure
          Holds a OPeNDAP Server Structure value.
 class ServerDDS
          ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
 

Uses of DStructure in opendap.servers.ascii
 

Subclasses of DStructure in opendap.servers.ascii
 class asciiStructure
           
 

Methods in opendap.servers.ascii that return DStructure
 DStructure asciiFactory.newDStructure()
          Construct a new DStructure.
 DStructure asciiFactory.newDStructure(java.lang.String n)
          Construct a new DStructure with name n.
 

Uses of DStructure in opendap.servers.test
 

Subclasses of DStructure in opendap.servers.test
 class test_SDStructure
          Holds a OPeNDAP Server Structure value.
 

Methods in opendap.servers.test that return DStructure
 DStructure test_ServerFactory.newDStructure()
          Construct a new DStructure.
 DStructure test_ServerFactory.newDStructure(java.lang.String n)
          Construct a new DStructure with name n.
 

Uses of DStructure in opendap.servers.www
 

Subclasses of DStructure in opendap.servers.www
 class wwwStructure
           
 

Methods in opendap.servers.www that return DStructure
 DStructure wwwFactory.newDStructure()
          Construct a new DStructure.
 DStructure wwwFactory.newDStructure(java.lang.String n)
          Construct a new DStructure with name n.