Uses of Class
opendap.dap.DUInt16

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

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

Uses of DUInt16 in opendap.dap.Server
 

Subclasses of DUInt16 in opendap.dap.Server
 class SDUInt16
          Holds a OPeNDAP Server Unsigned Int16 value.