Uses of Class
opendap.dap.DFloat64

Packages that use DFloat64
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 DFloat64 in opendap.dap
 

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

Uses of DFloat64 in opendap.dap.Server
 

Subclasses of DFloat64 in opendap.dap.Server
 class SDFloat64
          Holds a OPeNDAP Server Float64 value.
 

Uses of DFloat64 in opendap.servers.ascii
 

Subclasses of DFloat64 in opendap.servers.ascii
 class asciiF64
           
 

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

Uses of DFloat64 in opendap.servers.test
 

Subclasses of DFloat64 in opendap.servers.test
 class test_SDFloat64
          Holds a OPeNDAP Server Float64 value.
 

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

Uses of DFloat64 in opendap.servers.www
 

Subclasses of DFloat64 in opendap.servers.www
 class wwwF64
           
 

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