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.Server This package contains the OPeNDAP Server classes. 
opendap.servlet.ascii This package contains the OPeNDAP ASCII client. 
opendap.servlet.www This package contains the OPeNDAP WWW client. 
 

Uses of DUInt16 in opendap.dap
 

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

Uses of DUInt16 in opendap.Server
 

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

Uses of DUInt16 in opendap.servlet.ascii
 

Subclasses of DUInt16 in opendap.servlet.ascii
 class asciiUI16
           
 

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

Uses of DUInt16 in opendap.servlet.www
 

Subclasses of DUInt16 in opendap.servlet.www
 class wwwUI16
           
 

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



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.