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. 
opendap.servers.ascii This package contains the OPeNDAP ASCII client. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
opendap.servers.www This package contains the OPeNDAP WWW client. 
 

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.
 

Uses of DGrid in opendap.servers.ascii
 

Subclasses of DGrid in opendap.servers.ascii
 class asciiGrid
           
 

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

Uses of DGrid in opendap.servers.test
 

Subclasses of DGrid in opendap.servers.test
 class test_SDGrid
          Holds a OPeNDAP Server Grid value.
 

Methods in opendap.servers.test that return DGrid
 DGrid test_ServerFactory.newDGrid()
          Construct a new DGrid.
 DGrid test_ServerFactory.newDGrid(java.lang.String n)
          Construct a new DGrid with name n.
 

Uses of DGrid in opendap.servers.www
 

Subclasses of DGrid in opendap.servers.www
 class wwwGrid
           
 

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