Uses of Class
dods.dap.DFloat64

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

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

Uses of DFloat64 in dods.dap
 

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

Uses of DFloat64 in dods.dap.Server
 

Subclasses of DFloat64 in dods.dap.Server
 class SDFloat64
          Holds a DODS Server Float64 value.
 

Uses of DFloat64 in dods.servers.agg
 

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

Uses of DFloat64 in dods.servers.ascii
 

Subclasses of DFloat64 in dods.servers.ascii
 class asciiF64
           
 

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

Uses of DFloat64 in dods.servers.netcdf
 

Subclasses of DFloat64 in dods.servers.netcdf
 class NcSDFloat64
          Wraps a netcdf scalar double variable.
 

Uses of DFloat64 in dods.servers.sql
 

Subclasses of DFloat64 in dods.servers.sql
 class sqlF64
          Holds a DODS Server sqlF64 value.
 

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

Uses of DFloat64 in dods.servers.test
 

Subclasses of DFloat64 in dods.servers.test
 class test_SDFloat64
          Holds a DODS Server Float64 value.
 

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

Uses of DFloat64 in dods.servers.www
 

Subclasses of DFloat64 in dods.servers.www
 class wwwF64
           
 

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

Uses of DFloat64 in visad.data.dods
 

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