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.Server This package contains the OPeNDAP Server classes. 
opendap.servlet.ascii This package contains the OPeNDAP ASCII client. 
opendap.servlet.www This package contains the OPeNDAP WWW client. 
ucar.nc2.dods OpenDAP-netCDF library. 
 

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 DGrid.getArray()
           
 DArray DArrayDimension.getContainer()
           
 DArray DefaultFactory.newDArray()
          Construct a new DArray.
 DArray BaseTypeFactory.newDArray()
          Construct a new DArray.
 DArray DefaultFactory.newDArray(String n)
          Construct a new DArray with name n.
 DArray BaseTypeFactory.newDArray(String n)
          Construct a new DArray with name n.
 

Methods in opendap.dap with parameters of type DArray
 void DArrayDimension.setContainer(DArray da)
           
 

Uses of DArray in opendap.Server
 

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

Uses of DArray in opendap.servlet.ascii
 

Subclasses of DArray in opendap.servlet.ascii
 class asciiArray
           
 

Methods in opendap.servlet.ascii that return DArray
 DArray asciiFactory.newDArray()
          Construct a new DArray.
 DArray asciiFactory.newDArray(String n)
          Construct a new DArray with name n.
 

Uses of DArray in opendap.servlet.www
 

Subclasses of DArray in opendap.servlet.www
 class wwwArray
           
 

Methods in opendap.servlet.www that return DArray
 DArray wwwFactory.newDArray()
          Construct a new DArray.
 DArray wwwFactory.newDArray(String n)
          Construct a new DArray with name n.
 

Uses of DArray in ucar.nc2.dods
 

Methods in ucar.nc2.dods with parameters of type DArray
protected  int[] DODSNetcdfFile.makeShape(DArray dodsArray)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.