Uses of Class
opendap.dap.DInt16

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

Subclasses of DInt16 in opendap.dap
 class DUInt16
          Holds a OPeNDAP UInt16 value.
 

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

Uses of DInt16 in opendap.dap.Server
 

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