Uses of Class
dods.dap.DInt16

Packages that use DInt16
dods.clients.matlab   
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.agg   
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.netcdf   
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of DInt16 in dods.clients.matlab
 

Methods in dods.clients.matlab that return DInt16
 DInt16 MatlabFactory.newDInt16()
          Construct a new DInt16.
 DInt16 MatlabFactory.newDInt16(String n)
          Construct a new DInt16 with name n.
 

Uses of DInt16 in dods.dap
 

Subclasses of DInt16 in dods.dap
 class DUInt16
          Holds a DODS UInt16 value.
 

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

Uses of DInt16 in dods.dap.Server
 

Subclasses of DInt16 in dods.dap.Server
 class SDInt16
          Holds a DODS Server Int16 value.
 class SDUInt16
          Holds a DODS Server Unsigned Int16 value.
 

Uses of DInt16 in dods.servers.agg
 

Subclasses of DInt16 in dods.servers.agg
 class ProxySDInt16
          Proxy for a variable in another dataset
 class ProxySDUInt16
          Proxy for a variable in another dataset
 

Uses of DInt16 in dods.servers.ascii
 

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

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

Uses of DInt16 in dods.servers.netcdf
 

Subclasses of DInt16 in dods.servers.netcdf
 class NcSDInt16
          Wraps a netcdf scalar short variable.
 

Uses of DInt16 in dods.servers.sql
 

Subclasses of DInt16 in dods.servers.sql
 class sqlI16
          Holds a DODS Server sqlI16 value.
 class sqlUI16
          Holds a DODS Server sqlUI16 value.
 

Methods in dods.servers.sql that return DInt16
 DInt16 sqlServerFactory.newDInt16()
          Construct a new DInt16.
 DInt16 sqlServerFactory.newDInt16(String n)
          Construct a new DInt16 with name n.
 

Uses of DInt16 in dods.servers.test
 

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

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

Uses of DInt16 in dods.servers.www
 

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

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

Uses of DInt16 in visad.data.dods
 

Methods in visad.data.dods with parameters of type DInt16
 DataImpl Int16VariableAdapter.data(DInt16 var, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DInt16.
 DataImpl VariableAdapter.data(DInt16 var, boolean copy)
          Throws a VisADException.
 DataImpl Int16VariableAdapter.data(DInt16 var, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DInt16.
 DataImpl VariableAdapter.data(DInt16 var, boolean copy)
          Throws a VisADException.
static Int16VariableAdapter Int16VariableAdapter.int16VariableAdapter(DInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DInt16.
 Int16VariableAdapter VariableAdapterFactory.int16VariableAdapter(DInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DInt16.
static Int16VariableAdapter Int16VariableAdapter.int16VariableAdapter(DInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DInt16.
 Int16VariableAdapter VariableAdapterFactory.int16VariableAdapter(DInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DInt16.