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. 
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 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.
 

Uses of DUInt16 in opendap.servers.ascii
 

Subclasses of DUInt16 in opendap.servers.ascii
 class asciiUI16
           
 

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

Uses of DUInt16 in opendap.servers.test
 

Subclasses of DUInt16 in opendap.servers.test
 class test_SDUInt16
          Holds a OPeNDAP Server UInt16 value.
 

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

Uses of DUInt16 in opendap.servers.www
 

Subclasses of DUInt16 in opendap.servers.www
 class wwwUI16
           
 

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