Uses of Class
dods.dap.DFloat32

Packages that use DFloat32
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 DFloat32 in dods.clients.matlab
 

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

Uses of DFloat32 in dods.dap
 

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

Uses of DFloat32 in dods.dap.Server
 

Subclasses of DFloat32 in dods.dap.Server
 class SDFloat32
          Holds a DODS Server Float32 value.
 

Uses of DFloat32 in dods.servers.agg
 

Subclasses of DFloat32 in dods.servers.agg
 class ProxySDFloat32
          Proxy for a variable in another (DODS) dataset
 

Uses of DFloat32 in dods.servers.ascii
 

Subclasses of DFloat32 in dods.servers.ascii
 class asciiF32
           
 

Methods in dods.servers.ascii that return DFloat32
 DFloat32 asciiFactory.newDFloat32()
          Construct a new DFloat32.
 DFloat32 asciiFactory.newDFloat32(String n)
          Construct a new DFloat32 with name n.
 

Uses of DFloat32 in dods.servers.netcdf
 

Subclasses of DFloat32 in dods.servers.netcdf
 class NcSDFloat32
          Wraps a netcdf scalar float variable.
 

Uses of DFloat32 in dods.servers.sql
 

Subclasses of DFloat32 in dods.servers.sql
 class sqlF32
          Holds a DODS Server sqlF32 value.
 

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

Uses of DFloat32 in dods.servers.test
 

Subclasses of DFloat32 in dods.servers.test
 class test_SDFloat32
          Holds a DODS Server Float32 value.
 

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

Uses of DFloat32 in dods.servers.www
 

Subclasses of DFloat32 in dods.servers.www
 class wwwF32
           
 

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

Uses of DFloat32 in visad.data.dods
 

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