Uses of Class
dods.dap.DList

Packages that use DList
dods.clients.matlab   
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of DList in dods.clients.matlab
 

Subclasses of DList in dods.clients.matlab
 class MatlabList
          An extention of the DList class which provides methods to return the data held inside the list as atomic types, limiting the necessary interaction between matlab and java.
 

Methods in dods.clients.matlab that return DList
 DList MatlabFactory.newDList()
          Construct a new DList.
 DList MatlabFactory.newDList(String n)
          Construct a new DList with name n.
 

Uses of DList in dods.dap
 

Methods in dods.dap that return DList
 DList BaseTypeFactory.newDList()
          Construct a new DList.
 DList DefaultFactory.newDList()
          Construct a new DList.
 DList BaseTypeFactory.newDList()
          Construct a new DList.
 DList DefaultFactory.newDList()
          Construct a new DList.
 DList BaseTypeFactory.newDList(String n)
          Construct a new DList with name n.
 DList DefaultFactory.newDList(String n)
          Construct a new DList with name n.
 DList BaseTypeFactory.newDList(String n)
          Construct a new DList with name n.
 DList DefaultFactory.newDList(String n)
          Construct a new DList with name n.
 

Uses of DList in dods.dap.Server
 

Subclasses of DList in dods.dap.Server
 class SDList
          Holds a DODS Server List value.
 

Uses of DList in dods.servers.ascii
 

Subclasses of DList in dods.servers.ascii
 class asciiList
           
 

Methods in dods.servers.ascii that return DList
 DList asciiFactory.newDList()
          Construct a new DList.
 DList asciiFactory.newDList(String n)
          Construct a new DList with name n.
 

Uses of DList in dods.servers.sql
 

Subclasses of DList in dods.servers.sql
 class sqlList
          Holds a DODS Server sqlList value.
 

Methods in dods.servers.sql that return DList
 DList sqlServerFactory.newDList()
          Construct a new DList.
 DList sqlServerFactory.newDList(String n)
          Construct a new DList with name n.
 

Uses of DList in dods.servers.test
 

Subclasses of DList in dods.servers.test
 class test_SDList
          Holds a DODS Server List value.
 

Methods in dods.servers.test that return DList
 DList test_ServerFactory.newDList()
          Construct a new DList.
 DList test_ServerFactory.newDList(String n)
          Construct a new DList with name n.
 

Uses of DList in dods.servers.www
 

Subclasses of DList in dods.servers.www
 class wwwList
           
 

Methods in dods.servers.www that return DList
 DList wwwFactory.newDList()
          Construct a new DList.
 DList wwwFactory.newDList(String n)
          Construct a new DList with name n.
 

Uses of DList in visad.data.dods
 

Methods in visad.data.dods with parameters of type DList
 DataImpl ListVariableAdapter.data(DList list, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DList.
 DataImpl VariableAdapter.data(DList var, boolean copy)
          Throws a VisADException.
 DataImpl ListVariableAdapter.data(DList list, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DList.
 DataImpl VariableAdapter.data(DList var, boolean copy)
          Throws a VisADException.
 ListVariableAdapter VariableAdapterFactory.listVariableAdapter(DList var, DAS das)
          Returns the adapter corresponding to a DODS DList.
 ListVariableAdapter VariableAdapterFactory.listVariableAdapter(DList var, DAS das)
          Returns the adapter corresponding to a DODS DList.
static ListVariableAdapter ListVariableAdapter.listVariableAdapter(DList list, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DList.
static ListVariableAdapter ListVariableAdapter.listVariableAdapter(DList list, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DList.