Uses of Class
dods.dap.DGrid

Packages that use DGrid
dods.clients.importwizard   
dods.clients.matlab   
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.agg   
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.netcdf   
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of DGrid in dods.clients.importwizard
 

Constructors in dods.clients.importwizard with parameters of type DGrid
DGridSelector(DGrid grid)
          Creates a new instance of GridSelector
 

Uses of DGrid in dods.clients.matlab
 

Methods in dods.clients.matlab that return DGrid
 DGrid MatlabFactory.newDGrid()
          Construct a new DGrid.
 DGrid MatlabFactory.newDGrid(String n)
          Construct a new DGrid with name n.
 

Uses of DGrid in dods.dap
 

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

Uses of DGrid in dods.dap.Server
 

Subclasses of DGrid in dods.dap.Server
 class SDGrid
          Holds a DODS Server Grid value.
 

Uses of DGrid in dods.servers.agg
 

Subclasses of DGrid in dods.servers.agg
 class AggSDGrid
          Aggregates an SDGrid distributed across multiple datasets (type 1 or 3)
 class ProxySDGrid
          Proxy for a grid in another DODS dataset
 

Constructors in dods.servers.agg with parameters of type DGrid
AggSDGrid(DGrid template, DArrayDimension connectDD, AggDataset aggDS, Dataset defDS)
           
AggSDGrid(DGrid template, SDArray connectCoord, AggDataset aggDS, Dataset defDS)
           
 

Uses of DGrid in dods.servers.ascii
 

Subclasses of DGrid in dods.servers.ascii
 class asciiGrid
           
 

Methods in dods.servers.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 dods.servers.netcdf
 

Subclasses of DGrid in dods.servers.netcdf
 class NcSDGrid
          Wraps a netcdf variable with rank > 0, whose dimensions all have coordinate variables, as an SDGrid.
 

Uses of DGrid in dods.servers.sql
 

Subclasses of DGrid in dods.servers.sql
 class sqlGrid
          Holds a DODS Server sqlGrid value.
 

Methods in dods.servers.sql that return DGrid
 DGrid sqlServerFactory.newDGrid()
          Construct a new DGrid.
 DGrid sqlServerFactory.newDGrid(String n)
          Construct a new DGrid with name n.
 

Uses of DGrid in dods.servers.test
 

Subclasses of DGrid in dods.servers.test
 class test_SDGrid
          Holds a DODS Server Grid value.
 

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

Uses of DGrid in dods.servers.www
 

Subclasses of DGrid in dods.servers.www
 class wwwGrid
           
 

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

Uses of DGrid in visad.data.dods
 

Methods in visad.data.dods with parameters of type DGrid
 DataImpl GridVariableAdapter.data(DGrid grid, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DGrid.
 DataImpl VariableAdapter.data(DGrid var, boolean copy)
          Throws a VisADException.
 DataImpl GridVariableAdapter.data(DGrid grid, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DGrid.
 DataImpl VariableAdapter.data(DGrid var, boolean copy)
          Throws a VisADException.
 GridVariableAdapter VariableAdapterFactory.gridVariableAdapter(DGrid var, DAS das)
          Returns the adapter corresponding to a DODS DGrid.
 GridVariableAdapter VariableAdapterFactory.gridVariableAdapter(DGrid var, DAS das)
          Returns the adapter corresponding to a DODS DGrid.
static GridVariableAdapter GridVariableAdapter.gridVariableAdapter(DGrid grid, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DGrid.
static GridVariableAdapter GridVariableAdapter.gridVariableAdapter(DGrid grid, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DGrid.