Uses of Class
opendap.dap.DConstructor

Packages that use DConstructor
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 DConstructor in opendap.dap
 

Subclasses of DConstructor 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.
 class DGrid
          This class holds a DArray and a set of "Map" vectors.
 class DSequence
          A DSequence in OPeNDAP can hold N sequentially accessed instances of a set of variables.
 class DStructure
          A DStructure in OPeNDAP can hold N instances of any of the other datatypes, including other structures.
 

Uses of DConstructor in opendap.dap.Server
 

Subclasses of DConstructor in opendap.dap.Server
 class SDGrid
          Holds a OPeNDAP Server Grid value.
 class SDSequence
          Holds a OPeNDAP Server Sequence value.
 class SDStructure
          Holds a OPeNDAP Server Structure value.
 class ServerDDS
          ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
 

Uses of DConstructor in opendap.servers.ascii
 

Subclasses of DConstructor in opendap.servers.ascii
 class asciiGrid
           
 class asciiSeq
           
 class asciiStructure
           
 

Uses of DConstructor in opendap.servers.test
 

Subclasses of DConstructor in opendap.servers.test
 class test_SDGrid
          Holds a OPeNDAP Server Grid value.
 class test_SDSequence
          Holds a OPeNDAP Server Sequence value.
 class test_SDStructure
          Holds a OPeNDAP Server Structure value.
 

Uses of DConstructor in opendap.servers.www
 

Subclasses of DConstructor in opendap.servers.www
 class wwwGrid
           
 class wwwSequence
           
 class wwwStructure