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.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. 
 

Uses of DGrid in opendap.dap
 

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

Uses of DGrid in opendap.Server
 

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

Uses of DGrid in opendap.servlet.ascii
 

Subclasses of DGrid in opendap.servlet.ascii
 class asciiGrid
           
 

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

Uses of DGrid in opendap.servlet.www
 

Subclasses of DGrid in opendap.servlet.www
 class wwwGrid
           
 

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



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