Uses of Class
dods.dap.DataDDS

Packages that use DataDDS
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
 

Uses of DataDDS in dods.dap
 

Methods in dods.dap that return DataDDS
 DataDDS DConnect.getData(java.lang.String CE, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDataFromUrl(java.net.URL url, StatusUI statusUI, BaseTypeFactory btf)
           
 DataDDS DConnect.getData(java.lang.String CE, StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getData(StatusUI statusUI)
          Return the data object with no local constraint expression.