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. 
 

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.