Uses of Class
opendap.dap.DAS

Packages that use DAS
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
 

Uses of DAS in opendap.dap
 

Methods in opendap.dap that return DAS
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DAS DConnect2.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DAS DDS.getDAS()
          Creates a DAS object from the collection of BaseType variables and their associated Attributes.
 

Methods in opendap.dap with parameters of type DAS
 void DDS.ingestDAS(DAS das)
          Takes the passed parameter das and attempts to incorporate it's contents into the Attributes of the DDS variables.