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

Uses of DInt16 in opendap.servers.ascii
 

Subclasses of DInt16 in opendap.servers.ascii
 class asciiI16
           
 class asciiUI16
           
 

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

Uses of DInt16 in opendap.servers.test
 

Subclasses of DInt16 in opendap.servers.test
 class test_SDInt16
          Holds a OPeNDAP Server Int16 value.
 class test_SDUInt16
          Holds a OPeNDAP Server UInt16 value.
 

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

Uses of DInt16 in opendap.servers.www
 

Subclasses of DInt16 in opendap.servers.www
 class wwwI16
           
 class wwwUI16
           
 

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