Uses of Class
opendap.dap.DataDDS

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

Uses of DataDDS in opendap.dap
 

Methods in opendap.dap that return DataDDS
 DataDDS DConnect.getData(StatusUI statusUI)
          Return the data object with no local constraint expression.
 DataDDS DConnect2.getData(StatusUI statusUI)
          Return the data object with no local constraint expression.
 DataDDS DConnect2.getData(java.lang.String CE)
           
 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 DConnect2.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(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 DConnect2.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.getDataDDX()
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getDataDDX()
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataDDX(java.lang.String CE)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getDataDDX(java.lang.String CE)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataDDX(java.lang.String CE, BaseTypeFactory btf)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect2.getDataDDX(java.lang.String CE, BaseTypeFactory btf)
          Returns the DataDDS object from the dataset referenced by this object's URL.
 DataDDS DConnect.getDataFromUrl(java.net.URL url, StatusUI statusUI, BaseTypeFactory btf)
           
 DataDDS DConnect.getDDXData(StatusUI statusUI)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 DataDDS DConnect.getDDXData(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.getDDXData(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.getDDXDataFromURL(java.net.URL url, StatusUI statusUI, BaseTypeFactory btf)
          Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
 

Methods in opendap.dap with parameters of type DataDDS
 void DConnect.getBlobData(DataDDS dds, StatusUI statusUI)
          Opens the BLOB uRL in the DDS supplied and deserializes that binary content sent from the server cooresponding to the DDS.