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. 
 

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.