Uses of Class
dods.dap.DVector

Packages that use DVector
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.agg   
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.netcdf   
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. 
 

Uses of DVector in dods.clients.matlab
 

Subclasses of DVector in dods.clients.matlab
 class MatlabArray
          An extention of the DArray class, with optimizations for 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.
 

Uses of DVector in dods.dap
 

Subclasses of DVector in dods.dap
 class DArray
          This class is used to hold arrays of other DODS data.
 class DList
          This class implements a simple list of DODS data types.
 

Uses of DVector in dods.dap.Server
 

Subclasses of DVector in dods.dap.Server
 class SDArray
          Holds a DODS Server Array value.
 class SDList
          Holds a DODS Server List value.
 

Uses of DVector in dods.servers.agg
 

Subclasses of DVector in dods.servers.agg
 class Agg1SDArray
          Aggregates an SDArray distributed across multiple datasets (type 1), where the outer dimension is synthesized, and there is one AggFile per step.
 class Agg3SDArray
          Aggregates an SDArray distributed across multiple datasets (type 3), where the connect dimension already exists.
 class MemSDArray
          An SDArray with its values stored in memory
 class ProxySDArray
          Proxy for an array in another (DODS) dataset.
 

Uses of DVector in dods.servers.ascii
 

Subclasses of DVector in dods.servers.ascii
 class asciiArray
           
 class asciiList
           
 

Uses of DVector in dods.servers.netcdf
 

Subclasses of DVector in dods.servers.netcdf
 class NcSDArray
          Wraps a netcdf variable with rank > 0 as an SDArray.
 class NcSDCharArray
          Wraps a netcdf char variable with rank > 1 as an SDArray.
 

Uses of DVector in dods.servers.sql
 

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

Uses of DVector in dods.servers.test
 

Subclasses of DVector in dods.servers.test
 class test_SDArray
          Holds a DODS Server Array value.
 class test_SDList
          Holds a DODS Server List value.
 

Uses of DVector in dods.servers.www
 

Subclasses of DVector in dods.servers.www
 class wwwArray
           
 class wwwList