Uses of Class
opendap.dap.DArray

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

Uses of DArray in opendap.dap
 

Fields in opendap.dap declared as DArray
protected  DArray DGrid.arrayVar
          The Array component of this DGrid.
 

Methods in opendap.dap that return DArray
 DArray BaseTypeFactory.newDArray()
          Construct a new DArray.
 DArray DefaultFactory.newDArray()
          Construct a new DArray.
 DArray BaseTypeFactory.newDArray(java.lang.String n)
          Construct a new DArray with name n.
 DArray DefaultFactory.newDArray(java.lang.String n)
          Construct a new DArray with name n.
 

Uses of DArray in opendap.dap.Server
 

Subclasses of DArray in opendap.dap.Server
 class SDArray
          Holds a OPeNDAP Server Array value.