Uses of Class
opendap.dap.DGrid

Packages that use DGrid
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 DGrid in opendap.dap
 

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

Uses of DGrid in opendap.dap.Server
 

Subclasses of DGrid in opendap.dap.Server
 class SDGrid
          Holds a OPeNDAP Server Grid value.